body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}

#page {
    position:relative;
    top:20px;
    left:50%;
    width:960px;
    height:auto !important;
    margin-left:-480px;
    margin-bottom:30px;
    background:#fff;
    border:solid 1px #b7babc;
    clear:both;
}

#page_shadow {
    position:absolute;
    top:10px;
    left:50%;
    margin-left:-490px;
    width:983px;
    z-Index:0px;
}

#header {
    position:relative;
    width:100%;
    height:95px;
    z-Index:5;
}

#header #logo {
	margin:12 20 20 17;
	padding:0;
	float:left;
}


/*Menue-UL*/
#menu {
    position:absolute;
    top:0px;
    left:350px;
    height:80px;
	z-index:6;
}

#menu ul {
    width:600px;
    height:80px;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#menu li {
    letter-spacing:0.8pt;
    font-size:9px;
    float:left;
	padding:0;
	margin-right:5px;
	border:solid 0px;
}

#menu a {
    text-decoration:none;
    color:#71787b;
}
#menu a:hover {
	color:#f28500;
}

#menu .active {
    margin-top:55px;
}

#menu .inactive {
    margin-top:55px;
}

#submenu {
    position:absolute;
    top:420px;
    left:20px;
}

#submenu ul {
    width:920px;
	list-style-type:none;
	padding:0px;
	margin:0px;
	display:none;
}

#submenu li {
    height:40px;
    width:225px;
    font-size:11px;
    float:left;
	padding:0;
	margin-right:5px;
	border:solid 0px;
	background:url(../img/bg_submenu.gif);
	background-repeat:no-repeat;
}

#submenu span.link {
    letter-spacing:1px;
    font-size:11px;
}

/*Themenbild*/
#theme {
	position:absolute;
	top:0px;
	left:0px;
	width:919px;
	height:299px;
	z-Index:1;
	overflow:hidden;
}

#footer {
    position:relative;
    width:960px;
    height:60px;
    background:#fff url(../img/footer_small.gif) no-repeat;
}

#capa {
    position:relative;
    width:960px;
    left:50%;
    margin-left:-480px;
    text-align:right;
    color: #ccc;
}

#capa a {
    color: #ccc;
}

#content_wrapper {
    position:relative;
    width:938px;
    margin:0 0 0 20;
    min-height:420px;
    height:auto !important;  /* Gecko */
    height:420px;
    scrollbar-3dlight-color:#fff;
    scrollbar-arrow-color:#ff7b00;
    scrollbar-base-color:#fff;
    scrollbar-darkshadow-color:#fff;
    scrollbar-face-color:#b7babc;
    scrollbar-shadow-color:#fff;
    scrollbar-track-color:#fff;
}

#content {
    width:915px;
	z-index:99;
}

#content ul {
    list-style-type: none;
	margin:10 0 0 0;
	padding:0;
}

#content li {
	background:url(../img/pointer.gif) no-repeat;
	background-position:0px 5px;
	line-height:20px;
	margin:0px;
	padding:0px;
	padding-left:15px;
}

#content a {
    padding:0 0 0 10;
    background-image: url(../img/pointer_url.gif);
    background-repeat: no-repeat;
    background-position:left center;
    color:#ff7400;
    text-decoration:none;
    margin:0px;
}

#content a:hover {
    text-decoration:underline;
}


/* Formate allgemein */
#content p,label,td,li {
	font-size:11px;
	color:#424f55;
	padding:0px;
	margin:0 0 10 0;
	line-height:15px;
	text-align:justify;
}

#content .float_text {
    float:left;
}

#content .float_image {
    float:left;
    margin-top:4px;
}

.bundle {
    clear:both;
}
.bundlebox_left {
    float:left;
}
.bundlebox_delim {
    float:left;
    width:20px;
}
.bundlebox_right {
    float:right;
}


h1 {
	margin:15 0 0 0;
	font-size:15px;
	color:#ff7400;
}

h2 {
	margin:10 0 10 0;
	font-size:11px;
	color:#4d5457;
}

h3 {
	margin:10 0 5 0;
	font-size:11px;
	color:#4d5457;
}


h2.white {
	color:#fff;
}

#content #news {
}

#content #news .news_teaser {
    float:left;
    font-size:11px;
    line-height:15px;
    color:#424f55;
    width:100%;
    margin-top:10px;
    margin-right:20px;
}

#content #news .news_teaser_header {
    font-weight: bold;
    text-transform: uppercase;
}

#content #news .news_entry {
    margin-top:20px;
    margin-right:20px;
}

#content #news .news_entry .news_subheader {
    font-weight:bold;
}

#content #news .news_entry .news_text {
}

br {
}

.clear {
    clear:both;
}

/* Formular-Elemente allgemein */
input {
    width:130px;
    height:20px;
    margin-top:5px;
    background:url(../img/bg_input.gif) repeat-y center top;
	border-top:solid 1px #817f72;
	border-left:solid 1px #817f72;
	border-right:solid 1px #cbcabe;
	border-bottom:solid 1px #cbcabe;
	font-size:10px;
    padding:2px 2px 0px 4px;
    color:#424f55;
}

input.button {
    width:80px;
    height:20px;
    margin-top:10px;
 	background:url(../img/bg_submit.gif) no-repeat;
 	border:0px;
 	color:white;
 	font-size:10px;
    color:#fff;
 	font-weight:bold;
    padding:0px;
}

label {
    float:left;
    width:70px;
    line-height:24px;
}

select {
    margin-top:5px;
	font-size:10px;
    padding:0px;
    color:#424f55;
}

textarea {
    font-size:11px;
    padding:4px;
    color:#424f55;
    font-family:arial;
    text-wrap:soft;
	border-top:solid 1px #817f72;
	border-left:solid 1px #817f72;
	border-right:solid 1px #cbcabe;
	border-bottom:solid 1px #cbcabe;
}

.select_001 {
    width:80px;
}

.input_001 {
    width:300px;
}

.input_002 {
    width:55px;
    margin-right:10px;
}

.input_003 {
    width:235px;
}

.textarea_001 {
    width:300px;
    height:200px;
    border:solid 1px #d3d3d3;
    background-color:#fff;
    background:url(../img/bg_input.gif) repeat-x center top;
    background-repeat: repeat-x;
    margin-right:10px;
    margin:5 0 0 0;
}

#contact {
    margin:0;
    color: #2b3235;
}

#contact label {
    float:left;
    width:100px;
    height:20px;
    line-height:30px;
}

#contact .Error {
    float:left;
    width:10px;
    height:20px;
    margin:10 10 0 0;
}

#contact .Error .Error_Mark {
    background: url(../img/pointer_brown.gif) no-repeat;
    background-position: top;
    width:9px;
    height:9px;
}

#contact .Review {
    width:550px;
    font-family:"courier new", courier;
    border-top:solid 1px #d9dfe1;
    border-bottom:solid 1px #d9dfe1;
    margin:20 10 20 0;
    overflow:hidden;
}

#FilesOverview {
    width:50%;
    margin:0 0 20 0;
}


.FilesContentSelection {
    float:left;
    width:100%;
    height:20px;
    text-decoration:none;
    margin:5 0 0 0;
    padding:0 0 1 0;
    border-bottom:solid 1px #c5b4a9;
}

.FilesContentSelection_Multirow {
    float:left;
    height:20px;
    width:49%;
    margin:5 0 0 0;
    padding:0 0 1 0;
    border-bottom:solid 1px #c5b4a9;
}

.FilesDocument {
    float:left;
    width:75%;
    font-weight:bold;
    font-size:11px;
}

.FilesDocument a {
    line-height:22px;
}

.FilesData {
    float:right;
    width:65px;
}

.FilesDate {
    float:left;
    font-size:11px;
}

.FilesSize {
    line-height:22px;
    width:36px;
    float:left;
    text-align:right;
    margin:0 4 0 0;
}

.FilesType {
    float:left;
    width:24px;
}


