/*

  -* D A S   K I N D  *-

       MENONTHEMOON
        2008-01-07
          fns

*/

/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 
   * Website:   http://code.google.com/p/blueprintcss/
 ------------------------------------------------------------- */
@import 'screen.css';

body {background: #182106 url(../images/argBG.jpg) center top repeat-y; }
#wrapper {	background: transparent url(../images/bg_2.jpg) top center no-repeat; }
#Nav {
	background:url(../images/Nav.jpg)  no-repeat;
	width: 614px;
}
#Nav, #Nav li{
	height:47px;
	line-height:47px;
	min-height:47px;	
	}	
	#Nav li { display: inline; float: left; text-align:center;}
	#Nav a {height:47px; display:block; }
	
	#Nav span {  visibility:hidden; }
		
	#nav_buch {	width: 130px; }
	#nav_buch a:hover, #Buch #nav_buch  { background: url(../images/Nav.jpg) 0px -47px no-repeat;}
	
    #nav_autor { width: 100px; }
	#nav_autor a:hover , #Autor #nav_autor { background: url(../images/Nav.jpg) -130px -47px no-repeat;}
	
   	#nav_trailer {	width: 100px;  }
	#nav_trailer a:hover, #Trailer #nav_trailer  { background: transparent url(../images/Nav.jpg) -230px -47px no-repeat;}	
	
    #nav_arg {	width: 80px; }
	#nav_arg a:hover, #arg #nav_arg  { background: transparent url(../images/Nav.jpg) -330px -47px no-repeat;}	

	
    #nav_leserstimmen { width: 150px; }
	#nav_leserstimmen a:hover, #Leserstimmen #nav_leserstimmen  { background: transparent url(../images/Nav.jpg) -410px -47px no-repeat;}	
	
#Content { padding-top: 15px;
		min-height:575px;
		height:auto !important;
  		height:575px;
		}
	#Content p {	margin:0 1.5em 1.5em 0;}
	#Content ul {
		list-style-type: none;
		margin:0;
		padding:0;
	}
	#Home #Content {background:url(../images/HomeBG.jpg) center 5px no-repeat; }
	#Buch #Content { background:url(../images/BuchBG.jpg) center 5px no-repeat; }
	#Autor #Content { background:url(../images/AutorBG.jpg) center 5px no-repeat; }
	
#Footer {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	}
	
.align-justify  { text-align:justify; } 
.align-left     { text-align:left; } 
.align-center   { text-align:center; } 
.align-right    { text-align:right; }

.orange { color: #ff6951; }

form fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
}
form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
form fieldset li {
	padding: 5px;
	margin: 0;
	}
form em {
	font-weight: bold;
	font-style: normal;
	}
form label {
	float: left;
	width: 10em;
	margin-right: 1em;
	vertical-align: top;
	}
/*fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}*/

form fieldset fieldset { margin: 3px 0 0; }
form fieldset fieldset legend {
		padding: 0 0 5px;
		font-weight: normal;
	}
	form fieldset fieldset label {
		width: auto;
		vertical-align:middle;
		line-height: 2em;
		margin: 0 0 0 5px;
		text-align: left;
	}	
	form fieldset fieldset input { width: auto;  margin-left: 1em;}
	
form p { text-align:right; }

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */
/* C O D E * IS * A R T */
