body{
	/*font-family:"Times New Roman*/
	font-family: Geneva,Verdana,  Arial, Helvetica, sans-serif;
	color: #40484B;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

/************** Allgemein****************/
div,p,span,form, table, h1,h2,h3,ul,ol{
	padding:0px;
	margin:0px;
}
a, a:hover{
	color:#307AD1;
}

img, img a{
	border:none;
}
ul{
	/*list-style-type: square;*/
	list-style-image:url(img/list.gif);
	margin-left:18px;
}
ol{margin-left:8px;padding-left:23px;}

/*************Divs******************/
.add_header{
	width:800px;
	height:245px;
	margin-left:5px;
	padding-top:5px;
	padding-left:5px;
	background:url(img/deko.jpg) no-repeat;
}
.add_headerRight{
	width:390px;
	height:245px;
	
}
.add_contentAll{
	width:810px;
	background:url(img/contentBG.gif) repeat-y;
}

.add_footerAll{
	width:810px;
	height:37px;
	background:url(img/footerBG.gif) no-repeat;
}

.unsichtbar{
	position: absolute;
	left: -1000px;
	width: 0px;
	height: 0px;
	overflow:hidden; 
	display:inline;
}

/*
.searchform,.searchform_p{
	margin:0px;
	padding-top:5px;
	height:17px;
}
.searchform_input	{
	font-family:Lucida, Geneva, sans-serif;
	color:#40484B;
	border:1px solid #7D898D;
	font-size:12px;
	height:15px;	
	width:120px;
	padding-left:5px;
}

.searchform_submit
{
	border:none;
	vertical-align:middle;
	margin-top:-2px;
}
*/
/*************Navigation*************/
ul.nav{
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:inline;
}
li.nav{
	list-style-type:none;
}
.nav1, a.nav1, a.nav1:hover{
	display:block;
	font-size:13px;
	color:black;
	text-decoration:none;
	background:url(img/nav1.gif) no-repeat top left;
	padding-left:10px;
}
.nav1activ, a.nav1activ, a.nav1activ:hover{
	font-weight:bold;
	font-size:13px;
	display:block;
	color:#4F6372;
	text-decoration:none;
	background:url(img/nav1.gif) no-repeat top left;
	padding-left:10px;
}

li.meta{
	list-style-type:none;
	display:inline;
}
.meta, a.meta, a.meta:hover{
	color:white;
	font-size:11px;
	text-decoration:none;
}
.metaactiv, a.metaactiv, a.metaactiv:hover{
	color:#4F6372;
	font-size:11px;
	text-decoration:underline;
}

li.history{
	display:inline;
}

.history, a.history, a.history:hover{
	font-size:11px;
	color:#40484B;
	text-decoration:none;
}
/************Layout*****************/
h1, .headline, a.headline, a.headline:hover{
	font-size:20px;
	line-height:28px;
	font-weight:normal;
	color:#307AD1;
	text-decoration:none;	
	border-bottom:solid 1px #307AD1;
	margin-bottom:10px;
}
h2, .headline2{
	font-size:18px;
	line-height:24px;
	font-weight:normal;
}

.pagetitle{
	font-size:18px;
	line-height:24px;
	font-weight:normal;
}

h3,h4,h5,h6{
	font-size:14px;
}

p, .textstandard{
	
}
.textbold, a.textbold, a.textbold:hover{
	color:#566063;
	font-weight:bold;
}

table{
font-size:100%;
	padding:2px;
}

/**********Formstyles**************/
.formular{
	font-family:Lucida, Geneva, sans-serif;
	color:#40484B;
	font-size:12px;
	line-height:20px;
}
input.formular{
	background:#DFE3E5;
	border:none;
	font-size:14px;
	line-height:20px;
}

textarea.formular{
	background:#DFE3E5;
	border:none;
	
}

.formbutton{
	background:url(img/searchbutton.gif) no-repeat;
	color:white;	
	border:none;
	cursor:pointer;
	padding-left:22px;
	text-align:left;
}
