*{
margin:0;
padding:0;
}

html{
	color : #000000;
	background-color : #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

body {
	text-decoration : none;
    text-align:center;
	background-color:#CCCCCC;
}

p,h1,h2,h3{
  margin-top: 10px;
}

/* Aufteilung */
#main-area {
	background-color : White;
	width: 900px;
	margin:auto;
}

#topnavigation-area {
    background-color: #999999;
    height: 22px;
    border-bottom: 1px solid #ffffff;
}

#LeftNavigation {
    width: 185px;
	vertical-align:top;
	background-color:#CCCCCC;
}

#content-area {
	text-align:justify;
	vertical-align:top;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	height:400px;
}

/* default */

#content-header {
	margin-top:40px;
	margin-bottom:40px;
    font-weight:bold;
    text-align:left;
}



div.blocksatz {
    margin: 10px 10px 10px 10px;  
 	text-align:justify; 
	font-size : 18px;
	font-family: Kunstler Script;
}

div.blocksatzoben {
        margin: 0px 10px 10px 10px;  
 	text-align:justify; 
	font-size : 18px;
	font-family: Arial, Helvetica, sans-serif;
}


input,textarea,option,form,a
	{
    	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;	
}

dl,dt,dd
	{
    	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;	
}

p,h1,h2,h3,h4,ul,ol,li,div,th,td,address,blockquote,mobr,i
	{
    	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;	
}

th {
	font-weight: bold;
}

a:link,a:visited,a:active {
  	font-size: 10pt; 
	font-weight: normal; 
	color:#0066CC;
	text-decoration: underline;
}
a:hover {
	font-size: 10pt; 
	font-weight: normal; 
	color : #0066CC;
	text-decoration: underline; 
}

img {
	border-color:#78563B;
	}




#container-navigation {

}

 

ul#navigation {
                margin: 0 0 0 0;
                padding: 0 0 0 0;
}
 

#navigation li {
                display: inline;
                list-style: none;
                height: 22px;
}

 

#navigation li a {

                color: #006AB6;
                line-height: 22px;
                font-size: 11px;
                text-decoration: none;
                padding: 5px 15px 6px 15px;
                border-right: 1px solid #ffffff;
}

 
#navigation li a:hover {
                text-decoration: underline;
                background-color: #006AB6;
                color: #A7A9AC;
}






