@import url("vorlagen.css");

#body {
	background: #276199 url(/gfx/bg-body.png) repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333;
}

a {
	color: #0053a1;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#header {
	background: url(/gfx/bg-header.png) no-repeat;
	width: 900px;
	height: 113px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#header a.logo {
	display: block;
	width: 175px;
	height: 60px;
	position: absolute;
	right: 60px;
	top: 10px;
}

/* NAVIGATION */

#mainNav {
	position: absolute;
	top: 80px;
	left: 15px;
}

#subNav {
	background: url(/gfx/bg-subNav.png) repeat;
	height: 36px;
	position: absolute;
	top: -36px;
	left: 0px;
}

#mainNav ul,
#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subNav ul {
	padding: 0px 7px;
}

#mainNav ul li,
#subNav ul li {
	display: inline;
}

#mainNav ul li a,
#subNav ul li a {
	display: block;
	float: left;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	padding: 5px 17px;
}

#subNav ul li a {
	padding: 10px 17px;
}

#mainNav ul li a:hover,
#mainNav ul li.on a,
#subNav ul li a:hover,
#subNav ul li.on a {
	color: #0053a1;
}

#header .language {
	width: 40px;
	height: 11px;
	position: absolute;
	top: 95px;
	right: 10px;
}

#header .language a {
	display: block;
	float: left;
	width: 16px;
	height: 11px;
	overflow: hidden;
	text-indent: -5000px;
}

#header .language a.de {
	background-image: url(/gfx/lang.jpg);
	background-position: 0px 0px;
	margin: 0px 8px 0px 0px;
}

#header .language a.en {
	background-image: url(/gfx/lang.jpg);
	background-position: 16px 0px;
}

/* SEITENSUCHE */

#header .sitesearch {
	width: 222px;
	position: absolute;
	top: 91px;
	right: 63px;
}

#search .query {
	background: #fff;
	width: 168px;
	height: 16px;
	color: #333;
	font-size: 12px;
	padding: 2px 0px 2px 5px;
	border: none;
}
#search .submit {
	background: none;
	border: none;
	color: #fff;
	font-size: 11px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

#emotion {
	width: 900px;
	padding: 83px 0px 0px 0px;
	position: relative;
	z-index: 1;
}

#emotion img {
	display: block;
	width: 900px;
}

#emotion h1 {
	width: 380px;
	font-size: 22px;
	color: #fff;
	margin: 0;
	position: absolute;
	top: 197px;
	left: 520px;
}

#main {
	background: #d4eaff url(/gfx/bg-main.png) repeat-x;
	width: 900px;
	position: relative;
	z-index: 1;
}

#main .bgFix {
	background: url(/gfx/bg-content.png) repeat-y;
	width: 900px;
}

#main .columnLeft {
	background: #fff;
	width: 603px;
	float: left;
	overflow: hidden;
}

#main .specialNav {
	width: 603px;
	font-size: 11px;
	line-height: 19px;
	color: #666;
	padding: 15px 0px 0px 0px;
	position: relative;
}

#main .specialNav a {
	color: #666;
}

#main .breadcrumbs {
	font-size: 14px;
	width: 355px;
	padding: 0px 0px 0px 24px;
}

#main .breadcrumbs a {
	font-size: 11px;
	color: #afcfee;
	padding: 0px 10px 0px 0px;
}

#main .breadcrumbs a:hover,
#main .specialNav a:hover {
	color: #0053a1;
	text-decoration: none;
}

#main .print {
	background: url(/gfx/print.jpg) no-repeat left center;
	height: 19px;
	padding: 0px 0px 0px 22px;
	position: absolute;
	top: 15px;
	left: 370px;
}

#main .pdf {
	background: url(/gfx/pdf.jpg) no-repeat left center;
	height: 19px;
	padding: 0px 0px 0px 22px;
	position: absolute;
	top: 15px;
	right: 24px;
}

#content {
	width: 555px;
	padding: 25px 24px 30px 24px;
}

#main .sidebar {
	width: 272px;
	padding: 25px 0px 0px 25px;
	float: left;
	overflow: hidden;
}

#main .sidebar .box {
	background: #fff;
	width: 225px;
	overflow: hidden;
	margin: 0px 0px 25px 0px;
}

#main .sidebar .box .head {
	background: #8fb3d5;
	width: 205px;
	padding: 5px 10px;
}

#main .sidebar .box .head h2 {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

#main .sidebar .box .pic {
	width: 225px;
	height: 67px;
	overflow: hidden;
}

#main .sidebar .box .pic img {
	width: 225px;
}

#main .sidebar .box .boxContent {
	width: 205px;
	padding: 10px;
}

#main .sidebar .box .boxContent h3,
#main .sidebar .box .boxContent h4,
#main .sidebar .box .boxContent p {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}

#main .sidebar .box .boxContent h3 {
	color: #0053a1;
}

#main .sidebar .box .boxContent a {
	display: block;
	/*text-align: right;*/
}

#footer {
	background: url(/gfx/bg-footer.jpg) no-repeat;
	width: 900px;
	height: 230px;
	border-top: 1px solid #dededd;
	position: relative;
}

#footer .copyright {
	text-transform: uppercase;
	position: absolute;
	left: 440px;
	bottom: 65px;
}

#footer .footerNav {
	text-transform: uppercase;
	position: absolute;
	right: 180px;
	bottom: 65px;
}

#footer .footerNav a {
	color: #333;
	margin: 0px 0px 0px 15px;
}

#footer .footerNav a:hover {
	color: #0053a1;
	text-decoration: none;
}

#footer .footerNavLogo {
	position: absolute; 
	right: 10px; 
	bottom: 55px;
}



#footer .author {
	position: absolute;
	right: 5px;
	bottom: 30px;
}

#footer .author a {
	color: #0f375d;
}


h1 .signet {
	background: url('/gfx/Signet.gif') no-repeat left center;
	padding: 0 0 0 18px;
	display: block;
	line-height: 23px;
	height: 23px;
	position: relative;
}

