@import url(typo3.css);

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	font-size:13px;
	color: #333333;
	background-color: #fffaea;
}

/*
L A Y O U T
*/

div#container {
	width: 920px; 
	margin-left: auto;  
	margin-right: auto;
	padding-top: 50px;
	border: 0px solid #ddd;
	border-left-width: 1px;
	border-right-width: 1px;
	background-color: #fff; 
	text-align: left;
	height: 100%;
}

div#header {
	margin: 0px 35px 0px 35px;
  	padding: 0px 0px 0px 185px;
	height: 109px !important;
	background-image: url(../../images/bg_head.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 25px;
	color: #bababa;
	font-weight: bold;
	line-height: 95px;
}

div#main {
	margin: 0px 35px 0px 35px;
	padding: 0px;
}

div#leftcol {
	margin: 0px;
  	padding: 0px;
	width: 169px;
	float: left;
	margin-right: 18px;
	/*border: 1px solid green;*/
}

div#contentwrap {
	margin: 0px;
	float: left;
	width: 660px;
	background-image: url(../../images/bg_contentwrap.gif);
	background-repeat: repeat-y;
	background-position: left;
}

div#imgcol {
	margin: 0px 0px 0px 0px;
  	padding: 0px;
	padding-left: 1px;
	width: 117px;
	float: left;
	text-align: center;
	
	/* Variante alt: Hg der imgcol über border + bg-color --> der Hg läuft nur über die Höhe des Inhalts in der imgcol
	problematisch, wenn inhalt in maincol weiter läuft...
	Variante neu: ein div um imgcol + maincol mit einem bg-image
	background-color: #ecf9f2;
	border: 0px solid #A9C4BD;
	border-left-width: 1px;
	border-right-width: 1px;
	*/
}
div#maincol {
	margin: 0px 0px 0px 25px;
  	padding: 0px;
	width: 513px;
	float: left;
}

div#content {
	margin: 0px;
  	padding: 0px;
	margin-top: -65px;
	width: 353px !important;
	float: left;
}
div#contentright {
	margin: 0px;
	margin-top: -7px;
  	padding: 0px;
	margin-left: 17px;
	width: 140px;
	float: right;
	background-color: none;
}


div.menu {
	margin: 0px;
	padding: 0px;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0.85em;
}
div#leftcol div.menu ul {
	margin: 50px 0px 10px 0px;
	letter-spacing: 1px;
}

div.menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 24px;
	height: 29px;
	line-height: 28px;
	border: 0px solid #FFCD12;
	border-bottom-width: 1px;
}
div.menu li.act {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 24px;
	height: 29px;
	line-height: 28px;
	border: 0px solid #FFCD12;
	border-bottom-width: 1px;
	background-image: url(../../images/bg_navileftact.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div.menu li.level2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	height: 24px;
	line-height: 23px;
	border: 0px solid #CBEBD9;
	border-bottom-width: 1px;
}
div.menu li.level2act {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	height: 24px;
	line-height: 23px;
	border: 0px solid #CBEBD9;
	border-bottom-width: 1px;
	background-image: url(../../images/bg_navirightact.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div#footer {
	margin: 0px;
  	padding: 0px;
	font-size: 11px;
}
div#copy {
	float: left;
}
div#navibottom {
	float: right;
}
.author {
	display: none;
}

/* LINKS */

a:link, a:visited, a:active, a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #CE8D00;
}


.menu a:link, .menu a:visited, .menu a:active {
	color: #007441;
	border-width: 0px;
	background: none;
}
.menu a:hover {
	color: #CE8D00;
	border-width: 0px;
	background: none;
}

#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.7em;
	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.3em;
	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.2em;
	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;
}

#livetip {
  padding:5px;
  position: absolute;
  background-color: #ffffb9;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}