body 
{
margin: 0;
padding: 0;
font-family: arial, hevetica, sans-serif;
font-size: 16px;
text-align : justify;
background-color: #DEE7E7;
} 

A{
text-decoration : none;
color: #292555;
font-weight : bold;
}

A:hover{
text-decoration : underline;
color: #292555;
font-weight : bold;
}

#container 
{
width: 100%;
text-align: left;
background-color: #DEE7E7;
border: 1px solid black;
} 

#logo 
{
	background-color: #336666;
	height: 45px;
	width: 150px;
	float: left;
	line-height: 45px;
	text-align : center;
	vertical-align : middle;
} 

#header 
{
height: 45px;
width: 100%;
float: right;
background-color: #336666;
padding : 15px;
border-bottom : 5px solid #292555;
font-family: verdana, arial, helvetica, sans-serif;
text-align : right;
} 

div#header h1
{
font-size: 25px; font-weight:bold; color: #fff;
}

div#header h2 
{
font-size: 15px; font-weight:bold; color: #fff;
}

div#header A{
text-decoration : none;
color: #fff;
}

div#header A:hover{
text-decoration : underline;
color: #fff;
}

#content 
{
color: #292555;
padding : 15px;
border-left : 5px solid #292555;
text-align : justify;
margin-left:200px;
} 

#clear{
clear:left;
}

div#content h1
{
font-size: 20px; font-weight:bold; color: #292555;
}

div#content h2
{
	font-size: 16px;
	font-weight:bold;
	color: #292555;
}

div#content h3
{
	font-size: 16px;
	font-weight: normal;
	color: #292555;
	font-style : italic;
}

div#content table
{
	font-size: 16px;
	color: #292555;
}

div#content p.tipp{
	margin-left : 50px;
}

div#content p.beispiel{
	margin-left : 50px;
}

div#content li.tipp{
	margin-left : 50px;
}

#inhalt
{
	background: #DEE7E7;
	color: #292555;
	padding : 15px;
	border : 1px solid #292555;
	text-align : justify;
	width:550px;
} 

div#inhalt h1
{
	font-size: 18px;
	font-weight: bold;
	color: #292555;
}

div#inhalt A.h1{
text-decoration : none;
font-size: 14px;
font-weight: bold;
color: #292555;
}

div#inhalt A.h2{
	font-size: 14px;
	font-weight: normal;
	color: #292555;
	margin-left : 10px;
}

div#inhalt A.h3{
	font-size: 14px;
	font-weight: normal;
	color: #292555;
	margin-left : 20px;
	font-style : italic;
}

div#inhalt A:hover{
text-decoration : underline;
color: #292555;
}


#menu 
{
float: left;
padding: 15px;
width: 200px;
padding-top: 20px;
font-family: verdana, arial, helvetica, sans-serif color: #292555;
font-size: 12px;
background-color: #DEE7E7;
} 

#footer        
{
	clear: both;
	height: 20px;
	background-color: #336666;
	border-top: 1px solid black;
	font-family: verdana, arial, helvetica, sans-serif color: #fff;
	font-size : 12px;
	padding : 0px 0px 0px 15px;
} 

div#footer A{
text-decoration : none;
color: #fff;
}

div#footer A:hover{
text-decoration : underline;
color: #fff;
}


