/* CSS www.ralf-bauer-moerkens.de */

html {
	height: 100.3%;
	font-size: 62.5%;
	
}
body {
	text-align: center;
	font: 1.2em/1.8em Verdana, sans-serif;
	line-height:2.0em;
	background-image: url(pics/hg_2.jpg);
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #004A7F;
}
h1 {
	font-size: 2.2em; 
	border-bottom: 1px dashed #004A7F;
	padding-bottom: 0.4em;
	font-weight: normal;
}
div#header h1 {border: 0px;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}
h7 {font-size: 1.2em; font-weight: normal; color: #004A7F}

a {color: #990033; text-decoration: none;}/*Farbe für Navigation*/
a:link {}
a:visited {}
a:hover {color: #990033;}
a:active {}

div#wrapper {
	width: 910px;        /*Framebreite*/
	margin: 30px auto;   /*Abstand von oben*/
	margin: center;      /*Zentriert den Frame*/
	text-align: left;
     	background: #FAFAFA;
}
div#header {
	height: 45px;
	background: #FAFAFA;
	padding: 10px;
}

div#nav {
	background: #CCCCCC;
}
div#nav li {
	display: inline; 
	margin-left: 10px;
}

.navlinks {font-weight: bold; text-transform: uppercase; color: #004A7F;}
.navlinks_music {color: #004A7F;}

div#nav a {
	text-decoration: none; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding-bottom: 0px;
}
div#nav a:hover, 
body#links li.navlinks a
 {
	border-bottom: 4px solid #990033;
}

div#wrap_content {}

div#menu {
	float: left;
	width: 180px;
}

div#menu ul {list-style-type: none; font-weight: bold; text-transform: uppercase; margin-left: 10px; font-weight: normal;}

div#menu a:hover,
body#ouverture li.menuouverture a {
	border-bottom: 2px solid #990033;
}

div#maintext {
	margin: 0px 0px 0px 200px;
	background: #F0F0F0;
      padding-left: 10px;
	
	
}
/*div#maintext a {margin-left: 100px; padding-bottom: 1px; border-bottom: 1px solid #E3004F;}
div#maintext a:link {border-bottom: 100px solid #E3004F;}*/

div#footer {
	padding: 2px auto 4px auto;
	text-align: center;
	background: #CCCCCC;
}

