body
{
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #139088;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

img
{
	border: 0;
}

a
{
	color: #04a4a4;
}

a:hover
{
	color: #055055;
}

.clearer
{
	clear: both;
}

h1
{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 16px 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
}

h2
{
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
}

h3
{
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	color: #f56d11;
}

p
{
	margin: 0;
	padding: 0;
}

ul {
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	list-style-type: square;
}

.top
{
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 101px;
	border: 0;
	border-bottom: 3px white solid;
	background-color: #139088;
}

.logo
{
	position: absolute;
	top: 0;
	left: 0;
}

.small_navigation
{
	position: absolute;
	top: 10px;
	right: 0;
	border: 2px #a1d3cf solid;
	width: 75px;
	height: 16px;
}

.small_navigation .element
{
	float: right;
	/*width: 70px;*/
	height: 14px;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0 0 10px;
}

.small_navigation .element#div_impressum
{
	width: 65px;
}

.element a
{
	color: white;
	text-decoration: none;
}

.element a:hover
{
	color: white;
	text-decoration: underline;
}

.navigation
{
	position: absolute;
	top: 76px;
	left: 15px;
	width: 200px;
}

.navigation .entry
{
	height: 15px;
	width: 99px;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 8px 0 8px;
}

.navigation .entry_on
{
	height: 15px;
	width: 99px;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 8px 0 8px;
	border-top: 3px #f59d11 solid;
}

.navigation .submenu
{
	width: 115px;
	border-top: 3px #f59d11 solid;
	background-color: #1baba1;
}

.navigation .subentry
{
	height: 19px;
	width: 99px;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 8px 0 8px;
	cursor: pointer;
}

.navigation .subentry.on,
.navigation .subentry_on
{
	height: 17px;
	width: 99px;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 6px 0 6px;
	border: 2px white solid;
	background-color: #139088;
	cursor: pointer;
}

.navigation a
{
	color: white;
	text-decoration: none;
}

.navigation a:hover
{
	color: white;
	text-decoration: underline;
}

.navigation .submenu_shade
{
	width: 115px;
}

.navigation .subshadeentry
{
	width: 115px;
	height: 25px;
}

.navigation .subshadeentry .shadeimg
{
	width: 115px;
	height: 25px;
}

.navigation .subsubmenu_shade
{
	width: 165px;
}

.navigation .subsubshadeentry
{
	width: 165px;
	height: 25px;
}

.navigation .subsubshadeentry .shadeimg
{
	width: 165px;
	height: 25px;
}

.navigation .subsubmenu
{
	width: 165px;
	background-color: #1baba1;
}

.navigation .subsubentry
{
	height: 19px;
	width: 149px;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 8px 0 8px;
	cursor: pointer;
}

.navigation .subsubentry.on,
.navigation .subsubentry_on
{
	height: 17px;
	width: 149px;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 6px 0 6px;
	border: 2px white solid;
	background-color: #139088;
	cursor: pointer;
}

.main
{
	width: 910px;
	padding: 0 15px;
	position: relative;
	top: 104px;
	left: 0;
	margin: 0 0 0 0;
}

.main .breadcrumb
{
	border-bottom: 1px white solid;
	height: 16px;
	padding: 5px 8px 0 8px;
	width: 894px;
	font-size: 11px;
	margin: 0 0 8px 0;
}

.error
{
	color: red;
}

input.formfield
{
	width: 150px;
}

.popup {
	position:absolute;
	display: block;
	z-index:1;
	top: 10px;
}