* {
        padding: 0;
        margin: 0;
        border: 0;
}


html
{
	height: 100%;
	padding-bottom: 1px;
}


body{
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #000 url(../img/logo.gif) no-repeat 20px 20px;
	text-align: left;

}


#container{
	width: 50em;
	text-align: left;
}

#girlsall #container, #boysall #container, #showall #container{
	/*width: 80%;
	min-width: 48.75em;
	max-width: 63em;*/
	text-align: left;
	width: 48em;
}



	


/* logo __________________________________*/
#logo{
        text-align: left;
        height: 70px;
}
#logo h1 {
        display: none;
}




/* navigation __________________________________*/
#navi{
 	font-size: 0.8em;
  	background: url(../img/balken-rot-l.gif) no-repeat top right;
	padding: 10px 0 0 0;

}

#navi ul{
	padding: 0;
	margin: 0;
	padding-left: 119px;
}


#navi li{
 	display: inline;
 	padding-right: 0px;
	padding-left: 10px;
 	list-style: none;
}

#navi a:link, #navi a:visited {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	padding-left: 10px;
	background: url(../img/hg-navi2.gif) no-repeat 0 100%;
}

#navi a:hover, #navi a:focus {
	background: #000 url("../img/hg-navi2.gif") no-repeat 0 0;
}

#navi a:active{
	background: url(../img/hg-navi2.gif) no-repeat 0 100%;
}

#navi a.here:link, #navi a.here:visited{
	background: #000 url(../img/hg-navi2.gif) no-repeat 0 0;
}



/*Inhalt ____________________*/


#content{
	padding-left: 139px;
	margin-top: 37px;
	margin-bottom: 37px;
	zoom:1;
}

#content a{
	background: #000;
	color: #FFF;
	text-decoration: none;
	
}
#start #content {
	position: relative;
	padding: 50px 0 70px 135px;
	color: #FFF;
	background-color: #000;
	font-size: 0.85em;
	width: 40em;
	
}


/* rieger modelcontest
_________________________________________________________*/

#modelcontest{
	position: absolute;
	bottom: -15px;
	right: -60px;
}

/*_____________________________________________________*/

#girls #content, #girlsall #content {
	background: url(../img/hg-girls-text.gif) no-repeat 50px -5px;
}



#boys #content, #boysall #content{
	background: url(../img/hg-boys-text.gif) no-repeat 50px -5px;
	
}

#newfaces #content, #newfacesall #content{
	background: url(../img/hg-newfaces-text.gif) no-repeat 50px -5px;
	
}


#showall #content, #show #content {
	background: url(../img/hg-show-text.gif) no-repeat 50px -5px;
	min-height: 280px;
	/*height: 240px;*/
	height: auto;
	/*width: 35em;*/
}

/*\*/
* html #showall #content {
    height: 280px;
}
/**/



#contact #content{
	background: url(../img/hg-contact-text.gif) no-repeat 50px -5px;
	/*width: 35em;*/
	min-height: 240px;
	height: auto;
	padding-left: 270px;
	padding-top: 50px;
}

/*\*/
* html #contact #content {
    height: 240px;
}
/**/



#bewerbung #content{
	background: url(../img/hg-bewerb-text.gif) no-repeat 50px -5px;
	/*width: 35em;*/
}


#impressum #content{
	background: url(../img/hg-impressum-text.gif) no-repeat 50px -5px;
	min-height: 320px;
	height: auto;
}

/*\*/
* html #impressum #content{
	height: 320px;
}
/**/



/* inhalt uebersicht girls boys und newfaces________________________*/


.models {
	background-color: #000;
	color: #FFF;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 0.65em;
	line-height: 2em;
	float: left;

}

ul.models{
	padding:0;
	margin:0;
	list-style:none;

}

ul.models li{
	text-align:center;
	width:78px;   
	float:left;
	padding:0;
	margin: 0 18px 15px 0;
	margin: 0 22px 20px 0;

}


ul.models a img{  
  width:78px;
  height:117px;
  text-decoration:none;
  display:block;

}


/* models detailansicht ______________________*/

#modeldetailleft{
	width: 460px;
	float: left;
	position: relative;
}

#modeldetailleft img {
	border: 0;
	margin: 0 10px 9px 0px;
}



.largeimg{
	margin-right: 20px;
	float: left;
}


#modeldetailright{
	margin-left: 460px;
	font-size: 0.75em;
	position: relative;
	
}

#modeldetailright h1{
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 13px;
}

#modeldetailright ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#modeldetailright li{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.8em;
	font-size: 0.95em;
}



#back{
 background: url(../img/back.gif) no-repeat;
 margin-top: 140px;
 padding-left: 20px;
 font-size: 0.95em;
 color: #838282;
}

#back a{
 background-color: #000;
 color: #838282;
}


/* show  ______________________*/

#showdetailleft{
	width: 460px;
	float: left;
	position: relative;
}

#showdetailleft img {
	border: 0;
	margin: 0 1px 9px 0px;
}







/* bei boys______________*/
#boys #back{
 background: url(../img/back.gif) no-repeat;
 margin-top: 135px;
 padding-left: 20px;
 font-size: 0.95em;
 color: #838282;
}

/*#back a{
 background-color: #000;
 color: #838282;
}*/


/* bewerbung formular___________________________ */

form{
	width: 50em;
}

input{
	padding: 1px;
	margin: 3px;
	width: 10em;
	float: left;
}

.submit{
	background-color: #FFF;
	border-top: 3px double #006699;
	border-right: 3px solid #006699;
	border-bottom: 3px solid #006699;
	border-left: 3px double #006699;
	
}

input{
	display: block;
	width: 10em;
	float: left;
	border: 1px solid #595959;
}

#plz{
	width: 3em;
}



#bewerbung br{
	clear: left;
}


label{
	width: 8.5em;
	text-align: left;
	float: left;
	padding: 5px;
	margin: 2px;
}

input:focus, input:hover{
	background-color: #ccc;
	border: 1px dashed red;
	font-weight: bold;
	
}

.button{
	background-color: #FFF;
	border-top: 3px double #CCC;
	border-right: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 3px double #CCC;
}

td a{
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}




/* footer ____________________________*/

#footer{
	color: #838282;
	font-size: 0.65em;
	background: #000 url(../img/balken-rot-l.gif) no-repeat top right;
	padding: 10px 20px 10px 130px;
}

#footer a{
	color: #838282;
	text-decoration: none;
	
}

/* textelemente ________________________*/

.stopleft{
	clear: left;
	line-height:0px;
	font-size:0px;
}

.floatleft{
	float: left;
}

p, form{
	font-size: 0.70em;
	line-height: 1.5em;
}

p{
	padding-top: 0;
	margin-top: 0;
}

h1{
	font-size: 0.9em;
}



h2 {
	font-size: 1.1em;
	background-color: #595959;
	padding: 3px 0 3px 3px;
	margin: 15px 0 10px 0;
}

h3{
	font-size: 1.1em;
	margin-bottom: 10px;
}

