body{
	font-family:Verdana, Helvetica, sans-serif;
	/*font-size:89%;
	line-height:1.2em;*/
	font-size:80%;
	line-height:1.4em;
	color:#52514D;
	margin:0px;
	padding:0px;
}

/*************Allgemeine*******/
div, p, span, ul,ol,form {
	margin:0px;padding:0px;
}
p{
	}
.line{background-color:#000000;height:1px;}
	
.unsichtbar, .nurdruck  /* Links oder Texte fuer Screenreader */
{ 	position:absolute;
	left:-1000px;
	width:0px;
	height:0px;
	overflow:hidden;
	display:inline;
}

acronym {
	border-bottom: 1px dashed #C2C2C2;
	cursor: help;
}
abbr {
	border: none;
	cursor: help;
}

a, a:hover{
	color:#005EA4;
	text-decoration:none;
}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;

}
img, img a{
	border:none;
}

ul
{
	list-style-image:url(imgLandw/list.gif);
	margin-left:0px;
	padding-left:18px;
	}
ol{
	margin-left:8px;
	padding-left:23px;}

.unsichtbar{
	position: absolute;
	left: -1000px;
	width: 0px;
	height: 0px;
	overflow:hidden; 
	display:inline;
}
.searchform,.searchform_p{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.searchform_input	{
	border:solid 1px #005EA4;
	font-size:11px;
	line-height:15px;
	vertical-align:middle;
	height:15px;
	width:140px;
	
}

.searchform_submit
{
	border:none;
	vertical-align:middle;	
	background-image:url(imgLandw/search_submit.gif); 
	background-repeat:no-repeat; 
	cursor:pointer;
	width:18px;
	height:19px;
}

.addtemplate_footer3{
 	font-size:89%;line-height:1.2em;padding-top:4pt;padding-bottom:3pt;
 }
/**********Navigation*****************/
li.history{
	display:inline;
}

.history, a.history, a.history:hover{
	font-size:87%;
	color:#52514D;
	text-decoration:none;
}


ul.navul{
	display:inline;
	margin:0px;
	padding:0px;
}
li.nav1list, li.nav2list, li.nav3list{
	display:inline;
	list-style-type:none;
	padding:0px;margin:0px; 
}
.nav1, a.nav1 {
	font-size:91%;
	font-weight:bold;
	color:#52514D;
	padding-left:15px;
	padding-right:20px;
	display:block;
	margin-top:20px;
	border-left:solid 5px #52514D;
	text-decoration:none;
}
a.nav1:hover {
	color:#005EA4;
	border-left:solid 5px #005EA4;
}

.nav1activ, a.nav1activ, a.nav1activ:hover{
	font-size:91%;
	font-weight:bold;
	color:#005EA4;
	padding-left:15px;
	padding-right:20px;
	display:block;
	margin-top:20px;
	border-left:solid 5px #005EA4;
	text-decoration:none;
}

.nav2, a.nav2{
	font-size:91%;
	color:#52514D;
	font-weight:normal;
	display:block;
	margin-top:5px;
	text-decoration:none;
	padding-left:30px;	
}

a.nav2:hover{
	color:#005EA4;
	
}
.nav2activ, a.nav2activ, a.nav2activ:hover{
	font-size:91%;
	color:#005EA4;
	font-weight:bold;
	padding-left:30px;
	display:block;
	margin-top:5px;
	text-decoration:none;
}

.nav3, a.nav3{
	font-size:87%;
	color:#52514D;
	font-weight:normal;
	display:block;
	margin-top:5px;
	text-decoration:none;
	padding-left:40px;	
}

a.nav3:hover{
	color:#005EA4;
}
.nav3activ, a.nav3activ, a.nav3activ:hover{
	font-size:87%;
	color:#005EA4;
	font-weight:bold;
	padding-left:40px;
	display:block;
	margin-top:5px;
	text-decoration:none;
}




/*************Layout**************/
.pagetitle
{
	font-family: serif;
	font-size:22px;
	line-height: 32px;
	color: #005EA4; /*filter: Shadow(Color=#B3B1AD,	
			Direction=90,
			Strength=2);*/
}


h1, .headline{
	font-size:100%;
	color:#52514D;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
h2, .headline2{
	font-size:91%;
	color:#52514D;
	font-weight:bold;
	padding:0px;
	margin-bottom:5px;
}
h3, .headline3{
	font-size:87%;
	color:#52514D;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
h4, h5, h6{
	font-size:79%;
	color:#52514D;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.text, p{
	font-size:97%;
}
.textbold, a.textbold, a.textbold:hover{
	font-size:89%;
	font-weight:bold;
}

.text8pt {font-size:89%;line-height:1.3em;}
a.text8pt {font-size:89%;line-height:1.3em; text-decoration: none;}
a.text8pt:hover {font-size:89%;line-height:1.3em; text-decoration:underline;}













.textwhite{
	font-size:89%;
	color:white;
}
.textwhitebold, a.textwhitebold, a.textwhitebold:hover{
	font-size:89%;
	color:white;
	font-weight:bold;
}
/**************Formulare*************/
.formular{
	font-family:Verdana, Helvetica,sans-serif;
	font-size:89%;
	color:black;
}
input.formular{
	height: 15px;
	padding-top: 5px;
	padding-left: 2px;
	color: black;
	border:none;
	border:none;
	background:#E7E5E0;
}
textarea.formular{
	padding-top:5px;
	padding-left:2px;
	color:black;
	border:none;
	background:#E7E5E0;
	
}
.formbutton{
 	font-size:89%;
	font-weight: bold;
	width: 70px;
	height: 22px;
	color: #52514D;
	background:#B2CDE1;
	border-bottom: solid 1px #74A5C9;
	border-right: solid 1px #74A5C9;
	cursor: pointer;
}
table
{
	font-size:102%;
	line-height:1.4em;
	color:#52514D;
	padding:4px;
	border-collapse:collapse;
}

.aTable {border-collapse: collapse; border-color: #0060A9; border-style: solid;  border-width:1px; font-size:100%; line-height:1.4em;}
.afirstCell {border-collapse: collapse; border-color: #0060A9; border-style: solid; border-width:1px; padding:3px;font-size:100%; line-height:1.4em; background-color:#E0E0E0}
.aCell {border-collapse: collapse; border-color: #0060A9; border-style: solid; border-width:1px; padding:3px; font-size:100%; line-height:1.4em; }

