@charset "utf-8";
/* CSS Document */
/*margin: 	
	Ein Wert 
			Abstand oben, unten, links und rechts 
	Zwei Werte 
			Der erste Wert für den Abstand oben und unten, der Zweite Wert für links und rechts 
	Drei Werte 
			Der erste Wert für den Abstand oben, der Zweite links und rechts und der Dritte unten 
	Vier Werte 
			Der erste Wert für den Abstand oben, der Zweite rechts, der Dritte unten und der Vierte links */
/** {
	margin: 10px;
	padding: 0px;
}*/
body {
	background-color: #87CFE7;
}
#aussenbox {
	margin: auto;
	width: 1024px;
	height: 768px;
	text-align: left;
	background-color: #87CFE7;
	background-image: url(../bilder/DGSH_Hintergrund.png);
	background-repeat: no-repeat;
	background-position: center;
}
#aussenbox_home {
	margin: auto;
	width: 1024px;
	height: 768px;
	background: #02557D url(../bilder/higru.jpg) no-repeat center;
	text-align: left;
}
#menue {
	position:relative;
	left:157px;
	top:85px;
	width:650px;
	height:70px;
}

#hauptmenue {
	position: relative;
	left: 200px;
	top: 269px;
	width:663px;
	height:332px;
	text-align: left;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: normal;
	color: #3F8390;
	z-index:5;
	padding: 0px;
}
#untermenue {
	position:absolute;
	left: 6px;
	top: 31px;
	width:620px;
	height:35px;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: normal;
	color: #80AABB;
	z-index:5;
}
#ueberschrift {
	position:relative;
	left:765px;
	top:150px;
	height: 23px;
	width: 220px;
	font-family: Arial;
	font-size: 0,9;
	font-weight: normal;
	color: #80AABB;
	z-index:1;
	text-align: right;
}
#textrahmen {
	position:relative;
	left:134px;
	top:99px;
	width:643px;
	height:495px;
	padding-top:15px;
	padding-left:20px;
	/*padding-bottom:20px;*/
	background-image: url(../bilder/textflaeche.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
	/*background-position: left, top;*/
	font-family: Arial;
	color:#666;
	font-size:0.75em;
	font-weight:normal;
	/*overflow: auto;*/
}
#textfeld {
	position:absolute;
	left:7px;
	top:7px;
	/*background-color:#FFF;*/
	width:635px;
	height:485px;
	padding-left:15px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size:0.75em;
	font-weight:normal;
	overflow: auto;
}
#aussenbox #hauptmenue p {
	color: #3F8390;
	text-align: left;
}
.doggy_textgrau {
	color:#333;
	font-size:1.2em;
}
.doggy_textgraufett {color:#333; font-weight:bolder; font-size:1.2em;}
.doggy_textblaufett {color:#00A6BF;	font-weight:bolder; font-size:1.2em;}

.textblau {	
	color:#699;
	text-decoration:none;
}
.test_officina {
	font-family: OfficinaSanITCBoo;
	color: #3F8390;
	font-size:11pt;
}

