/* Standard Page/Layout Components */

a {
    color: #004489;
    text-decoration: none;
}

body {
    margin: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100.01%;
    color: #000;
    background-color: #004489;
}

img {
    border: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 16px;
}

td {
    font-weight: normal;
    font-size: 90%;
    color: #996633;
}


#outer-container {
    width: 1000px;
    position: relative;
    border: 2px solid #a08140;
    margin: 10px auto;
    background: #fef3d6 url(../upload/2009_layout/back.gif);
    font-size: 80%;
}

#logo-container {
    width: 220px;
    height: 270px;
    padding: 30px 0px 0px 0px;
    text-align: center;
    float: left;
}

#illustration {
    height: 300px;
    float: left;
    overflow: hidden;
}

.clear {
    height:0px;
    clear:both;
    overflow:hidden
}

/* Meta Navigation (top) */

#nav-meta-container {
    height: 16px;
    padding: 2px 16px 2px 0px;
    background-color: #a08140;
    font-size: 85%;
}

#nav-meta-container a {
    color: #fff;
    font-weight: bold;
}

#nav-meta-container a:hover {
    color: #004489;
}

#nav-meta-container a.active {
    color: #004489;
}

#nav-meta-container ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}

#nav-meta-container li {
    line-height: 14px;
    padding-left: 4px;
    padding-right: 4px;
    border-right: 1px solid #fff;
    color: #fff;
    float: left;
}

#nav-meta-container li.last {
    padding-right: 0px;
    border-right: 0px;
}

/* Main Navigation (middle) */

#nav-main {
    height: 20px;
    padding: 5px 16px 5px 16px;
    background-color: #d8c18a;
    clear: both;


}

#nav-main ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}

#nav-main a {
    color: #3c4489;
    font-weight: bold;
}

#nav-main a:hover {
    color: #fff; 
}

#nav-main a.e1a, #nav-main a.e1o, #nav-main a.e1oa {
    color: #fff;
}

#nav-main li {
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid #3c4489;
    line-height: 18px;
    color: #3c4489;
    float: left;
}

#nav-main ul li.last {
    padding-right: 0px;
    border-right: 0px;
}

/* Sub Navigation (left) */

#subnav-teaser-container {
    width: 196px;
    padding: 16px 12px 16px 12px;
    float: left;
}

#subnav-teaser-container a {
    font-weight: normal;
    color: #004489;
}

#subnav-teaser-container a:hover {
    font-weight: bold;
    color: #a08140;
}

#subnav-teaser-container a.active {
    font-weight: bold;
    color: #a08140;
}

#nav-sub {
    margin: 0px 0px 50px 0px;
    padding: 0px;
    list-style-type: none;
}

#nav-sub a {
}

#nav-sub a:hover {
    font-weight: bold;
}

#nav-sub a:active {
    font-weight: bold;
    color: #a08140;
}

#nav-sub li {
    margin-bottom: 3px;
    padding-left: 8px;
    border-left: 0px solid #004489;
    color: #004489;
}

#nav-sub li a{
    margin-bottom: 3px;
    padding-left: 8px;
    border-left: 1px solid #004489;
    color: #004489;
}

#nav-sub li ul {
    list-style-type: none;
}

ul.e3 {
  
    padding-left: 8px;
  
}

/* Content */

#content {
    width: 748px;
    padding: 16px;
    color: #004489;
    background-color: #fdebbb;
    float:left;
}

#content a {
    font-weight: bold;
    color: #996633;
}

#content a:hover {
    font-weight: bold;
    color: #564522;
}

#content h1, #content h2, #content h3 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-weight: bold;
}

#content h1 {
    font-size: 130%;
}

/* Teaserbox */

#teaserbox {
    padding: 4px;
    border: 1px solid #d8c18a;
    color: #a08140;
    background-color: #fef7e4;
}

#teaserbox .more-link {
    text-align: right;
}

#teaserbox h1 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 100%;
    font-weight: bold;
}

#teaserbox p {
    margin:0px;
}

/* Footer */

#footer {
    height: 20px;
    background-color: #a08140;
    clear: both;
}

#footer a {
    color: #fff;
    font-weight: bold;
}

#footer a:hover {
    color: #3c4489;
}

#footer p {
    margin: 0px;
    font-size: 85%;
    color: #fff;
    text-align: center;
    line-height: 20px;
}



/* ************************************************** */
/* ************************************************** */
/* Forms */
/* ************************************************** */
/* ************************************************** */

.form-table {

    font-weight: normal;
    font-size: 101%;
    color: #996633;
}

.form-table hr {
    border: 1px solid #B5503B;
    color: #B5503B; width: 100%;
}

.form-table select {
    border: 1px solid #ebe0b7;
    background-color: #fff9e4;
}

.form-table textarea {
    width: 400px;
    border: 1px solid #ebe0b7;
    background-color: #fff9e4;
}

.form-table th {
    width: 210px;
    text-align: left;
    vertical-align: top;
    font-size: 100%;
    font-weight: normal;
}

.form-table td {
    vertical-align: top;
}

.inputfield {
    width: 400px;
    border: 1px solid #ebe0b7;
    background-color: #fff9e4;
}

.form-button {
    font-weight: bold;
    border: 2px solid #B5503B;
    color: #fff;
    background-color: #B5503B;
}

.form-button:hover {
    border-color: #f15a24;
    background-color: #f15a24;
}

.form-end-box {
    border-top: 16px solid #E5D9A3;
    border-bottom: 16px solid #E5D9A3;
    padding: 8px;
    background-color: #E5D9A3;
}

ul#vpsitemap
/* Einstellungen für die Sitemap*/
 {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
ul#vpsitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
ul#vpsitemap li {
	clear: both;
}
ul#vpsitemap li a {
	display: block;
	background-color: #BFD0FF;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	margin-top: 10px;
}
ul#vpsitemap a:hover {
	color: #000000;
	background-color: #9FB9FF;
}
ul#vpsitemap li li {
	width: 45%;
	float: left;
	clear: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
ul#vpsitemap li li a {
	display: block;
	background-color: #BFD0FF;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-bottom: 1px solid #333399;
	font-weight: normal;
	font-weight: bold;
	margin-top: 5px;
}
ul#vpsitemap li li li {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}
ul#vpsitemap li li li a {
	float: none;
	display: block;
	background-color: #CCCCCC;
	padding: 3px 3px 3px 37px;
	text-decoration: none;
	font-weight: normal;
	font-weight: bold;
	border: none;
	margin-top: 0px;
	margin-bottom: 1px;
}
ul#vpsitemap li li li {
	margin-bottom: 0px;
}
ul#vpsitemap li li li li a {
	display: block;
	background-color: #CCCCCC;
	padding: 3px 3px 3px 57px;
	text-decoration: none;
	font-weight: normal;
	border: none;
	margin-top: 0px;
	margin-bottom: 1px;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:11px;
}
#contactForm .contactRow {
	margin:4px 0;
}
#contactForm label {
	display:block;
	float:left;
	width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
	border:1px solid #ccc;
	width:346px;
}
#contactForm .contactRow select {
	border:1px solid #ccc;
	width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:343px;
}

#contactForm .contactRow input {
	height:20px;
}

#contactForm .contactRow textarea {
	height:105px;
	font-size:12px;
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 80px;
	width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:12px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding:0;
	float:left;
}

#contactForm table {
	width:75%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}
