/* Allgemeine Definitionen */

body{
	background-color : #ECECEC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
	scrollbar-base-color:#085CA9;
	scrollbar-arrow-color:#085CA9;
	margin-bottom : 0px;
	margin-top : 0px;
}

/* Haupttabelle */
#mastertable{
	border-left : 2px solid #085CA9;
	border-right: 2px solid #085CA9;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}
/* Headbereich*/
#headernavi{
	background-color : #085CA9;
	text-align: right;
	height : 12px;
}
#headerpic{
	background-color: #085CA9;
}
#headerend{
	background-image: url(../img/header.gif);
	height: 16px;
}
/* linke Navigation */
#navispalte{
	/* optionale Hintergrundfarbe background-color: #e2e5f8; */
	background-color: #d1d1d1;
	width : 150px;
	border-right: 1px solid #085CA9;
}
#navibereich{
	padding-top : 15px;
	padding-left: 2px;
	padding-right: 2px;
}
/* content */
#content{
	background-color: #ffffff;	
	width: 680px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
/* Teaser */
#teaserspalte{
	background-color: #d1d1d1;
	width : 150px;
	border-left: 1px solid #085CA9;
}
#teaserbereich{
	margin-top : 15px;
	margin-left: 2px;
	margin-right: 2px;
	/*background-color: #ffffff;
	border : 1px solid #085CA9;*/
}
/*Footer*/
#footer{
	background-image: url(../img/footer.gif);
	height: 16px;
}