@charset "utf-8";
/* CSS Document */

html {
	background-image: url(img/background.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
body,p{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #24435f;
	/*color: #055094;*/
}
#content {
		position: absolute;
		left: 50%;
		width: 990px;
		margin-left: -497.5px;
		margin-top: 35px;
		border: 0px;
}

div.transbox {
	border: 0px;
	overflow: hidden;
	width: 980px;
	height: auto;
	min-height: 500px;
	padding: 45px;
	margin-top: 15px;
	background-color: #f5f5f5;
	opacity: 0.90;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	border: 1px solid #cde1ee;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
}

div.transbox #box {
	border: 0px;
	overflow: hidden;
	width: 425px;
	height: 485px;
	margin-top: 25px;
	background-color: #ffffff;
	border: 1px solid #cde1ee;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* Konqueror */
	border-radius: 4px;
	float: left;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(img/bg_wei.gif);
	background-repeat: repeat;
	text-align: center;
}

div.transbox #box img{
	border: 0px;
}

div.transbox #box h2{
	color: #028505;
	font-size: 14px;
}

div.transbox #box .fett{
	color: #028505;
	font-weight: bold;
	font-size: 28px;
}

div.transbox #box .kl{
	font-size: 11px;
	color: #9c9c9c;
}

/* Box Bild Unterseiten */
div.transbox #box-2 {
	border: 0px;
	overflow: hidden;
	width: 325px;
	height: 385px;
	margin-top: 25px;
	background-color: #ffffff;
	border: 1px solid #cde1ee;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* Konqueror */
	border-radius: 4px;
	float: left;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(img/bg_wei.gif);
	background-repeat: repeat;
	text-align: center;
}

div.transbox #box-2 img{
	border: 0px;
}

div.transbox #box-2 h2{
	color: #028505;
	font-size: 14px;
	margin: 35px 0px 0px 0px;
}

div.transbox #box-2 .fett{
	color: #028505;
	font-weight: bold;
	font-size: 28px;
}

div.transbox #box-2 .kl{
	font-size: 11px;
	color: #9c9c9c;
}



div.transbox #header {
	margin-bottom: 25px;
	}

div.transbox p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	}

div.transbox h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #24435f;
	}
	
	
div.transbox h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #24435f;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
div.transbox .navig {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #24435f;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	padding-bottom: 10px;
	}

div.transbox .navig a:hover { 
	color: #028505;
}



/*
div.transbox .img {
	border: 0px;
	}
*/
	
div.transbox .alignleft {
	float: left;
	background-color: #fff;
	border: 1px solid #cde1ee;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	text-align: center;
	padding: 15px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 25px;
	margin-bottom: 10px;
}

div.transbox a {
	color: #24435f;
	text-decoration: none;
	border: 0px;	
	}
	
div.transbox a:hover {
	text-decoration: none;
	color: #4476a4;
	border: 0px;
	}
	
	
#foot {
	font-size: 11px;
	margin: 7px 0px 15px 0px;
}

#foot, #foot a {
	color: #84909e;
}
