/* Links */
a:link, a:visited {
 	font-family: "Trebuchet MS", Verdana;
 	font-size: 10pt;
 	color: #254961;
 	font-weight: normal;
 	text-decoration:underline;
}

a:hover {
 	font-weight: normal;
 	color: #000000;
 	text-decoration:none;
}

/* �berschriften */
h1 {
 	font-family: "Trebuchet MS", Verdana;
         font-size: 14pt;
 	font-weight: normal;
 	text-align:left;
 	color:#1C93CD;
 	margin: 0px 0px 0px 0px;
 	padding: 5px 0px 10px 0px;
 	vertical-align:top;
         text-shadow: #FFFFFF 1px 1px 0px;
}

h2 {
         font-family: "Trebuchet MS", Verdana;
         font-size: 12pt;
         font-weight: normal;
         text-align:center;
         color:#AFAFAF;
         margin: 0px 0px 0px 0px;
         padding: 2px 5px 2px 5px;
         vertical-align:top;
         text-decoration:none;
         text-shadow: #FFFFFF 1px 1px 0px;
}

h3 {
 	font-family: "BenchNine", sans-serif;
         font-size: 16pt;
 	font-weight: bold;
 	text-align:left;
 	color:#003E74;
 	margin: 0px 0px 0px 0px;
 	padding: 2px 5px 2px 5px;
 	vertical-align:top;
         text-shadow: #FFFFFF 1px 1px 0px;
}


/* Standarts */
body {
	background: #DEEBEE url(../images/bg.png) top center repeat-x;
         margin: 0px;
         padding: 0px;
         vertical-align:top;
         font-size: 9pt;
         text-align:left;
}

body, tr, td {
	font-family: "Trebuchet MS", Verdana;
 	font-size: 9pt;
         color: #000000;
         vertical-align:top;
         text-align:left;
}

/* standarts */
.links 	{ float:left; }
.rechts 	{ float:right; }
img 	{ border: 0px; }
.clear 	{ clear:both; line-height:0.0em; height: 0px; display: block; background-color: #FFDF00; }

/* Seite */
#wrapper {
	width: 772px;
         margin: 0px auto;
}

#logo {
         width: 772px;
         height: 110px;
         margin: 20px 0px 0px 0px;
}

#banner {
         float:right;
         width: 730px;
         height: 95px;
         margin: 15px 2px 0px 0px;
}

#site {
         width: 772px;
         margin: 0px auto;
}

/* Suche */
#suche {
	background:transparent url(../images/suchbox.png) no-repeat;
         width: 772px;
         height: 54px;
         margin: 0px 0px 0px 0px;
         font-size: 13pt;
 	font-family: "Trebuchet MS", Verdana;
 	color: #FFFFFF;
}


/* Footer */
#footer {
         width: 772px;
         height: 45px;
         margin: 10px auto;
         text-align: center;
}

#footer a ,#footer a:link, #footer a:visited {
         margin: 0px 0px 0px 0px;
         padding: 2px 0px 6px 0px;
         font-family: "Trebuchet MS", Verdana;
         font-size: 10pt;
         color: #2D4859;
         font-weight: normal;
         text-decoration:none;
         text-shadow: #FFFFFF 1px 1px 0px;
}

#footer a:hover {
         font-family: "Trebuchet MS", Verdana;
         font-size: 10pt;
         font-weight: normal;
         color:#C40707;
}


/* Content Boxen */
.contentbox {
         margin: 4px 0px 5px 0px;
         width: 772px;
}

.contentbox_header {
         background: url(../images/contentbox_01.png) top no-repeat;
         width: 772px;
         height: 42px;
         padding: 0px 0px 0px 0px;
         margin: 0px 0px 0px 0px;
         font-family: "BenchNine", "Trebuchet MS", Verdana;
         font-size: 13pt;
         color: #FFFFFF;
         font-weight: bold;
         text-decoration:none;
         text-shadow: #0057A1 1px 1px 1px;
         text-align:left;
}

.contentbox_content {
         background: url(../images/contentbox_02.png) top repeat-y;
         width: 772px;
         font-size: 10pt;
 	color: #000000;
 	font-weight: normal;
         text-align: left;
}

.contentbox_footer {
         background: url(../images/contentbox_03.png) bottom no-repeat;
         width: 772px;
         height: 10px;
         font-size:5px;
}




.link_text {
 	font-size: 13pt;
 	font-family: "Trebuchet MS", Verdana;
 	background: #FFFFFF;
 	color: #274051;
 	padding: 0px 10px 2px 10px;
    height: 30px;
    width: 720px;
}


.link_box {
	padding:0px 0px 10px 0px;
	width:772px;
	height: 18px;
}




/* Formulare */
input, select, textarea {
 	border: 0px #C5C6C9 solid;
 	font-size: 13pt;
 	font-family: "Trebuchet MS", Verdana;
 	background: #FFFFFF;
 	color: #274051;
 	padding: 0px 10px 2px 10px;
 	margin: 2px 5px 2px 5px;
         height: 30px;
         border-radius: 10px;
         -moz-border-radius: 10px;
         -khtml-border-radius: 10px;
         -moz-box-shadow:    inset 2px 2px 3px #DFDFDF;
   	-webkit-box-shadow: inset 2px 2px 3px #DFDFDF;
   	box-shadow:         inset 2px 2px 3px #DFDFDF;
}

input.button {
	background: transparent url(../images/button.png) top repeat-x;
 	border: 0px #C5C6C9 solid;
 	font-size: 13pt;
 	font-family: "Trebuchet MS", Verdana;
         font-weight: normal;
         color: #274051;
 	padding: 2px 10px 2px 10px;
 	margin: 2px 5px 2px 5px;
         height: 30px;
         cursor: pointer;
         border-radius: 10px;
         -moz-border-radius: 10px;
         -khtml-border-radius: 10px;
         -moz-box-shadow:     2px 2px 2px #163849;
   	-webkit-box-shadow:  2px 2px 2px #163849;
   	box-shadow:          2px 2px 2px #163849;
}
