h1,p,ul,ol,li,td,b,i { font-family:Arial,sans-serif; }

h1 {

	font-size:14px;
	color:#234584;
	font-weight : bold;

}

td {

	font-size:13px;
	color:#383838;

}

td.impressum {

	font-size:11px;
	color:#383838;

}


form {

	margin: 0px;

}


.form-field {

	margin: 2px;

}


.form-button {

	margin: 2px;

}


p,ul,ol,li {

	font-size:13px;
	color:#383838;

}

.text
{			
	font-weight : bold;
	color: #234584;
}

.klein
{			
	font-size:10px;
}

.menu
{			
	font-weight : bold;
	font-size:15px;
	color: #234584;
}

.betonen
{			
	font-weight : bold;
}


a:link { color:#234584; text-decoration:none; }
a:visited { color:#234584; text-decoration:none; }
a:active { color:#90AAEA; text-decoration:underline; }
a:hover { color:#90AAEA; text-decoration:underline; }

.menubar
{
	color: #FFFFFF;
	background-color: #234584;
}

.menubar A, .menubar A:visited
{			
	font-size: 11px;
	font-family: Verdana;
	font-weight : bold;
	text-decoration: none;

	color: #ffffff;
}

.menubar A:hover
{			
	font-size: 11px;
	font-family: Verdana;
	font-weight : bold;
	text-decoration: none;

	color: #90AAEA;
}

.menuitem
{
	color: #FFFFFF;
	background-color: #234584;
}

.menuitem A, .menuitem A:visited
{			
	font-size: 11px;
	font-family: Verdana;
	font-weight : bold;
	text-decoration: none;

	color: #ffffff;
}

.menuitem A:hover
{			
	font-size: 11px;
	font-family: Verdana;
	font-weight : bold;
	text-decoration: none;

	color: #90AAEA;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 20%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#234584;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
