/* Start of CMSMS style sheet 'Sopranos - Screen' */
/* 
	CSS-styles - The 10 Sopranos 
	Steffen Müller 
	www.marke-im-kopf.de 
*/


body,td,th {
	font-family: serif;
	font-size: 12px;
	/* color: #CFCFCF; */

	color: #edd8ad;
}
body {
	background-color: #000;
	background-image: url('/img/background.jpg');
	margin: 0;
        text-align: center;
}
a:link, a:visited, a:active {
	color: #edd8ad;
	text-decoration: none;
}
li a {
	color: #edd8ad;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	border: 0;
	border-top: 1px solid #cfcfcf;
	height: 1px;

}

h1 {
	font-size: 18px;
	color: #edd8ad;
	letter-spacing:2px;
	font-face: Serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: serif;
	
	color: #ead69b;
	text-align: left;
	margin-top: 35px;
}



form {
	margin: 0;
}

.main {
	height: 600px;
	width: 1024px;
	margin: auto;
	padding: 0;


}

/* -----------  Header  ------------ */


.search_box {

}

.banner {
	width: 1024px;
	height: 125px;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;


	text-align: left;
}
.search_box {

}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFFFFF;
}


/* ------ menu ------ */
div.menu {
	width: 140px;
	margin-top: 100px;
        float:left;

}
.menu ul, .menu li {
	list-style-type: none;
margin-left: 0px;
}


.menu ul li a img {
border: 0px;

}

.menu ul ul {
       
	padding-left: 8px;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
}

.menu_default a:link, .menu_default a:visited, .menu_default a:active {

}
.menu_default a:hover {

}

.menu_current  {
}


ul.menu-top li a img {
	border: 0px;
	margin: 2px 0px;
}




/* ------------  content --------------------*/
/* <![if lt IE 7]> vor IE7<![endif]> */

.content {


	width:450px;
	
	height: auto !important;  /* für moderne Browser */

	height:200px;  /*für den IE */
	min-height: 400px;		
	
	padding: 30px;
	padding-top:40px;
	
	background: #343434 url('/img/bg_content.jpg') no-repeat top center ;
	color: #edd8ad;
 	margin: 0 auto;
     

	z-index:20;
text-align:left;
		
}

.content p {
	line-height: 150%;
}


.footer {
	margin:auto;
        margin-top: -10px;

	clear: both;
	width:1024px;
	height: 455px;

        position:relative;
	z-index:10;
		
	background-image: url('/img/bg_footer.jpg');	
	background-repeat: no-repeat;
	background-position: bottom;
	
}


div.content ul {
	list-style-type:none;
}
div.content ul li{
	margin-top: 8px;
}




div.content  img.portrait {
width: 200px;
vertical-align: text-top;
}
/* End of 'Sopranos - Screen' */

