/**********************************************************
*               				                                  *
* 	Kunde: HiFi-Studio Schiffer, Herzogenrath             *
*  																								        *
* 	copyright by: 	Euregio Access GbR						        *
*		info:						Dirk.Hesse@euregio-access.de          *
*																									        *
***********************************************************/


body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	position: absolute;
	width: 97%;
	background-color: #F2F2F2;
	text-align: center;
	color:black;
	margin:0px;
	padding:0px;
	padding-top:10px;
}


/* Positionierungen */

#center {

	margin:0;
	width: 840px;
	/*hier das foto angeben height: 750px;*/
 	background-image: url(img/randseite.gif);
	/*hier angeben, ob sich das Bild wiederholen soll oder nicht; andere Werte: no-repeat; repeat; repeat-x, repeat-y*/
	background-repeat: repeat-Y;
	margin:auto;
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
	
	
}

#main_container {
	background-color: #F1EADA;
	width: 800;
}

#logo_leiste {
	width: 100%;
	height: 125;
	float: right;
	background-color: #ffffff;
}

#logo_schiffer {
	float: left;
	height: 105;
	padding-top: 10px;
	padding-left: 10px;
}

#logo_buo {
	height: 105;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#mainmenu {
	clear: both;
	background-color: #006699;
	color: white;
	padding-top: 5px;
	text-align: center;
	height: 30px;
}

#bild_leiste {
	background-color: #DAD9D8;
	height: 228px;
}

#img {
	width: 500px;
	height: 223px;
	float: left;
}

#img_context {
	background-color: #DAD9D8;
	float:right;
	height: 223px;
}

#content_zeile {
	clear: both;
	border: 0px solid red;
}


#submenu {
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	width: 195px;
	border: 0px solid black;
	/*width: 170px;*/
}


#content {
	float:left;
	background-color: white;
	border: 0px solid green;
	width: 545px;
	
	background-image: url(img/schatten_links.gif);
	/*hier angeben, ob sich das Bild wiederholen soll oder nicht; andere Werte: no-repeat; repeat; repeat-x, repeat-y*/
	background-repeat: repeat-Y;
	text-align:left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}


#footer {
	clear: both;
	text-align:right;
	height: 30px;
	background-color: #006699;
	color: white;
	padding-right: 10px;
	padding-top: 5px;
}

.submenuitem {
	margin-top: 10px;	
	/*background-color: #F1EADA; */
	border-left: 2px solid #006699;
}
.mitarbeiter {
	width: 500px;
	border: 0px solid blue;
	height: 220px;;
}
.person {
	text-align: center;
	float: left;
	margin: 10px;
	width: 130px;
	height: 200px;
	border: 0px solid green;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:black;	
}



/* Links im Text */
a:link, a:visited, a:active, a:hover {
	color:#CC0000;
}
p.achtung
{
	font-size: 14px;
	color: white;
	background-color: red;
	padding: 3px;
}
/* Überschrifen */
h1 { font-size:20px; font-family:Arial; letter-spacing:2px; color:#006699; margin-top:0px;}
h2 { font-size:14px; font-family:Arial; letter-spacing:0px; color:#006699; margin-top:0px;}
h3 { font-size:12px; font-family:Arial; letter-spacing:0px; color:#006699; margin-top:0px;}


/* normaler Text */
p,ul,li,tr,td,table, pre{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:black;	
}
/* Links im Fließtext */
a:link, a:visited, a:active{
	text-decoration:none;	color:#006699;
}
a:hover{
	text-decoration:underline;
}	

/* Menu */
a.menu:link, a.menu:visited, a.menu:active{
	text-decoration:none;	color:white;font-size:13px;letter-spacing:1px;
}
a.menu:hover{
	color:#FFFFFF; background-color:#047FBD;
}	
a.menuactive:link, a.menuactive:visited, a.menuactive:active, a.menuactive:hover {
	margin-left:10px;	text-decoration:none;	font-weight:bold;	color:white; font-size:13px;letter-spacing:1px;
}

/* Submenu */
a.submenu:link, a.submenu:visited, a.submenu:active  {
	margin-left:10px;text-decoration:none;	color:black; font-size: 14px;
}
a.submenu:hover{
	color:#006699;
}	
a.submenuactive:link, a.submenuactive:visited, a.submenuactive:active  {
	margin-left:10px; text-decoration:none;	font-weight:bold; color:#006699; font-size:14px;
}

/* Überschrift der subnavigation auch verlinkt */
a.subnavheader:link, a.subnavheader:visited, a.subnavheader:active  {
	text-decoration:none;	color:#006699; font-size:20px; font-family:Arial;letter-spacing:2px;font-weight:bold;
}
a.subnavheader:hover{
	color:#006699;font-size:20px;
}	


/* FooterMenu */
a.footermenu:link, a.footermenu:visited, a.footermenu:active  {
	font-size: 11px; text-decoration:none;	color:white;
}
a.footermenu:hover{
	color:gray;
}	

img {border: 0px;}



