*
{
	margin: 0;
	padding: 0;
	list-style: none;
}

body
{
	background: #7F95BC url(images/bg.jpg) 0 0 repeat-x;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}


h1
{
	color: #066FCA;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2
{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 2px; 
	clear:both;
}

p
{
	clear: both;
}

p.contentText
{
	font-size: 12px;
	padding-bottom: 12px; 
}

p.aktion
{
	font-size: 13px;
	text-align: center;
}

#container
{
	width: 830px;
	margin: 10px auto;
	border: solid 2px #066fca;
}

#menu
{
	height: 28px;
	/*background-color: #015FA5;*/
	background-color: #B4C0D7;
}

#menu ul
{
	padding-top: 1px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	height: 24px;
	margin-left: 5px;
}

#menu ul li
{
	float: left;
	height: 24px;
	border-left: 1px solid #7F95BC;
	border-top: 1px solid #7F95BC;
	border-bottom: 1px solid #7F95BC;	
	background-color: #B4C0D7;
}
#menu ul li.lastItem
{
	border-right: 1px solid #7F95BC;	
}

#menu ul li a
{
	padding: 5px 7px 5px;
	color:#000;
	display: block;
	text-decoration: none;
}

#menu ul li a:hover
{
	background-color: #B4C0D7;
	color: #000;
	background-color: #eee;
}

a.curr
{
	background-color: #eee;
}

#content
{
	background-color: #ECEADF;
	height: 300px;
	min-height: 300px;
}

html>body #content
{
	height: auto;
}

#main
{
	padding: 7px;
	font-size: 12px;
}

.imgText
{
	float: left;
	padding-right: 3px;
}

ul.standard 
{
	padding-left: 20px;
	padding-bottom: 10px;

}

ul.standard li
{
	list-style-type: disc;
}

.imgRow
{
	text-align: center;
}

.imgRow img
{
	padding: 2px;
}

