
/* global font definition */


/* Elements - Body */

BODY {
	/*background-color: #d6dae9;*/
	background-color: #d5d7df;
	background-image: url(../images/bg/bg_body.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #242424;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;;
}

/* Elements - Anchors */

A {
	color: #383838;
	text-decoration: none;
}

A:hover {
	color: #93a2c8;
	text-decoration: none;
}

A.active {
	color: #93a2c8;
	text-decoration: none;
}

#navigation A {
	color: #FFFFFF;
	font-family: 'Papyrus', Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	width: 165px;
    background-color: #556797;
	padding: 14px 0 8px 0;
	border-right: 2px solid #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
	float: left;
}

#navigation A:hover {
	color: #FFFFFF;
	background-color: #3a4c7c;
	text-decoration: none;
}

#navigation A.active {
	color: #FFFFFF;
	font-family: 'Papyrus', Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	width: 165px;
	background-color: #3a4c7c;
	padding: 14px 0 8px 0;
	border-right: 2px solid #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
	float: left;
}

#navigation A.lastlink {
	color: #FFFFFF;
	font-family: 'Papyrus', Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	width: 165px;
    background-color: #556797;
	padding: 14px 0 8px 0;
	border-right: 0px;
	display: block;
	text-align: center;
	text-decoration: none;
	float: left;
}

#navigation A:hover {
	color: #FFFFFF;
	background-color: #3a4c7c;
	text-decoration: none;
}

#navigation A.lastactive {
	color: #FFFFFF;
	font-family: 'Papyrus', Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	width: 165px;
	background-color: #3a4c7c;
	padding: 14px 0 8px 0;
	border-right: 0px;
	display: block;
	text-align: center;
	text-decoration: none;
	float: left;
}

#subnavi A {
	color: #556797;
	font-family: 'Papyrus', Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 300px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	float: left;
}

#subnavi A:hover {
	color: #111111;
	text-decoration: none;
}

#subnavi A.active {
	color: #111111;
	font-family: 'Papyrus', Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 300px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	float: left;
}

A.link_ul {
	color: #383838;
	text-decoration: underline;
}

A.link_ul:hover {
	color: #93b6c4;
	text-decoration: underline;
}

#footer_box A {
	color: #FFF;
	text-decoration: none;
}

#footer_box A:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Elements - Images */

IMG {
	border: 0;
}

IMG.shadow {
	padding: 0;
	margin: 0 0 20px 20px;
	box-shadow:3px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.4);
	float: right;
}

/* Elements - Headers */

H1 {
	color: #00308e;
	font-family: 'Papyrus', Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 120%;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

H2 {
	color: #00308e;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 125%;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

H3 {
	color: #00308e;
	font-family: 'Papyrus', Verdana, Geneva, sans-serif;
	font-size: 19px;
	line-height: 23px;
	margin-top: 5px;
	padding-top: 8px;
	margin-bottom: 5px;
	padding-bottom: 0;
}

/* Elements - Tables */

TABLE {
	border-collapse: collapse;
}

/* Elements - Forms */

FORM {
	margin: 0;
}

INPUT.default {
	width: 250px;
	height: 20px;
	border: 1px solid #999999;
	font-size: 15px;
	color: #333;
}

SELECT {
	width: 184px;
	border: 1px solid #999999;
	color: #333;
}

OPTION {
	color: #333;
}

TEXTAREA.default {
	width: 250px;
	height: 60px;
	border: 1px solid #999999;
	font-size: 15px;
	color: #333;
}

.button {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 15px;
	width: 254px;
	color: #333;
}

.button:hover {
	background-color: #E7E7E7;
	border: 1px solid #666666;
	cursor: pointer;
	color: #333;
}

/* Elements - Paragaphs */

P {
	margin: 0 0 10px 0;
	padding: 0;
}

UL {
	margin-top: 1px;
	margin-bottom: 20px;
	margin-left: 0px;
}

LI {
	padding: 0;
}

LI UL {
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}

HR {
	/*background-color: #888888;*/  /*Farbe für Opera und Firefox */
	/*color: #888888;*/  /*Farbe für Internet Explorer (IE) */
	border-top: dashed #888888 1px;height:1px;
	border-bottom:0;
}

/* Elements - Spans */

.map_container {
	padding:20px;
	background-color:#FFF;
	box-shadow:0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.4);
}

.img_container {
	padding:15px;
	margin: 0 20px 20px 0;
	background-color:#FFF;
	box-shadow:0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.4);
	float: left;
}

.klein {
	font-size: 14px;
	font-weight: normal;
}

.italic {
	font-size: 11px;
	font-style: italic;
}

.blau {
	color: #00308e;
}

.papyrus {
	font-family: 'Papyrus', Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.papyrus_blau {
	color: #00308e;
	font-family: 'Papyrus', Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.slogan {
	font-family: 'Papyrus', Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
}

/* Elements DIV's */

.home_box {
	width: 250px;
	height: 250px;
	background-color: #f4f5f6;
	padding: 20px;
	margin: 0 35px 30px 0;
	box-shadow:3px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.4);
	float: left;
}

.home_box_last {
	width: 250px;
	height: 250px;
	background-color: #f4f5f6;
	padding: 20px;
	margin: 0 0 30px 0;
	box-shadow:3px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.4);
	float: left;
}


/* Misc Elements */


/* ID's */

#body {
	width: 1000px;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
}

#container {
	width: 1000px;
	height: auto;
	margin: 0;
	padding: 0 0 100px 0;
	float: left;
}

#header {
	width: 1000px;
	height: 260px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	float: left;
}

#logo {
	width: 501px;
	height: 260px;
	margin: 0;
	padding: 0;
	float: left;
}

#header_right {
	width: 499px;
	height: 260px;
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
}

#navigation {
	width: 1000px;
	height: 40px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	float: left;
}

#box {
	width: 1000px;
	min-height: 300px;
	height: auto;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	float: left;
}

#content {
	width: 940px;
	height: auto;
	background-color: #FFF;
	margin: 0;
	padding: 30px;
	float: left;
}

#subnavi {
	width: 304px;
	height: auto;
	background-color: #FFF;
	margin: 0;
	padding: 30px 0 0 30px;
	float: left;
}

#content_right {
	width: 606px;
	height: auto;
	background-color: #FFF;
	margin: 0;
	padding: 30px;
	float: right;
}

#footer_bg {
	width: 100%;
	height: 45px;
	position: fixed;
	bottom: 0px;
	background-color: #556797;
    opacity: 0.8;
	filter: alpha(opacity=80);
    padding: 0;
	float: left;
	text-align: center;
    z-index: 20;
}

#footer_box {
	width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0 auto 0;
	padding: 0;
}

#footer_left {
	width: 670px;
	text-align: left;
	padding: 10px 0 10px 30px;
	margin: 0;
	float: left;
}

#footer_right {
	width: 270px;
	text-align: right;
	padding: 10px 30px 10px 0;
	margin: 0;
	float: right;
}

@font-face {
    font-family: 'Papyrus';
    src: url('papyrus-webfont.eot');
    src: url('papyrus-webfont.eot?#iefix') format('embedded-opentype'),
         url('papyrus-webfont.woff') format('woff'),
         url('papyrus-webfont.ttf') format('truetype'),
         url('papyrus-webfont.svg#Papyrus') format('svg');
    font-weight: normal;
    font-style: normal;

}