/*
 *
 * style_1_screen.css
 *
 * 27.08.2008
 *
 * Style 1.0 für Musikschule AHA - Christine Hauck
 *
 * Erstellt durch Niklas Wulf
 *
 */
 
 
/******************
 * General design *
 ******************/
  
html {
	background-color: #eee;
	color: #000;
	background-image: url('img/body_bg.png');
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Gill Sans", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size: 1em;
}

body {
	margin: 0;
	padding:0;
}

#container_main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 950px;
	min-height: 700px;
	border: 2px solid #ccc;
	background-color: #fff;
	padding: 0;
}

/***************
 * head design *
 ***************/
 
#container_head {
	height: 180px;
	background-image: url('img/head_bg.png');
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;	
	margin-top: -21px;
}

#container_head a {
	visibility: hidden;

}
#container_head a img {
	border: none;
	margin-top: 20px;
	visibility: visible;
}

#container_head a #head_ie6 {
	visibility: hidden;
	position: absolute;

}


/***************
 * navi design *
 ***************/
 
#container_navi {
	float: left;
}

#container_navi ul {
	padding: 0;
}

#container_navi li {	
	list-style-type:none;
	width: 150px;
	margin: 1em;
}
#container_navi li ul li a {	
	font-size:1em;
	text-decoration:none;
	color: #bd601d;
}

#container_navi li a {
	font-size:1.4em;
	text-decoration:none;
	color: #bd601d;
}
/******************
 * content design *
 ******************/
 
#container_content {
	margin-left: 220px;
	margin-bottom: 50px;
}

#container_content a {
	color: #bd601d;
}

#container_content h2 {
	font-size: 1.8em;
	color: #74062b;
	text-indent: 0.2em;
}

#container_content h3 {
	color: #000;
	margin-top: 2em;
	margin-bottom: 0.2em;
	font-size: 1.3em;
}
#container_content h4 {
	color: #000;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
	font-size: 1.1em;
	font-weight: normal;
}

#container_content p {
	font-size: 1em;
	color: #333;
	margin-left: 0.5em;
	margin-right: 2em;
	line-height: 1.4em;
}

#container_content .foto {
	text-align: center;
	margin-top: 2em;
}

#container_content .foto_left {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
	}
#container_content .foto_right {
	float: right;
	width: 50%;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 30px;
}

#container_content .info {
	font-size: 0.8em;
	color: #999;
	margin-top: -0.2em;
	margin-left: 0.2em;
	margin-bottom: 0.6em;
}

/*#container_content li {	
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: -2em;
}*/

#container_content li {	
	list-style-type: circle;
	margin-bottom: 0.5em;
}

table {
	border: 0;
}

th {
	vertical-align: top;
	text-align: left;
	width: 100px;
	font-weight: normal;
}

td {
	padding-bottom: 10px;
}

#container_content dt {
	margin-top: 15px;
	font-weight: bold;
}


/***************
 * foot design *
 ***************/

#container_footer_in {
	clear: both;
}

#container_footer_out {
	margin-top: 30px;
	text-align: center;
	color: #999;
	margin-bottom: 60px;
}
#container_footer_out a img {
	border: 0;
}

