@charset "UTF-8";
/* CSS Document */

body{
	font-family: Tahoma;
}

h3{
	margin: 0 0 5px 0;
	color: #e31b25;
}
h3:hover{
	cursor: pointer;
	text-decoration: underline;
}

h3.nolink:hover{
	cursor: default;
	text-decoration: none;
}

ul{
	margin: 0px;
	padding: 0px;
}

input.text{
	border: 1px solid #999;
	width: 140px;
	clear: both;
}

input.check{
	margin-left: 100px;
}

input.button{
	margin-left: 100px;
}

label.text{
	float: left;
	width: 100px;
	text-align: right;
}

li.navigation{
	width: 110px;
	height: 58px;
	display: inline;
	list-style-type: none;	
	text-align: center;
	margin: 0px;
	float: left;
}

.subnavi-element{
	/*width: 120px;*/
	height: 45px;
	padding-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

img.floatLeft, div.floatLeft { 
    float: left;
	margin-right: 5px;
}
img.floatRight, div.floatRight { 
    float: right;
	margin-left: 5px;
}

.error{
	background-color: #FCC;
	border: 1px solid #C22;
	padding: 15px;
	width: 798px;
	margin-top: 10px;
	text-align: left;
}

.notification{
	background-color: #FFC;
	border: 1px solid #CC2;
	padding: 15px;
	width: 798px;
	margin-top: 10px;
	text-align: left;
}

.success{
	background-color: #CFC;
	border: 1px solid #2C2;
	padding: 15px;
	width: 798px;
	margin-top: 10px;
	text-align: left;
}

.sourceinfo{
	margin-top: 15px;
	width: 840px;
	text-align: right;
}
.sourceinfo a, .sourceinfo a:visited{
	text-decoration: none;
	color: #AAA;
	font-size: 10px;
}
.sourceinfo a:active, .sourceinfo a:hover{
	text-decoration: underline;
}

.contacticon:hover{
	cursor: help;
}

div.tooltip{
	height: 16px;
	position: relative;
	top: 65px;
	left: 40px;
	text-align: center;
	padding: 0px;
	font-style: normal;
	z-index: 2;
	display: none;
}

.footer-element{
	width: 288px;
	float: left;
	text-align: center;
}

#footer a, #footer a:visited{
	text-decoration: none;
	color: #c5c6c8;
}
#footer a:hover, #footer a:active{
	text-decoration: underline;
	color: #c5c6c8;
}