html {
    height: 101%;
}

body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color:#1164AA;
    padding:0px;
    margin:0px;
    background: #DDDDDD url(/images_cms/rahmen/spalten.gif) repeat-y 50% 0;	
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

h2 {
    font-size:18px;
    font-weight: bold;
}

h3 {
    font-size:16px;
    font-weight: bold;
}

h4 {
    font-size:14px;
    font-weight: bold;
}

p,input,textarea {
    font-family: Arial, Helvetica, Sans-Serif;
}

input,textarea {
    font-size: 12px;
    color:#1164AA;
    border: #1164AA 1px solid;
	scrollbar-base-color : #CCCCCC;;
	scrollbar-3dlight-color : #33FFCC;
	scrollbar-arrow-color : #CCCCCC;
	scrollbar-darkshadow-color : #CCCCCC;
	scrollbar-face-color : #1164AA;
	scrollbar-highlight-color : #3300CC;
	scrollbar-shadow-color : #CCCCCC;
	scrollbar-track-color : #E0E0E0;
}

input.checkbox {
    border: 0px;
}

.alert {
    color: #FF0000;
}

#container {
    width: 1004px;
    margin-left: auto;
    margin-right: auto;
}

#banner {
    width: 1004px:
    height: 133px;
    text-align: right;
    padding: 5px 13px 0px 0px;
    background-color: #CCCCCC;
    font-size: 12px;
}

#mainnavi {
    width: 1004px:
    height: 22px;
	text-align: left;
    padding-top: 6px;
    padding-left: 20px;
    background-color: #F9B700;
    border-bottom: #1163AD solid 1px;
}

#main {
    width: 1004px:
    background-color: #EAEAEA;
}

#left {
    float: left;
    width: 194px;
    padding-top: 16px;
	vertical-align: top;
    background-color: #EAEAEA;
}

div.subnav {
    width: 170px;
    /* height: 23px; */
    padding: 5px 4px 5px 20px;
    border-bottom: #1163AD solid 1px;
}

div.highhead {
    font-weight: bold;
	font-size: 12px;
    width: 170px;
    height: 23px;
    margin-top: 25px;
    padding: 10px 4px 0px 20px;
    background-color: #F9B700;
    border-bottom: #1163AD solid 1px;
}

div.highitem {
    width: 170px;
    /* height: 23px; */
    padding: 5px 4px 5px 20px;
    border-bottom: #1163AD solid 1px;
}

img.gelb {
    border: 1px solid #fbb805;
}

td.weiss {
	background-color: #FFFFFF;
}

td.grau {
	background-color: #DDDDDD;
}

#content {
    float: right;
    width: 760px;
	vertical-align : top;
    padding: 20px 25px 20px 25px;
    margin-left: 0px;
    font-size: 12px;
}

a {color: #1164AA; text-decoration: none; }
a:hover {color: #1164AA; text-decoration: underline; }
a:active { color:#1164AA; text-decoration: underline; }
a:visited {color: #1164AA; text-decoration: none; }

a.main {font-size: 14px; font-weight: bold; color: #1164AA; text-decoration: none; line-height: 20px;  }
a.main:hover {font-size: 14px; font-weight: bold; color: #1164AA; text-decoration: underline; line-height: 20px;  }
a.main:active {font-size: 14px; font-weight: bold; color:#1164AA; text-decoration: underline; line-height: 20px;  }
a.main:visited {font-size: 14px; font-weight: bold; color: #1164AA; text-decoration: none; line-height: 20px;  }

/* Subnavigation nicht hervorgehoben */
a.sub:link { color: #1164AA; text-decoration: none; font-size: 12px; font-weight: normal; line-height: 20px; }
a.sub:active { color: #1164AA; text-decoration: underline; font-size: 12px; font-weight: normal; line-height: 20px; }
a.sub:hover { color: #1164AA; text-decoration: underline; font-size: 12px; font-weight: normal; line-height: 20px; }
a.sub:visited { color: #1164AA; text-decoration: none; font-size: 12px; font-weight: normal; line-height: 20px; }

/* Subnavigation hervorgehoben */
a.subhigh:link { color: #1164AA; text-decoration: none; font-size: 12px; font-weight: bold; line-height: 20px; }
a.subhigh:active { color: #1164AA; text-decoration: underline; font-size: 12px; font-weight: bold; line-height: 20px; }
a.subhigh:hover { color: #1164AA; text-decoration: underline; font-size: 12px; font-weight: bold; line-height: 20px; }
a.subhigh:visited { color: #1164AA; text-decoration: none; font-size: 12px; font-weight: bold; line-height: 20px; }



