* {
	margin: 0px;
	padding: 0px;
}

* html a {
	position: relative;
}
* html a img {
	position: relative;
}
* html input, * html textarea, * html select, * html button {
	position: relative;
}

body {
	background-image: url(/fileadmin/templates/pix/back.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: center;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	color: #333333;
}

img {
	border: none;
}

p, ul, ol, table {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
	color: #054578;
	font-weight: bold;
}

a:hover {
	color: red;
}

#head {
	background-image: url(/fileadmin/templates/pix/kopf.jpg);
	width: 970px;
	height: 168px;
	background-repeat: no-repeat;
}

#metanavtop {
	height:25px;
	line-height: 25px;
	width:950px;
	white-space: nowrap;
	text-align: right;
	padding-right: 20px;
	padding-top: 22px;
}

*+html #metanavtop {
	padding-top: 20px;
}

*+html #metanavtop input {
	vertical-align: middle;
}

#metanavtop img {
	display: inline;
	vertical-align: text-bottom;
}

#metanavtop form {
	display: inline;
}

#metanavtop #words {
	border: 1px solid #A3A3A3;
	color: #333;
	width: 100px;
}

#metanavtop #searchsubmit {
	background-image: url(/fileadmin/templates/pix/submit.gif);
	border: 1px solid #fff;
	width: 34px;
	height: 20px;
}

#main {
	text-align: left;
	margin: 0em auto;
	width: 970px;
	background-image: url(/fileadmin/templates/pix/back_shadow_middle.png);
	min-height: 500px;
}

* html #main {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://kubitz.sascha-schieferdecker.de/fileadmin/templates/pix/back_shadow_middle.png' ,sizingMethod='scale');
	width: 970px;
	height: 500px;
}



#topnav {
	width: 950px;
	margin-left: 10px;
	background-image: url(/fileadmin/templates/pix/back_navi_top.png);
	height: 26px;
	overflow: hidden;
}

#topnav ul, #topnav li {
	display: inline;
}

#topnav li a {
	display: block;
	float: left;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #013358;
	padding: 0px 7px 0px 7px;
	border-right: 1px solid #B7CCD7;
}

#topnav li a:hover, #topnav li.active a {
	background-color: #57789E;
	color: #fff;
}

#startgrafik {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

#content_start {
	width: 930px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 150%;
}

#contentwrapper {
	width: 950px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 150%;
	overflow: hidden;
	padding-top: 25px;
}

#leftnav {
	width: 200px;
	float: left;
}

#leftnav li {
	display: inline;
}

#leftnav ul {
	display: block;
	border-bottom: 1px solid #ccc;
	width: 177px;
}

#leftnav a {
	display: block;
	width: 146px;
	border: 1px solid #CCC;
	border-left: none;
	border-bottom: none;
	background-color: #E4F4F8;
	color: #013358;
	font-size: 13px;
	padding: 5px 5px 5px 25px;
	background-image: url(/fileadmin/templates/pix/bullet_inactive.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}

#leftnav li.active a {
	color: #fff;
	background-color: #57789E;
	background-image: url(/fileadmin/templates/pix/bullet_active.gif);
}

#leftnav a:hover {
	color: #fff;
	background-color: #57789E;
	background-image: url(/fileadmin/templates/pix/bullet_active.gif);
}

#content {
	width: 730px;
	float: right;
	margin-right: 15px;
}

#metanavbottom {
	text-align: center;
	margin-top: 20px;
	color: #333;
}

#metanavbottom a {
	color: #333;
	font-weight: normal;
}

#metanavbottom a:hover {
	color: red;
}

#metanavbottom #print {
	background-image: url(/fileadmin/templates/pix/print.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 1px;
}

#footer {
	margin: 0em auto;
	width: 970px;
	background-image: url(/fileadmin/templates/pix/back_shadow_bottom.png);
	height: 32px;
}

* html #footer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://kubitz.sascha-schieferdecker.de/fileadmin/templates/pix/back_shadow_bottom.png' ,sizingMethod='scale');
	width: 970px;
	height: 32px;
}

/* Allgemeine Klassen und Formatierungen */

h1 {
	color: #345987;
	font-size: 22px;
	margin-bottom: 15px;
}

h2 {
	color: #2c4a72;
	font-size: 16px;
	margin-bottom: 12px;
}

.container {
	width: 100%;
	overflow: hidden;
}

.twocolleft {
	width:49%;
	float: left;
}

.twocolright {
	width: 49%;
	float: right;
}


/* Allgemeine Formatierungen */

#content ul li {
	margin-left: 18px;
	display: list-item;
	list-style-type: square;
}

#content ol li {
	margin-left: 25px;
	display: list-item;
	list-style-type: decimal;
}

.block {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

.csc-linkToTop {
	position: absolute;
	width: 100%;
	text-align: right;	
	margin-top: -1.5em;
	overflow: hidden;
}

dl.csc-textpic-image dt img {
	/*border: 1px solid #000;*/
}

.csc-textpic-caption {
	font-size: 11px;
	line-height: 110%;
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #57789e;
	margin-top: 2.5em;
}


.contenttable {
	font-size: 12px;
}

.contenttable th {
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-color: #ccc;
	border-bottom: 1px solid #013358;
}

.contenttable td {
	padding: 4px;
	border-bottom: 1px solid #013358;
	background-color: #F0F0F0;
	font-size: 12px;
}

/* Formulare */

textarea {
	font-family: Arial,Helvetica,sans-serif;
}

.required {
	font-weight: bold;
}

.mailform div.formcontainer {
    font-size: 0.8em;
    width: 98%;
    overflow: hidden;
    margin-bottom: 3px;
}

.mailform div {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.formcontainer .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;

}

.mailform div.radiolayout {
       font-weight: normal;

}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;
}

.mailform div.radiolayout {
        font-size: 0.8em;
    width: 98%;
    overflow: hidden;
}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;
}


.mailform div.radiolayout .radiofield {
        padding-left: 28%;
}

.mf-select {
    width: 60%;
        font-size: 1em;
} 


.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.csc-textpic-imagerow {
	margin-bottom: 1em;
}
