/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

html, body {
	height:auto;
}

body {
	background: none; 
	padding:15px;
}

a {
	color:#000;
}
iframe {
	width:700px;
	height:560px;
}
* {

	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;

}
h3 {
	font-size:12px;
}
form .text {	
	width: 200px;
}

form .button {
	padding: 0 5px 0 5px;	
	background-color: #fff;
	
}

#logo {
	display: block;
}

#title {
	display: none;
}

#box {
	position: static;
	width: auto;
	height: auto !important;
	height: auto;
	margin: 0;
	background: none;
}

#header {
	margin-bottom:25px;
}

#header div {
     position: absolute;
     top: 20px;
     right: 50px;
}

#leftCol {
	display: none;
}

#midCol {
	float: none;
	width: 450px;
}

#rootline {
	left: -5px;
}

 {
	padding: 50px 0 0 0;
}

#rightCol {
	display: none;
}
.content {
	padding-bottom:10px;
        float: right;
        border-bottom:1px solid;
	float: right;
}



#rootline {
	display:none;
}

#footer div{
	float:right;
        padding-top: 5px;
	
}
#footer p{
	margin:4px;
        padding-top: 5px;
}

.hidden {
	display:none;
}
.contentElement {
	margin-bottom:20px;
}
.content h3 {		
	margin: 15px 0;	
	font-size: 13px;
}

.content h4 {
	padding:6px 4px 0 0;	
	height:22px;
	line-height:22px;
}

.content h5 {
	margin: 10px 0;
}

.content h6 {
	font-weight: normal;
	font-style: italic;
}

.content a {	
	text-decoration: underline;
}

.content p {
	margin: 5px 0;
}

.content ul {
	margin: 5px 0 5px 2px;
}

	
.content ul li {
	height: auto !important;
	height: 1px;
	padding-left: 10px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

.content .contenttable {
	border: 1px solid ;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable .tr-even {
	background-color: #fff;
}

.content .contenttable th,
.content .contenttable td {
	padding: 0 4px;
	border: 1px solid;
	border-width: 1px 0;
}
.content .filelinks {
	margin-top:12px;	
}
.content .filelinks div{
	margin-bottom:8px;
}
.content .filelinks img{
	margin-top:1px;
	margin-right:5px;
	float:left;
}
.content .filelinks .text{

}
.content .filelinks .description{
	display:block;
}

#iframecontent h3,
#iframecontent h5,
#iframecontent h6 {
	padding:0 10px 0 10px;
}

#iframecontent .contentElement {
	border-bottom:1px solid;
	padding-bottom:10px;	
}

#iframecontent .csc-textpic-text,
#iframecontent p {
	padding:0 10px 0 10px;
}


#rightcontent,
#outercontent,
#iframeright {			
	display:none;
}
/* -----------------------------------------------
	Formular Grundformatierungen
----------------------------------------------- */
 .standardForm {
	padding: 15px 0;
}

 .standardForm h2,
 .standardForm h3,
 .standardForm h4,
 .standardForm h5,
 .standardForm h6 {
	position: relative;
	top: -15px;
}

 .standardForm .commentElement h2,
 .standardForm .commentElement h3,
 .standardForm .commentElement h4,
 .standardForm .commentElement h5,
 .standardForm .commentElement h6 {
	top: 0;
}

 .standardForm hr {
	margin: 15px 0 8px 0 !important;
	margin: 10px 0 5px 0;
}

/* Zeilen Elemente */
 .formElement,
 .commentElement {
	position: relative;
	/* width of the Element*/
	width: 370px;
	/* space to the next Element */
	margin-top: -12px !important;
	margin-top: -14px;
	/* padding of the Element, top and bottom interacts with the margin above*/
	padding-top: 3px;
}

 .commentElement {
	clear: both;
	/* depends on the margin of the form Element */
	padding-bottom: 16px;
}

/* Input Elements */
 .formElement input,
 .formElement textarea,
 .formElement select,
 .radioElement fieldset {
	display: block;
	position: relative;
	/* adjustment of the input elements */
	top: -14px !important;
	top: -15px;
	/* distance to the left border*/
	left: 150px;
	/* width of the input element*/
	width: 200px;
}

/* special adjustment for IE */
 .formElement input.check,
 .radioElement fieldset  {
	left: 150px !important;
	left: 146px;
}

 .formElement .requiredElement{
	float:left;
}

/* label, should be less the the input distance to the left border*/
 .formElement label {
	display: block;
	width: 140px;
	cursor: pointer;
}

/* Reset width of special input element */
 .formElement .button,
 .formElement .radio,
 .formElement .check {
	width: auto;
}

/* Special adjusment for the buttons */
 .formElement input.button {
	top: -1px !important;
	top: -1px;
	margin-bottom: -10px !important;
	margin-bottom: -23px;
}

/* special radio format */
 .radioElement fieldset input {
	clear: left;
	float: left;
	position: static;
	height: 16px;
	margin-right: 5px;
}

 .radioElement fieldset label {
	float: left;
	position: static;
	line-height: 16px;
}


ul.bilderliste {
	margin:0;
	padding:8px 8px 0 8px;	
	list-style-type:none;	
	line-height:15px;	
	overflow:auto;	
}
ul.bilderliste li {		
	padding:0 0 14px 0;
	display:block;
	clear:both;	
	background:none;
	overflow:auto !important;
	overflow:none;
}
ul.bilderliste li img{
	margin-right:6px;	
	float:left;	
}


.printbox {
	display: none;
}