/* GLOBAL */

BODY {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14px;
}
A {
	text-decoration: none;
}
DIV  {
	position: relative;
	padding: 0px;
	margin: 0px;
}
IMG {
	border: none;
}
FORM {
	padding: 0px;
	margin: 0px;
}

#main {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100%;
}

#logo {
	top: 0px;
	left: 77px;
	height: 66px;
}

#bottom {
	left: 0px;
	position: absolute;
	background-color: #666666;
	width: 100%;
	height: 65px;
	_height: 70px;
	bottom: 0px;
}

#bottomi {
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 65px;
}



/* PAGE */



#page #main {
	border-top: solid 6px white;
}
#page A  {
	color: #666666;
}
#alpha {
	margin-left: 0px;
	width: 69px;
	color: #666666;
	font-weight: bold;
	font-family: "Arial Narrow", arial, helvetica;
	text-align: center;
	list-style-position: outside;
	float: left;
}
#alpha ul {
	padding: 0px;
	margin: 0px;
	left: -15px;
}
#alpha li {
	list-style: none;
	padding-left: 15px;
	padding-bottom: 0.40em;
	margin: 0px;
}
#alpha li.selected {
	padding-left: 0px;
	list-style: disc;
	list-style-position: inside;
	color: #cccc00;
}
#alpha li.selected A {
	text-decoration: underline;
	color: #cccc00;
}
#alpha li A {
	padding-left: 3px;
	padding-right: 3px;
}
#mainarea {
	overflow: auto;
	width: 986px; 
	height: 507px;
}
#models {
	margin-left: 6px; 
	float: left;
	height: 507px;
	width: 870px;
}
.model1, .model2, .model3, .model4, .model5, .model6 {
	background-color: white;
	width: 128px;
	height: 213px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.model6 {
	margin-right: 0px;
}
.modelname {
	margin-top: 6px;
	font-size: 12px;
}
#page #bottom {
	border-top: solid 10px white;
}

#bottom #sound {
	position: absolute;
	left: 887px;
}
#page #bottom #sound {
	top: 25px;
}


#modelControl {
	position:absolute;
	top: 12px;
	left: 816px;
}
#modelControl #modelSearch {
	width: 126px;
	font-size: 11px;
	margin-bottom: 6px;
}
#modelControl #modelSearchButton {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: -6px;
	border-left: solid 8px white;
	cursor: hand;
}
#modelControl #modelSelect {
	width: 126px;
	font-size: 11px;
}
.modelMiniSelect {
	padding-bottom: 6px;
	padding-left: 6px;
	visibility: hidden;
}

/* MODEL */

BODY#model {
	background-color: black;
}
#model #main {
	border-top: solid 6px black;
}
#model #bottom {
	border-top: solid 6px black;
	_height: 70px;
}
#model #picarea {
	overflow: auto;
	position: absolute;
	width: 1020px;
	height: 100%;
	top: 0px;
	left: 0px;
}
#model #picareadistance {
	position: relative;
	height: 50%;
	_height: 45%;
	top: 0px;
	margin-bottom: -225px;
	_margin-bottom: -200px;
	left: 0px;
	width: 100%;
	clear: both;
	min-height: 270px;
}

#model #data, #model #left, #model #right {
	float: left;
	top: 0px;
	left: 0px;
	height: 450px;
	color: silver;
	z-index: 1;
	margin-right: 10px; 
	padding: 0px;
	margin: 0px;
}

#model #data {
	width: 260px;
	height: 450px;
	margin-left: 30px;
	_margin-left: 15px;
}
#model #left,  #model #right {
	width: 304px;
}
#model .modelpic {
	width: 292px;
	height: 400px;
	background-color: #666666;
}

#model #right {
	margin-left: 5px;
}
#model #leftdeselect, #model #rightdeselect {
	width: 292px;
	font-size: 10px;
	padding-top: 7px;
}
#model #leftdeselect A, #model #rightdeselect A {
	color: #666666;
}
#model #leftdeselect {
	text-align: left;
}
#model #rightdeselect {
	text-align: right;
}

#model #modelname, #model #modeldata {
	width: 240px;
	overflow: clip;
	clear: both;
	text-align: left;
	font-weight: bold;
}
#model #modelname {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 36px; 
	color: #cccccc;	
	font-family: "Arial Narrow", Arial, Helvetica;
}
#model #modeldata {
	font-size: 12px;
	line-height: 20px;
	color: #f0f0f0;
}
#model A {
	color: #f0f0f0;
}

#model #bottom {
	z-index: 10;
}
#model #bottom #view {
	position: absolute;
	left: 74px;
	top: 12px;
}
#model #bottom #print {
	background-color: #666666;
	position: absolute;
	left: 323px;
	top: 12px;
}
#model #bottom #select {
	position: absolute;
	left: 735px;
	top: 22px;
}
#model #bottom #sound {
	top: 25px;
}
#model .deselected IMG {
	filter:alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity:0.2;
	background-color: white;
}

#model #modelSelectControl  {
	line-height: 16px;
}


/* SELECTION */

BODY#selection {
	background-color: black;
}
#selection #main {
	border-top: solid 6px black;
}
#selection #bottom {
	border-top: solid 10px black;
	_height: 70px;
}
#selection #switchtoinch {
	position: absolute;
	left: 518px;
	top: 26px;
	_left: 524px;
}
#selection #switchtoinch, #selection #switchtoinch A {
	font-size: 12px;
	color: #f0f0f0;
}
#selection #bottom #send, #selection #bottom #print, #selection #bottom #clear {
	position: absolute;
	top: 28px;
}
#selection #bottom #send {
	left: 74px;
}
#selection #bottom #print {
	left: 395px;
}
#selection #bottom #clear {
	left: 668px;
}
#selection #models {
	font-size: 12px;
	overflow: auto;
	left: 225px;
	height: 507px;
	width: 760px;
	color: #f0f0f0;
}
#selection .modelblock {
	height: 160px;
	margin-bottom: 20px;
	clear: both;
}
#selection #models TEXTAREA {
	font-family: arial, helvetica;
	font-size: 12px;
	background-color: black;
	color: #f0f0f0;
	width: 260px;
	height: 156px;
	border: thin inset #666666;
}
#selection .modelnameblock {
	float: left;
	width: 130px;
	margin-right: 20px;
}
#selection .modelimageblock {
	float: left;
	margin-right: 20px;
	width: 117px;
}
#selection .modeldatablock {
	float: left;
	margin-right: 20px;
	width: 140px;
}
#selection .modelnoteblock {
	float: left;
	width: 260px;
}
#selection .modelname {
	top: -6px;
	width: 130px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 16px;
	font-size: 22px; 
	color: #cccccc;	
	font-family: "Arial Narrow", Arial, Helvetica;
}
#selection .modeldeselect A {
	font-weight: bold;
	color: #f0f0f0;
}
#selection #savenotes {
	text-align: right;
	width: 706px;
	clear: both;
}
#selection .measure {
	display: inline;
}
#selection #bottom #sound {
	top: 25px;
}





/* TOP */

BODY#top {
	background-color: #666666;
}
#top A  {
	color: #e3e3e3;
}

#top #search, #top #onstay, #top #female, #top #male, 
#top #bestage, #top #selection, #top #bewerbung, #top #contact {
	position: absolute;
	top: 21px; 
}
#top #search {
	left: 60px;
} 
#top #onstay {
	left: 146px;
} 
#top #female {
	left: 240px;
} 
#top #male {
	left: 329px;
} 
#top #bestage {
	left: 404px;
} 
#top #selection {
	left: 505px;
} 
#top #bewerbung {
	left: 611px;
	top: 2px;
} 
#top #blog {
	position: absolute;
	top: 23px; 
	left: 733px;
}

#top #contact {
	left: 802px;
} 

#top #agb{
	position: absolute;
	top: 24px; 
	left: 904px;
}

#top #intern {
	position: absolute;
	top: 34px; 
	left: 1000px;
	font-weight: bold;
	color: #f0f0f0;
} 

#top #bestageSelect {
	position: absolute;
	top: 0px;
	left: 404px;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	background-color: #666666;
}

#top #onstaySelect {
	position: absolute;
	top: 0px;
	left: 146px;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	background-color: #666666;
}




/* PRINT */



BODY#print {
	margin-top: 0px;
	margin-left: 20px;
	background-color: white;
	text-align: left;
}

#print #logo {
	position: absolute;
	top: 8px;
	left: 466px;
	width: 188px;
	
}
#print #contact {
	position: absolute;
	top: 70px;
	left: 466px;
	width: 188px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	text-align: right;
}
#print #contact A {
	color: black;
}
#print #data {
	top: 0px;
	left: 10px;
}
#print .printpic {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}
#print #modelname, #print #modeldata {
	clear: both;
	text-align: left;
	font-weight: bold;
}
#print #modelname {
	margin-bottom: 20px;
	font-size: 36px; 
	color: black;	
	font-family: "Arial Narrow", Arial, Helvetica;
}
#print #modeldata {
	font-size: 12px;
	line-height: 20px;
	color: black;
}




/* POPUPS */

#contact #header, #search #header, #sendselection #header, #sendminibook #header {
	background-color: #666666;
	width: 100%;
	height: 58px;
}
#contact, #search, #sendselection, #sendminibook, #bewerbung {
	text-align: left;
}
#contact #main, #search #main, #sendselection #main, #sendminibook #main, #bewerbung #main  {
	position: absolute;
	top: 128px;
	left: 23px;
	font-size: 12px;
}
#contact #main A, #search #main A, #sendselection #main A, #sendminibook #main A, #bewerbung #main A, #agb #main A {
	color: black;
}
#popuplogo {
	position: relative;
	top: 3px;
	left: 18px;
	clear: both;
}
#contact #footer, #search #footer, #sendselection #footer, #sendminibook #footer, #bewerbung #footer {
	position: absolute;
	background-color: #666666;
	width: 100%;
	height: 60px;
	left: 0px;	
}


/* SENDSELECTION */

#sendselectionhead {
	position: relative;
	left: 230px;
	top: 32px;
}

#sendselection #footer {
	top: 360px;
}
#sendselection #sendselectionbutton {
	position: relative;
	left: 208px;
	top: 19px;
}
#sendselection TD, #sendselection INPUT, #sendselection TEXTAREA {
	font-size: 12px;
}
#sendselection TD {
	padding-bottom: 10px;
}



/* SENDMINIBOOK */

#sendminibookhead {
	position: relative;
	left: 230px;
	top: 32px;
}

#sendminibook #footer {
	top: 440px;
}
#sendminibook #sendminibookbutton {
	position: relative;
	left: 208px;
	top: 19px;
}
#sendminibook TD, #sendminibook INPUT, #sendminibook TEXTAREA {
	font-size: 12px;
}
#sendminibook TD {
	padding-bottom: 10px;
}

/* CONTACT */

#contacthead {
	position: relative;
	left: 230px;
	top: 32px;
}

#contact #footer {
	top: 500px;
}
#contact #contactmail {
	position: relative;
	left: 323px;
	top: 21px;
}



BODY#agb {
	text-align: left !important;
}
#agb #header {
	background-color: #666666;
	width: 100%;
	height: 58px;
}
#agbmain {
	font-size: 12px;
	text-align: left !important;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 12px;
}
#agbmain H2 {
	margin-bottom: 0px;
}
#agb #footer{
	background-color: #666666;
	width: 100%;
	height: 60px;
	left: 0px;	
}

/* SEARCH */

#searchhead {
	position: relative;
	left: 320px;
	top: 32px;
}
#search #footer {
	top: 480px;
}
#search #searchbutton {
	position: relative;
	left: 126px;
	top: 21px;
}
#search TD, #search INPUT, #search SELECT {
	font-size: 12px;
}
#search TD {
	padding-bottom: 10px;
}
#search SELECT {
	width: 70px;
}
#search INPUT.inputsmall {
	width: 70px;
}
#search INPUT.inputwide {
	width: 150px;
}




/* BEWERBUNG */


#bewerbung #header {
	background-color: #666666;
	width: 100%;
	height: 60px;
}
#bewerbunghead {
	position: relative;
	left: 287px;
	top: 0px;
}

#bewerbung #footer {
	top: 660px;
}
#bewerbung #bewerbungbutton {
	position: relative;
	left: 208px;
	top: 19px;
}
#bewerbung TD, #bewerbung INPUT, #bewerbung TEXTAREA {
	font-size: 12px;
}
#bewerbung TD {
	padding-bottom: 10px;
}
#bewerbung TD.nopadding {
	padding-bottom: 0px;
}
#bewerbung TD.extrapadding {
	padding-bottom: 16px;
}

#bewerbung SELECT {
	width: 150px;
}
#bewerbung INPUT.inputsmall {
	width: 70px;
}
#bewerbung INPUT.inputwide {
	width: 150px;
}
#bewerbung #agreed {
	font-size: 10px;
}
#bewerbung .mark {
	color: #a0a0a0;
}

/* RANDOM COLORS */


.c0 {
	color: #9E223E !important;
}
.c1 {
	color: #99BAD8 !important;
}
.c2 {
	color: #29805A !important;
}
.c3 {
	color: #CEDBB4 !important;
}
.c4 {
	color: #BBCD83 !important;
}
.c5 {
	color: #A85E2E !important;
}
.c6 {
	color: #CF7C5B !important;
}
.c7 {
	color: #E2BEA8 !important;
}
.c8 {
	color: #BFABE3 !important;
}
.c9 {
	color: #F0F1BD !important;
}




