@import url(typo3.css);

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	font-size:13px;
	color: #333333;
}

/*
L A Y O U T
*/

div#container {

}

div#header {
	display: none;
}

div#main {
	margin: 0px;
}

div#leftcol {
	display: none;
}

div#contentwrap {
	
}

div#imgcol {
	display: none;
}

div#maincol {
	margin: 0px;
}

div#content {
	margin: 0px;
  	padding: 0px;
}

div#contentright {
	display: none;
}


div.menu {
	display: none;
}



div#footer {
	margin: 0px;
  	padding: 0px;
	font-size: 11px;
}
div#copy {
	float: left;
}
div#navibottom {
	display: none;
}
.author {
	display: none;
}

/* LINKS */

a:link, a:visited, a:active, a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #CE8D00;
}


#content a:link, #content a:visited, #content a:active, #content a:hover {
	border: 0px solid #5BBF87;
	border-bottom-width: 1px;
}
#content a:hover {
	color: #fff;
	background-color: #CE8D00;
	text-decoration: none;
	border-bottom: 1px solid #CE8D00;
}


#contentright a:link, #contentright a:visited, #contentright a:active {
	color:#CE8D00;
	border: 0px solid #5BBF87;
	border-bottom-width: 0px;
}
#contentright a:hover {
	color: #007441;
	text-decoration: none;
}


#navibottom a:hover {
	color: #007441;
	border-bottom: 1px solid #007441;
	text-decoration: none;
}

#imgcol a:hover {
	color: #fff;
	background: none;
	text-decoration: none;
}

.csc-textpic-image a, .csc-textpic-image a:link, .csc-textpic-image a:active, .csc-textpic-image a:visited, .csc-textpic-image a:hover {
	border: 0px;
	background-color: none;
}


/* FORMAT */

h1 {
	font-size: 1.5em;
	margin: 0px;
	margin-bottom: 30px;
	margin-right: -100px;
	padding-left: 33px;
	color: #333;
	font-weight: normal;
	height: 30px;
	line-height: 29px;
	background-image: url(../../images/bg_headline.gif);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	left: 0px;
}

h2 {
	font-size: 1.2em;
	margin: 0px;
	margin-bottom: 15px;
	padding-left: 33px;
	color: #555;
	height: 25px;
	line-height: 24px;
	background-image: url(../../images/bg_headline2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
h3, h4, h5 {
	font-size: 1.1em;
	margin-bottom: 10px;
}



.bodytext, p {
	font-family : Arial;
	line-height : 1.4em;
	color: #333333;
	margin-bottom : 20px;
	margin-top : 0px;
	padding : 0px;
}
div#contentright .bodytext, div#contentright p {
	font-size: 11px;
	margin-left: 5px;
}
td {
	font-size:13px;
	color: #333333;
}

/* FORMS */

input {
	border: 1px solid #aaa;
	margin-bottom: 5px;
}
textarea {
	border: 1px solid #aaa;
	margin-bottom: 5px;
}
select {
	border: 1px solid #aaa;
	margin-bottom: 5px;
}
.submitbutton {
	background-color:#ffbc75;
	color: #fff;
	font-weight: bold;
	border: 1px solid #dd6600;
}

fieldset {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	background: none;
}

div#images {
	padding-top: 13px;
}
div#images img {
	border: 1px solid #3B9099;
	margin-bottom: 13px;
}

div#content ul {
	margin-top:30px;
	margin-bottom: 35px;
}
div#content li {
	list-style-image: url(../../images/icon_list_elem.gif);
	margin-bottom: 6px;
	color: #777777;
	font-size:0.9em;
}


#content div.csc-textpic div.csc-textpic-imagewrap a:link, #content div.csc-textpic div.csc-textpic-imagewrap a:visited, #content div.csc-textpic div.csc-textpic-imagewrap a:active, #content div.csc-textpic div.csc-textpic-imagewrap a:hover {
	border: 0px;
	background-color: #fff;
}

.contenttable-mitarbeiter td {
	border: 0px solid #eee;
	border-bottom-width: 1px;
}
