/* ARCOIDIS CSS Layout
   Jean-Pierre Kousz */

/* Seitenformat */
body {
    background-color: #D8E9F3;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#outer {
    width: 700px;
    background-color: #BBD6EB;
    margin-top: 70px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

div#header {
    padding: 0px;
    margin: 0px;
    background-color: #438EC5;
    height: 160px;
}

div#main {
   width: 700px;
}

div#main_text{
   padding-top: 18px;
	padding-left: 55px;
	padding-right: 10px;
	padding-bottom: 2px;
	line-height: 130%;
	list-style-image: url(aufzaehlung.png);
}

div#footer {
    background-image: url(/util/foot1.png);
    height: 40px;
}

/* Allgemeine Formatierungen */
h1 {
   color: #005A94;
   font-size: 150%;
   font-weight: 400;
}

h2 {
   color: #005A94;
   font-size: 120%;
   font-weight: bold;
   border-bottom-color: #A2C7E2;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   margin-bottom: 3px;
   margin-top: 5px;
   list-style-image: url(aufzaehlung.png);
}



/* navigation */
#nav1 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
   text-align: left;
	font-weight: bold;
   font-family: sans-serif;
	border-color: #D8E9F3;
	border-top-style: solid;
	border-top-width: 1px;
	}

#nav1 a{
	color: #005A94;
	TEXT-DECORATION: none;
	line-height: 140%;
	font-weight: bold;
	font-size: 12px;
}

#nav1 a:active {
	COLOR: #005A94; 
	font-weight: bold;
	TEXT-DECORATION: none;
}

#nav1 a:hover{
	COLOR: #909090; 
	font-weight: bold;
	TEXT-DECORATION: none;
}


#nav1a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
       text-align: left;
	font-weight: bold;
       font-family: sans-serif;
	border-top-color: #D8E9F3;
	border-top-style: solid;
	border-top-width: 1px;
	}

	
#nav1a a{
	color: #000000;
	TEXT-DECORATION: none;
	line-height: 140%;
	font-size: 12px;
}

#nav1a a:active {
	COLOR: #000000; 
	TEXT-DECORATION: none;
}

#nav1a a:hover{
	COLOR: #000000; 
	TEXT-DECORATION: none;
}

#nav2 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
   text-align: left;
   font-family: sans-serif;
	z-index:2;
	border-top-color: #D8E9F3;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #BBD6EB;
	}

#nav2 p{
	margin-left: 5px;
	font-size: 10px;
}
	
#nav2 a{
	color: #16698B;
	TEXT-DECORATION: none;
	line-height: 140%;
	font-size: 12px;
}

#nav2 a:active {
	COLOR: #F0284C; 
	TEXT-DECORATION: none;
}

#nav2 a:hover{
	COLOR: #909090; 
	TEXT-DECORATION: none;
}
