body, html {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #8EBFF9;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #45678C url(../images/headbg.gif) repeat-x top;
}

body, html, td {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:active, a:visited {
	color: #4589B0;
}

a:hover {
	color: #FFFFFF;
}
img {
	border: none;
}
.stretch {
	width: 100%;
	height: 100%;
}

.content {
	width: 100%;
	vertical-align: top;
}

.top {
	height: 120px;
}

.headline {
	background: url(../images/background_top.jpg) repeat-x;
	text-align: center;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

div.form{
	width: 325px;
}
div.formrow {
  	clear: both;
  	padding-top: 10px;
}

div.formrow span.formlabel,span.formlabelerror {
  	float: left;
 	width: 75px;
  	text-align: right;
  	font:11px Tahoma;
  	padding: 0px 10px 0px 0px;
}

div.formrow span.formlabel {
  	color: #666666;
}

div.formrow span.formlabelerror {
 	font-weight: bold;
}

div.formrow span.formfield {
  	float: right;
  	width: 250px;
  	text-align: left;
}

select, textarea  {
	font:10px Tahoma;
	padding: 0px 0px 0px 3px;
	margin : 0px 0px 0px 0px;
	border: 1px solid silver;
}

select.type1{
	width:150px;
	height:18px;
}
input.type1, input.type2, input.type3 {
    font:10px Tahoma;
	padding: 0px 0px 0px 3px;
	margin : 0px 0px 0px 0px;
	border: 1px solid silver;
}

input.type1{
	width:200px;
	height:18px;
}

input.type2{
	width:150px;
	height:18px;
}

input.type3{
	width:100px;
	height:18px;
}

textarea.type1 {
	width:250px;
	height:150px;
}
/* Struktur */
.head {
		text-align:center;
		line-height:0px;
}
.subhead {
		text-align:center;
		line-height:0px;
}
/* Navigation */
.navline {
	text-align:center;
	border-top: 1px solid #3E596A;
	border-bottom: 1px solid #3E596A;
	background:#F2F8FF;
}
a.nav:link, a.nav:active, a.nav:visited, 
a.navactive:link, a.navactive:active, a.navactive:visited
 {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	padding-left:12px;
	padding-right:12px;
}

a.navactive:link, a.navactive:active, a.navactive:visited {
	color: #45678C;
}

a.nav:hover, a.navactive:hover {
	background: #4787AF;
	color:#FFFFFF;
}


.subnavline {
	background:#234A62;
	text-align:center;
}

a.subnav:link, a.subnav:active, a.subnav:visited,
a.subnavactive:link, a.subnavactive:active, a.subnavactive:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding-left:12px;
	padding-right:12px;
}

a.subnavactive:link,
a.subnavactive:active,
a.subnavactive:visited {
	color: #CCCCCC;
}

a.subnav:hover {
	color: #FFFFFF;
	background: #000000;
}

h3 {
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

.modules {
	width: 200px;
	vertical-align: top;
	text-align: center;
	background: url(../images/modulesbg.gif);
	color:#000000;
}
input,select {
	border: #3e596a 2px solid;
	color: #3e596a;
	background: #FFFFFF url(../images/textinputbg.gif);
	padding:2px;
}
.button, .button:active {
	background: #3e596a;
	color: #FFFFFF;
	border: #3e596a 2px solid;
}
.button:hover {
	cursor:pointer;
	background: #FFFFFF;
	color: #3e596a;
}
.button_logout, .button_logout:active {
	width:60px;
	color:#234A62;
	cursor:pointer;
	background: #aacbf0;
	border: none;
}
.button_logout:hover {
	padding-left:5px;
}
.site_title {
	background:url(../images/sitetitlebg.gif) no-repeat;
	display:block;
	width:220px;
	height:30px;
	text-align: center;
	padding-top:5px;
	font-size:16px;
}
.title {
	color: #3e596a;
	font-weight: bold;
	font-size: 13px;
}
.small {
	font-size: 11px;
}
.container {
		width: auto;
	text-align:center; border:#EBEBEB 3px solid; padding:10px; display:block; background:#234a62 url(../images/index_bg.gif) left repeat-y;
}
.container_title {
	background:url(../images/legendbg.gif) no-repeat;
	display:block;
	width:220px;
	height:30px;
	text-align: center;
	padding-top:5px;
	font-size:16px;
}
.error {
background:#eabb00; color:#000000; border-bottom:#000000 solid 3px; border-right:#000000 solid 3px; padding:1px; font-size:11px; height:20px;
}
a.link:hover {
	color: #3e596a;
}
.mcontainer {
	background:url(../images/m_bg.gif);
}
.lcontainer {
	background:url(../images/l_bg.gif);
}
.altbg {
	background: #45678C;
}
#photos {
	color:#ffffff;
	background:url(../images/s_bg.gif);
	text-align:center;
	overflow: visible;
	height:210px;
	font-size: 11px;
}

.rateractive {
	cursor: pointer;
}

.raterpassive {
	cursor: auto;
}
.paginator a {
color:#FFFFFF;
}
.paginator a:hover {
color:#CCCCCC;
}