/* TEXT-OBJEKTE */
html {
	height: 100%;
	}


#nav1no a {
	background: url(./menue1no.jpg); 
	height: 37px; width: 178px; 
	display: block; 
	color: #fae978;
	font-size: 14px;
	padding-top: 8px; padding-left: 22px;
	text-decoration: none;}
	

#nav1ro a {
	background: url(./menue1cur.jpg); 
	height: 37px; width: 178px; 
	display: block; 
	color: #fae978;
	font-size: 14px;
	padding-top: 8px; padding-left: 22px;
	text-decoration: none;}
	
#nav1cur a {
	background: url(./menue1cur.jpg); 
	height: 37px; width: 178px; 
	display: block; 
	color: #560066;
	font-size: 14px;
	padding-top: 8px; padding-left: 22px;
	text-decoration: none;}	
	
#nav2no a {
	background: url(./menue2no.jpg) no-repeat;
	height: 28px; width: 165px; 
	display: block; 
	background-color: #509787;
	color: #fae978;
	font-size: 12px;
	padding-top: 12px; padding-left: 35px;
	text-decoration: none;}	

#nav2ro a {
	background: url(./menue2cur.jpg) no-repeat;
	height: 28px; width: 165px; 
	display: block; 
	background-color: #509787;
	color: #fae978;
	font-size: 12px;
	padding-top: 12px; padding-left: 35px;
	text-decoration: none;}	
	
	
#nav2cur a {
	background: url(./menue2cur.jpg) no-repeat;
	height: 28px; width: 165px; 
	display: block; 
	background-color: #509787;
	color: #560066;
	font-size: 12px;
	padding-top: 12px; padding-left: 35px;
	text-decoration: none;}			

body {
	font-size: 12px;
	line-height: 1.6em;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 8px;
	height: 100%;
	}

img {padding: 0; margin: 0;}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	font-family: Verdana, Arial, sans-serif;
	color: #5c2269;
	}	

h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6em;
	font-family: Verdana, Arial, sans-serif;
	color: #5c2269;
	}	
	
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	font-family: Verdana, Arial, sans-serif;
	color: #5c2269;
	}		

a:link {color: #4098a7; font-weight: bold; text-decoration: none;}

a:visited {color: #4098a7; font-weight: bold; text-decoration: none;}

a:hover {color: #4098a7; font-weight: bold; text-decoration: underline;}

a:active {color: #4098a7; font-weight: bold; text-decoration: none;}



/* LAYOUT-ELEMENTE */
#box {width: 900px; border: 1px solid #000000; text-align: left; background: url(./main.jpg) repeat-y 0 0;}
#header {width: 900px; height: 165px;}
	#logo {width: 206px; height: 165px; float: left; background: url(./logo_ie.jpg);}
	#image {width: 694px; height: 165px; float: right;}
	
#main {width: 900px;}
	#menue{width: 216px; float: left;}
		#menue_top{width: 206; height: 59px; background: url(./menue_top_ie.jpg); float: left;}
		#menue_bottom{background: #4098a7; float: left;}
	#content {width: 480px; float: left; background: none; }
	#margin {width: 195px; float: right; background: none;}
#footer {width: 900px; height: 35px; float: none; clear: both; background: url(./footer.jpg); text-align: center; color: #ffffff; font-weight: bold; vertical-align: bottom; padding-top: 33px;}


#margin h1 {font-size: 11px; line-height: 11px; font-weight: bold; color: #560066; padding: 0px; margin: 0px; }
#margin p {font-size: 10px; }
