body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: url("/images/bg_main_2.gif") #fff repeat-y top left;
	line-height: 1.27em;
}
a, a:link, a:hover
{
	color: #17294e;
	text-decoration: none;
}

a img
{
    border: none;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 0;
	color: #666;
}

h1
{
	font-size: 1.27em;
	margin: 0;
}
h2
{
	font-size: 1.18em;
}
h3, h4, h5, h6
{
	font-size: 1.09em;
}
p
{
	color: #333;
	margin: 0 0 1em 0;
}
form
{
	margin: 0;
	padding: 0;
}

#menu ul {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;

	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	width: 160px;
}

#menu ul li
{
	padding: 2px 0 2px 0;
	font-weight: bold;
	background: url("/images/bg_pkte_150.gif") bottom left no-repeat;
}
#menu ul ul { border: none; }
#menu ul li ul li
{
	padding: 0;
	font-weight: normal;
	background: none;
}
#menu ul li ul li {
	position: relative;
}
	
#menu ul li ul li ul {
	position: absolute;
	left: 160px; /* Set 1px less than menu width */
	width: 170px;
	padding: 0;
	top: 0;
	display: none;
	background: #17294e;
}
#menu ul li ul li ul li{
	margin: 0 5px;
	background: url("/images/bg_pkte_150.gif") bottom left no-repeat;
}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu ul li a:hover { color: #b1dff6; } /* Hover Styles */
		
#menu li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#menu ul li ul li:hover ul, #menu li.over ul { display: block; } /* The magic */

#menu .active, #menu .active a
{
	color: #b1dff6;
}

#menu .std, #menu .std a
{
	color: #fff;
}
#menu #lastItem
{
	background: none;
}
.menu_minus
{
	float: left; 
	position: relative; 
	left: 5px;
}
.menu_item
{
	margin-left: 5px;
}
#searchbox h3
{
	background: url("/images/bg_pkte_150.gif") top left no-repeat;
	padding-top: 5px;
	color: #ccc;
	font-size: 0.91em;
	font-weight: normal;
}
.halfinputfield
{
	font-size: 0.91em;
	font-weight: normal;
	border: none;
	width: 85%;
}
.halfbox
{
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #ccc;
	width: 48%;
}
.beschriftung{
	width: 50%;
	line-height: 200%;
	font-weight: bold;
	float: left;
	clear: left;
}
.okbutton
{
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	color: #17294e;
	font-size: 1.2em;
}
#newsbox h3{
	margin: 0.5em 0 0.5em 0;
	font-size: 1em;
	color: #666;
}
#newsbox h4{
	margin: 0 0 0.2em 0;
	padding: 0 0 0.2em 0;
	font-size: 0.91em;
	font-weight: normal;
	color: #666;
	background: url("/images/bg_pkte.gif") bottom left repeat-x;
}
#globalNavSearch h3
{
	font-size: 0.8em;
	margin: 0;
}
#globalNavSearch a
{
	color: #ccc;
}
.small
{
	font-size: 0.8em;
}
.hidden
{
	display: none;
}