/*SEITENEIGENSCHAFTEN*/

html {
	margin: 0;
	padding: 0;
	height:100%;
	}

body {
	margin: 0;
	padding: 0;
	height:100%;
	border: none;
	background-image: url(00_template/hintergrund.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	}

/*CONTAINER*/

#CONTENT {
	width:880px;
	height:100%;
	margin:0 auto;
	}

#LINKS {
	position:relative;
	float:left;
	background-image: url(00_template/rand_links.png);
	width:30px;
	height:650px;
	}

#MITTE {
	position:relative;
	float:left;
	width:820px;
	padding-bottom:20px;
	background-color: #FFF;
	}

#RECHTS {
	position:relative;
	float:left;
	background-image: url(00_template/rand_rechts.png);
	width:30px;
	height:650px;
	}

#LOGO {
	position:relative;
	float:none;
	width:820px;
	height:80px;
	}

#NAVIGATION {
	background-image: url(00_template/navi1_balken.jpg);
	position:relative;
	float:none;
	width:820px;
	height:30px;
	}

#BILD {
	display: none;
	background-color:#FFF;
	position:relative;
	float:none;
	width:820px;
	height:185px;
	padding-top: 5px;
	}

#TEXT {
	background-color:#FFF;
	position:relative;
	float:none;
	width:820px;
	height:355px;
	padding-top:10px;
	}

#SPALTE_LINKS {
	position:relative;
	float:left;
	width:180px;
	margin-right:10px;
	background-image:url(00_template/navi2_top.jpg);
	background-repeat: repeat-x;
	}

#SPALTE_MITTE {
	display:none;
	position:relative;
	float:left;
	width:420px;
	padding:0px 9px 0px 9px;
	border:solid;
	border-color:#CCC;
	border-width:0px 1px 0px 1px;
	text-align:center;
	}

#SPALTE_MITTE_OBEN {
	position:relative;
	float:left;
	width:420px;
	text-align:left;
	}

#SPALTE_MITTE_LINKS {
	position:relative;
	float:left;
	width:200px;
	padding-right:10px;
	text-align:left;
	}

#SPALTE_MITTE_RECHTS {
	position:relative;
	float:right;
	width:200px;
	padding-left:10px;
	text-align:left;
	}

#SPALTE_RECHTS {
	position:relative;
	float:left;
	width:180px;
	margin-left:9px;
	}

#SUBLINE {
	position:relative;
	float:left;
	width:100%;
	padding:25px 0px 0px 0px;
	background-color:#FFF;
	}

	
/*SCHRIFTEN*/

p {
	margin: 0; 
	padding: 0; 
	}

p.bodytext {
	font-size: 11px;
	line-height: 15px;
	}
	
#SPALTE_MITTE_OBEN p.bodytext {
	font-size: 12px;
	line-height: 20px;
	}
	
p.align-center {
	font-size: 11px;
	line-height: 15px;
	text-align:center;
	}

.csc-textpic-caption {
	padding-top:4px;
	font-size: 10px;
	line-height: 14px;
	color:#999;
	}

#SUBLINE, #SUBLINE p, #SUBLINE a, #SUBLINE a:link, #SUBLINE a:hover, #SUBLINE a:active {
	font-size: 10px;
	line-height: 10px;
	color:#666;
	text-decoration:none;
	border:none;
	text-align:center;
	letter-spacing:1px;
	}

h1 { 
	font-size: 24px;
	line-height: 26px;
	color: #47812d;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	}

h2, h3, h4, h5, h6, h7 { 
	font-size: 10px;
	line-height: 15px;
	font-weight:bold;
	color: #FFF;
	letter-spacing:1px;
	text-transform:uppercase;
	background-image: url(00_template/h2.jpg);
	padding:2px 2px 2px 4px;
	margin: 0px 0px 4px 0px;
	}

h3 { 
	background-image: url(00_template/h3.jpg);
	}
	
h4 { 
	background-image: url(00_template/h4.jpg);
	}

/*LINKS*/

a, a:link, a:visited {
	color: #47812d;
	text-decoration: none;
	}

a:hover, a:active {
	color: #000;
	}

.csc-linkToTop {
	font-size: 9px;
	font-weight: bold; 
	}
	
.internal-link {
	background:url(00_template/linkintern.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	}
	
a.internal-link:hover {
	background:url(00_template/linkintern_hover.gif);
	background-repeat:no-repeat;
	}
	
.external-link-new-window {
	background:url(00_template/linkextern.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	}
	
a.external-link-new-window:hover {
	background:url(00_template/linkextern_hover.gif);
	background-repeat:no-repeat;
	}

/*RAHMEN*/

.csc-frame-frame1 { 
	padding: 0px; 
	margin: 0px;
	}

.csc-frame-frame1 p.bodytext {
	padding: 0px 0px 4px 0px;
	color:#666;
	}

.csc-frame-frame2 { 
	padding: 0px; 
	margin: 0px;
	border-bottom:solid;
	border-width: 0px 1px 1px 1px;
	border-color: #C00;
	}

.csc-frame-frame2 p.bodytext {
	padding: 0px 0px 4px 0px;
	color:#666;
	}


/*AUFZÄHLUNG*/

ol {
	font-size: 11px;
	line-height: 15px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	}

ul {
	list-style-type:square;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	}

li { 
	padding: 0px 0px 5px 0px;
	}


/*TABELLEN*/

.contenttable {
	font-size: 11px;
	line-height: 13px;
	color: #626A2A;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	}

.contenttable td { 
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#999;
	}

.tr-0 { 
	font-weight: bold;
	color: #ffffff;
	background-color: #666;
	}

.td-0 {
	font-weight: bold;
	padding: 3px 4px 4px 4px;
	vertical-align: top;
	}

.td-1, .td-2, .td-3, .td-4, .td-5, .td-6 {
	padding: 3px 4px 4px 4px;
	vertical-align: top;
	}

.td-last {
	padding: 3px 4px 4px 4px;
	vertical-align: top;
	}

.contenttable a, .contenttable a:link, .contenttable a:visited { 
	color: #000; 
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	}

.contenttable a:hover, .contenttable a:active {
	color: #000;
	border-bottom-color: #000;
	}


/*DOWNLOAD-LISTE*/

.csc-uploads {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border:none;
	border-collapse: collapse;
	width: 100%;
	}

.csc-uploads-icon, .csc-uploads-fileName, .csc-uploads-fileSize { 
	vertical-align: top;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999; 
	}

.csc-uploads-icon {
	padding: 3px 0px 2px 0px;
	width: 1%; 
}

.csc-uploads-fileName {
	width:80%;
	font-size: 10px;
	line-height: 13px;
	color: #000;
	padding: 3px 0px 2px 10px;
	}

.csc-uploads-fileSize {
	width:19%;
	font-size: 8px;
	line-height: 13px;
	color: #999;
	padding: 3px 3px 2px 0px;
	text-align: right;
	}

.csc-uploads a, .csc-uploads a:link, .csc-uploads a:visited { 
	font-size: 10px;
	line-height: 13px;
	color: #999;
	text-decoration: none;
	border-bottom: 0px;
	}

.csc-uploads a:hover, .csc-uploads a:active {
	color: #47812d;
	border-bottom: 0px;
	}


/*FORMULAR*/

.csc-mailform {
	border:none;
	padding: 0px;
	}

.csc-mailform-field {
	padding: 2px 0px 2px 0px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#B7BB9D;
	}

label {
	font-size: 11px;
	float:left;
	width:150px;
	}

input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:solid;
	border-width:1px;
	border-color:#B7BB9D;
	width:360px;
	}

legend {
	font-size:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
	visibility: hidden;
	}


#mailformversicherung {
	padding: 0px;
	border:none;
	}

#mailformagb {
	padding: 0px;
	border:none;
	}

#mailformversicherung label {
	float:none;
	}

#mailformagb label {
	float:none;
	}

.csc-mailform-radio {
	width: auto;
	border:none;
	}

#mailformformtype_mail {
	color:#626A2A;
	margin:10px 0px 10px 0px;
	width:auto;
	background-color: #F4F5F0;
	border: 1px;
	border-color: #B7BB9D;
	border-style: solid;
	cursor: pointer;
	}

#mailformbemerkungen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:solid;
	border-width:1px;
	border-color:#B7BB9D;
	width:360px;
	}

/*NAVIGATION*/

/*MENUOBEN*/

#NAVIGATION ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;	
}

#NAVIGATION li {
	float:left;
}

#NAVIGATION a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 15px 10px 5px 10px;
}

#NAVIGATION a:hover {
	background-image:url(00_template/navi1_hover.jpg);
}

#NAVIGATION li.aktiv {
	display: block;
	color:#47812d;
	padding: 15px 10px 5px 10px;
	background-image:url(00_template/navi1_aktiv.jpg);
}

#NAVIGATION li.abstand {
	padding-right:20px;
	visibility:hidden;
}


/*MENULINKS*/

#SPALTE_LINKS ul {
	list-style:none;
	margin: 6px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
}

#SPALTE_LINKS li {
	padding: 0px;
}

#SPALTE_LINKS a {
	display: block;
	color: #999;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0px 4px 10px;
    background:url(00_template/navi2_passiv.jpg);
	background-repeat:no-repeat;
}

#SPALTE_LINKS a:hover, #SPALTE_LINKS li.aktiv {
	display: block;
	color: #FFF;
	margin: 0px;
	padding: 4px 0px 4px 10px;
	background:url(00_template/navi2_aktiv.jpg);
	background-repeat:no-repeat;
}

#SPALTE_LINKS li.abstand {
	line-height:12px;
	font-size: 11px;
	color:#999;
	font-weight: normal;
	padding:15px 0px 5px 0px;
}