

/*				Name:		Dancevolution CSS Stylesheet		*
 *				URI: 		http://www.dancevolution.de			*
 *				Author: 	Ilg Michael							*
 *				Author URI:	http://www.art-ignition.de			*
 *				Year: 		2008 								*
 *				Copyright:	You can use this, but please 		*
 * 							mention my name						*


 *				used colors for this page:						*
 *																*	
 *					lightblue: 	#4bc5ef							*
 *					lightbrown:	#a04602							*
 *					darkbrown:	#5b2611							*
 *					"white":	#f9f9f9 (not really white!)		*
 *					"black":	#0b0b0b	(not really black!)		*







 *				initial values for used html-tags				*

 *				here some initial presets for most used 		*
 * 				html-tags of this page.							*/


body{
	margin: auto;
	padding: 0;
	width:100%;
	height:100%;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 62.5%; /* Resets 1em to 10px */
	background:url(sitepics/head.gif) repeat-x #4bc5ef;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height: 1.5em;
	color: #0b0b0b;
}

a{
	text-decoration:none;
	background-color:transparent;
	font-weight:bold;
	padding: 0 2px 0 2px;
	color:#a04602;
	margin:2px 0px 2px 0px;
}

a:hover,a:active{
	text-decoration:none;
	padding: 0 2px 0 2px;	
	background-color:#a04602;
	color:#FFFFFF;

}

h1,h2,h3,h4,h5,h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	line-height:2em;
	color: #0b0b0b;
	font-weight:bold;
}


/*				elementary page-layout							*

 *				here you find all layout-elements and			*
 * 				divs of this page								*/


#container{
	width:820px;
	height:100%;
	background:url(./sitepics/head.gif) repeat-x #4bc5ef;
}

#left{
	float:left;
	width:218px;
	height:800px;
	background:url(sitepics/left.gif) no-repeat #4bc5ef;
}

#page{
	float:left;

}

#header{
	text-align:center;
	height:173px;
	width:550px;
	background:url(sitepics/logo.gif) no-repeat;

}

#header2{
	text-align:center;
	height:173px;
	width:550px;
	background:url(sitepics/logo_stern.gif) no-repeat;

}

#menu{
	margin-top:13px;
	background:transparent;
	color:#f9f9f9;
	font-size:1.6em;
	line-height:1em;
	text-align:center;
}

#subcontainer{}

#subleft{
	background:url(sitepics/sub_left.gif) transparent;
	width:15px;
	margin-top:30px;
	padding-top:2px;
	height:33px;
	color:#f9f9f9;
	text-align:center;
	font-size:1.6em;
	line height:1em;
}


#subright{
	width:32px;
	background:url(sitepics/sub_right.gif) transparent;
	margin-left:560px;
	margin-top:-35px;
	padding-top:2px;
	height:33px;
	color:#f9f9f9;
	text-align:center;
	font-size:1.6em;
	line height:1em;
}

#submenu{

	width:550px;
	background:url(sitepics/sub_mid.gif) repeat-x transparent;
	margin-left:15px;
	margin-top:-35px;
	padding-top:2px;
	height:33px;
	color:#f9f9f9;
	text-align:center;
	font-size:1.6em;
	line height:1em;
}

#content{
	margin:100px 0px 0px 0px;
	min-height:600px;
	width:580px;
	background:#f9f9f9;
	border:solid 1px #5b2611;
}

#news{
	min-height:130px;
	border:dotted 1px #0b0b0b;
	margin:30px 30px 30px 30px;
	padding:15px 25px 15px 25px;
	text-align:justify;

}

#fotos{
	min-height:130px;
	border:dotted 1px #0b0b0b;
	margin:30px 30px 30px 30px;
	padding:15px 25px 15px 25px;
	text-align:left;

}

#footer{
	margin:0px 0px 50px 0px;
	padding:5px 0px 0px 0px;
	background:#5b2611 url(sitepics/footer.gif) repeat-x;
	width:582px;
	height:25px;
	text-align:center;
	vertical-align:center;
	color:#f9f9f9;
	font-size:1.6em;
	line-height:1em;
	text-align:center;
}


/*				individual tag-values							*

 *				special tag-attributes for individual			*
 *				div-content is specified here					*/


#menu a,menu a:link{
	font-weight:normal;
	color:#f9f9f9;
	padding:0px 7px 0px 7px;
}

#submenu a,submenu a:link,submenu p{
	font-weight:normal;
	color:#f9f9f9;
	padding:0px 7px 0px 7px;
}

#footer a,footer a:link{
	font-weight:normal;
	color:#f9f9f9;
	margin:20px;
	padding:0px 7px 0px 7px;
}

#menu a:hover{
	font-weight:normal;
	background:#f9f9f9;
	color:#5b2611;
	padding:0px 7px 0px 7px;
}

#submenu a:hover{
	font-weight:normal;
	background:#f9f9f9;
	color:#5b2611;
	padding:0px 7px 0px 7px;
}

#footer a:hover{
	font-weight:normal;
	background:#f9f9f9;
	color:#5b2611;
	padding:0px 7px 0px 7px;
}

#menu a:active{
	font-weight:normal;
	background:#f9f9f9;
	color:#a04602;
	padding:0px 7px 0px 7px;
}

#submenu a:active{
	font-weight:normal;
	background:#f9f9f9;
	color:#a04602;
	padding:0px 7px 0px 7px;
}

#footer:a-active{
	font-weight:normal;
	background:#f9f9f9;
	color:#a04602;
	padding:0px 7px 0px 7px;
}

img.kurse{
	height:100px;
	width:auto;
	float:left;
	margin-top:2.5em;
	padding-right:15px;
	padding-bottom:5px;
}

table{
	 text-align:center;
	 width:540px;
	margin-bottom:40px;
	font-size:0.9em;
	line-height:1em;
	border:dotted 1px;
}
td{
	vertical-align:top;
	text-align:center;
	padding:0px 6px 10px 6px;
}

td.hell{
	background:#e1e1e1;
}

td.dunkel{
	background:#d1d1d1;
}

h1.frei{
	margin-left:50px;
}

img.plan{
	margin:40px -8px 30px -8px;
}
