﻿/* CSS Document gr 05/2004 */
html{
	margin:0;
	padding:0;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: 
	background-repeat: 
	background-color: #AAAAAA;
}


/* Tag Regeln */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #A7A7C0;
	letter-spacing: 2px;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
}
/* Layout */
.topbox {
	background-color: #0000CC;
}
.fondabox {
	background-color: #0000CC;
	

}
.navtopbox {
	background-color: #A7A7C0;
}

/* Objekte */
div#logo {
	width: 200px;
	z-index: 100;
	padding: 5px;
	position: absolute;
}

#mainnavbar{
	padding-left: 10px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	color : #003366;
}
#basenavbar{

	color: #ffaf00;
}

#footerleft {
      font-size : 10px;
      font-weight : normal;
      color : #0000CC;
}
#footermiddle {
      font-size : 10px;
      font-weight : normal;
      color : #0000CC;

}

#infocolumn {
		 
	padding-left: 0px; 
	with: 150px; 
	background-color: #FFDEAD;
}
#infocolumn p {
	font-size: 11px;
	font-weight: normal;
	color: #0000CC;
	text-align: center;

}

#infocolumn H3 {
	BORDER-TOP: #fff 1px solid; 
	DISPLAY: block; 
	FONT-SIZE: 70%; 
	PADDING-BOTTOM: 3px; 
	COLOR: #fff; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #fff 1px solid; 
	BACKGROUND-COLOR: #ffaf00; 
	TEXT-ALIGN: center
}


/* Tag Regeln box */
#mainnavbar a{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 95%;
	color : #fff;
	text-decoration: none;
	/*font-weight: 700;*/

}
	
#mainnavbar a:hover {
	color: #FFFFFF;
	background-color: #0000CC;
}
/*#mainnavbar a:visited {	color: #fff;}*/

#basenavbar a{
	font-family: Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration: none;
	font-size: 10px;

}
	
#basenavbar a:hover {	color: #ffaf00;}



.topbox h1{
	font-size: 160%;
	font-weight: bold;
	color: #A7A7C0;
	letter-spacing: 2px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	LINE-HEIGHT: 100%


}

.topbox p{
	font-size: 70%;
	color: #A7A7C0;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0px 0px 3px 10px;


}

/* Sub Nav */

#navcontainer {
	margin-left: 2px;
	width: 180px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	/*list-style-image: url(images/Squarerd.gif);*/

}

#navcontainer li {
	margin: 0;
	
}

#navcontainer a
{
	display: block;
	padding: 5px 5px 5px 5px;
	width: 180px;
	color: #000;
	background-color: #FFDEAD;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	/*	font-weight: bold;*/
	
	font-size: 12px;
	
}

#navcontainer a:hover
{
color: #000;
background-color: #FFAF00;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;

}
/* content */
#content1{
	padding-left: 10px;
	padding-right: 10px;
	color: #003366;
}

#content2{

	padding: 0px 10px 0px 0px;
}


#content1 h1{
      font-size : 120%;
      font-weight : normal;
      color : #003366;;
      
}                     
#content1 h2{
      font-size: 100%;
      font-weight: bold;
      color: #000000;
     
}
#content1 p{
      font-size : 80%;
      font-weight : normal;
      color : #000000;
      line-height : 120%;
}

#content2 p{
	font-size : 80%;
	font-weight : normal;
	color : #003366;
	line-height : 100%;
	bottom: 10px;
}
#content2 h2{
	font-size: 90%;
	font-weight: bold;
	color: #0000CC;
	background-color: #BFC5D5;
	padding-left: 2px;
}
