/* altlasten styles */
/* noch von einem tabellen-basierten layout */

html, body{
	height: 100%;
}

body{ 
	padding: 0px;
	margin: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color: #000;
	background-color:#fff;
	
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#12414e;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#12414e;
	scrollbar-highlight-color:#12414e;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;
	
	text-align: center;
}

/* menu */
div.mainmenu ul, div.mainmenu ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.mainmenu ul li{
	width: 118px;
	height: 21px;
}
div.mainmenu a, div.mainmenu a:visited{
	padding: 2px 0 0 0;
	margin: 0px;
	background: url(../images/nav/off.gif) no-repeat;
	width: 118px;
	height: 21px;
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	display: block;
}
div.mainmenu a:hover, div.mainmenu a.sel, div.mainmenu a.sel:visited{
	padding: 2px 0 0 0;
	margin: 0px;
	background: url(../images/nav/on.gif) no-repeat;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #12414E;
}

p.results span{
	width: 100px;
	float: left;
	display: block;
}

/* table for gallerys */
table.galerie{
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
table.galerie td{
	text-align: center;
	width: 33%;
	padding: 0 0 10px 0;
}
table.galerie td img{
/*	display: block;*/
	border: 1px solid #ccc;
}

div.center_page{
	width: 760px;
	margin: 0 auto;
	height: 100%;
}
table.page_wrapper{
	width: 760px;
	height: 100%;
	border: none; 
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}
table.page_wrapper td{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
table.calendar_wrapper{
	width: 150px;
	height: 100%;
	border: none; 
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
table.calendar_wrapper td{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table tr.bold td{
	font-weight: bold;
}

table{
	border-collapse: collapse;
	margin: 0 0 0 10px;
}
table td{
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
table td.col{
	width: 100px;
}
table tr.bold td{
	font-weight: bold;
}

p {
	padding: 0 0 0 10px;

	font-size: 11px;
	line-height: 18px;
}
ul li {
	font-size: 11px;
	line-height: 18px;
}
h1 {
	padding: 0 0 0 10px;
	
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	
	color: #003366;
}
h2 {
	padding: 0 0 0 10px;
	
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	
	color: #003366;
}

.boldblau {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
.blau {
	font-size: 11px;
	line-height: 16px;
	color: #003366;
}
a {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #003366;
	list-style-position: inside;
	list-style-type: disc;
	text-decoration: underline;
	padding: 0px;


}
a:link {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #003366;
	list-style-position: inside;
	list-style-type: disc;
	text-decoration: underline;
	padding: 0px;

}
a:visited {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #003366;
	list-style-position: inside;
	list-style-type: disc;
	text-decoration: underline;
	padding: 0px;

}
a:hover {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #003366;
	list-style-position: inside;
	list-style-type: disc;
	text-decoration: underline;
	padding: 0px;

}
a:active {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #003366;
	list-style-position: inside;
	list-style-type: disc;
	text-decoration: underline;
	padding: 0px;

}

hr{
	border: 0px;
	padding: 0px;
	margin: 0px;
    color: #036;
	background-color: #036;
	height: 1px;
}
table.content{
	margin: 0 0 0 10px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.content td{
	vertical-align: top;
}
