﻿@charset "utf-8";
/* CSS Document */

@import url(css_navi.css);

body	{	font-family:	Arial, Helvetica, sans-serif;
			background-color: #003; /*dunkel-blau*/
			font-size: 1em;
		}
		
div#wrap	{	width: 60em;	/*960 px*/
				height: 45em;	/*720 px*/
				margin: 1em auto;	/*Außenabstand oben und unten 0, rechts und links mittig zentriert*/
				background: url(../images/wrap_bg.jpg) top left no-repeat;
				background-color: #FFF;	/*weiß*/
				border: 2px solid #EE7F00;	/*dp orange*/
				border-radius: 20px;
				box-shadow:7px 7px 7px #F60; /*orange*/
			}	
			
div#logo	{	height: 12em;
				float:left;	
				width: 58em; 
				margin: 1em 1em 0 1em;
				background-color: transparent;	
			}				
			
div#menu	{	height: 5em;
				float:left;	
				width: 18em;
				height: 30em;
				margin: 0 0 0 1em;
				background-color: transparent;
			}					
							
div#inhalt	{	height: 29em; 
				background-color: transparent;
				float:left;	
				width: 33.9em; /*+3.5em +2.5em padding = 39.9em*/
				height: 27.9em;
				/* border: 1px solid black; */
				padding-left: 3.5em;
				padding-right: 2.5em;
				
				font-size:1em; 			/*Schrifgröße*/
				line-height:1.5em;		/*Zeilenhöhe*/	
				
				position: relative;		
			}	
							
div#footer	{	height: 2em;
				float:left;
				width: 37.4em; /*+2.5em padding = 39.9em*/
				background-color: transparent;
				padding-right: 2.5em;
				font-weight:bold;
			}	
			
div#inhalt h2	{	font-size: 1.5em;
					color: #004393; /*dp blau*/
					margin-bottom: 0.4em;
				}
	
div#inhalt p	{	margin-bottom: 1em;
				}	
				
					
div#inhalt a	{	color: #666; /*grau*/
					/* text-decoration:none; */
				}
				
div#inhalt a:hover	{	color: #004393;
					}				
				
div#inhalt .bold		{	font-weight:bold;
					}		
							
/*Footer*/
.footer_direkt,	
div#footer ul li a	{	text-decoration: none; 	/*keine Unterstriche*/
						/* font-size:0.85em; */
						color: #000;
						float: right;
						margin-left: 1em;
						/* margin-top: 1.7em; */
				 	}

.footer_direkt,						
div#footer ul li	{ display:inline;	/*damit sie nebeneinander stehen*/
					}	

.footer_direkt,						
div#footer ul li a:hover	{	color: #EE7F00;	/*dp orange*/
							}	
							
/*Logo Bengali Platzierung*/
div#logo img	{	margin: 1em 1em 0 0;
					float:right;
				}												