@import url("kampagne.css");
@import url("navigation.css");
@import url("formular.css");

html, body {
	background: url(images/background.gif) top left repeat-x;

	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%; /* 16px */
	text-align: left;
	height: 100%; /* needed for container min-height */
}

#wrap {
	position: relative; /* needed for footer positioning*/
	margin: 0px;
	text-align: left; 
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	z-index:4;
}
#donotcrash {
	width: 950px;
	float: left;
}

#header {
	margin: 0 0 0 40px;
	width: 900px;
	height: 120px;
}
	
#logo {
	width: 580px;
	height: 85px;
	padding: 35px 0px 0px 20px;
	float: left;
}

#sprache {
	width: 130px;
	height: 120px;
	height: 120px;
	float: left;
}

#suche {
	width: 170px;
	height: 120px;
	float: left;
}

#navigation {
	margin: 0 0 0 40px;
	width: 900px;
	height: 37px;
	font-family: Lucida Grande, Arial, Verdana;
	font-size: 0.75em; /* 12px */
	line-height: 37px;
	position: relative;

	z-index: 500;
}

#hauptnavigation {
	width: 600px;
	height: 37px;
	float: left;
	background: url(images/navi_background.gif) top left repeat-x;
	
	z-index: 501;
}

#kampagne_bild {
	z-index:5;
	width: 900px;
	height: 180px;
	background-color: #999999;
	float: left;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
* html #kampagne_bild {
	z-index:6;
	width: 900px;
	height: 400px;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;	
}

#main {
	float: left;
	width: 900px !important;
	margin: 0px 0px 0px 40px !important;
	padding: 0px !important;
}

#main_aktuelles {
	float: left;
	width: 930px !important;
	margin: 0px 0px 0px 40px !important;
	padding: 0px !important;
}
#content {
	width: 540px;
	float: left;
	padding: 0px 60px 0px 0px;
}

#content_aktuelles {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 900px;
}

#toplink {
	text-align: right;
	border-top: 3px solid #D9D9D9;
	border-bottom: 3px solid #D9D9D9;
	padding: 7px 5px 7px 0px;
	font-size: 0.875em; /* 14px */
}
#toplink a, #toplink a:visited {
	color: #A0A096;
	text-decoration: none;
}
#tip a, #tip a:visited {
	background: url(images/liste_pfeil.gif) left top no-repeat;
	color: #A0A096;
	text-decoration: none;
	padding: 2px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
}
#toplink a:hover, #toplink a:active, #tip a:hover, #tip a:active {
	color: #666666;
	text-decoration: underline;
}
#sidebar {
	width: 300px;
	float: right;
}
#tip {
	text-align: left;
	border-bottom: 3px solid #D9D9D9;
	padding: 7px 5px 7px 0px;
	font-size: 0.875em; /* 14px */
}
#footer_wrap {
	/*position: absolute;
	bottom: 0 !important;
	left: 0;*/
	width: 100%;
	height: 400px;
	background: url(images/footer.gif) bottom left repeat-x;
	clear: both;
}

#footer {
	font-family: Lucida Grande, Arial, Verdana;
	width: 920px;
	padding: 20px 0 10px 40px;
}

#footer h4 {
	font-family: Lucida Grande, Arial, Verdana;
	font-size: 0.688em; /* 11px */
	color: #ADADA8;
	padding: 0;
	margin: 0;
	float: left;
}

a img {
	border: none;
}

/*#############################*/
#content h1, #content_aktuelles h1 {
	font-size: 2.4em; /*  */
	line-height: 1em; /* 45px; */
	font-weight: normal;
	color: #0075A3;
	text-transform: uppercase;
	border-bottom: 3px solid #D9D9D9;
	margin: 0px 0px 15px 0px;
	padding: 20px 0px 15px 0px;
}

#content p, #content_aktuelles p, .noscript p, .noscript ol {
	font-size: 0.875em; /* 14px */
	line-height: 1.5em;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #666666;
}

#content p a, #content p a:link, #content p a:visited,
#content_aktuelles p a, #content_aktuelles p a:link, #content_aktuelles p a:visited {
	color: #A0A096 !important;
	font-size: 14px;
	line-height: 21px;
	padding: 0 0 0 8px;
	text-decoration: underline !important;
	background: url("images/sidebar_pfeil.png") no-repeat scroll left top transparent !important;
	margin-left: 2px !important
}
#content p a:hover, #content p a:active,
#content_aktuelles p a:hover, #content_aktuelles p a:active {
	color: #666666 !important;
	text-decoration: none;
}
#content ul li {
	font-size: 0.875em; /* 14px */
	background: url(images/liste_pfeil.gif) left top no-repeat;
	padding: 0px 0px 0px 8px;
	display: block;
	line-height: 21px;
}
#content ul li a, #content ul li a:active, #content ul li a:visited  {
	color: #666666;
	text-decoration: none;
}
#content ul li a:hover {
	color: #0075A3;
	text-decoration: none;
}


/*######### SIDEBAR #########*/

#sidebar_wrap {
	border: 1px solid #D9D9D9;
	margin: 0px 0px 10px 0px;
}
#sidebar_wrap .csc-textpic {
	padding-top: 10px;
}
#sidebar_wrap .csc-textpic-image img {
	padding-bottom: 4px;
}

#sidebar h1 {
	font-size: 1.375em; /* 22px */
	line-height: 1em;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}

#sidebar p {
	font-size: 0.75em; /* 13px */
	line-height: 1.25em;
	color: #A0A096;
	padding: 0px 10px 0px 10px;
}
#sidebar a, #sidebar a:visited {
	background: url(images/sidebar_pfeil.png) left top no-repeat;
	color: #A0A096;
	padding: 0px 0px 0px 8px;
	display: block;
}
#sidebar a:hover, #sidebar a:active {
	background: url(images/sidebar_pfeil.png) left top no-repeat;
	color: #666666;
	padding: 0px 0px 0px 8px;
}
#sidebar .csc-textpic a {
	border: none;
	background: none !important;
	padding: 0px;
}
#sidebar .csc-textpic-text a {
	border: none;
	background: url(images/sidebar_pfeil.png) left top no-repeat !important;
	padding: 0px 0 0 8px;
}

/*######### KLICKPFAD #########*/

#klickpfad {
	float: left;
	width: 900px !important;
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
	font-size: 10px;
	color: #666666;
}

#klickpfad a, #klickpfad a:visited {
	color: #666666;
	text-decoration: none;
}

#klickpfad a:hover, #klickpfad a:active, #klickpfad a.klickpfad_current {
	color: #333333;
	text-decoration: underline;
}

#klickpfad_aktuelles {
	float: left;
	width: 930px !important;
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
	font-size: 10px;
	color: #666666;
}

#klickpfad_aktuelles a, #klickpfad_aktuelles a:visited {
	color: #666666;
	text-decoration: none;
}

#klickpfad_aktuelles a:hover, #klickpfad_aktuelles a:active, #klickpfad_aktuelles a.klickpfad_current {
	color: #333333;
	text-decoration: underline;
}

/*######### KOMMENTAR #########*/
#kommentar h1 {
	border-top: 3px solid #D9D9D9;
	border-bottom: none;
	text-transform: none;
	padding: 7px 0px 7px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 22px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
}
.clearer { 
	font-size: 0; 
	line-height: 0; 
	margin: 0; 
	padding: 0; 
	width: 1px; 
	height: 1px; 
	float: none; 
	clear: both;
}

/*####### TIP A FRIEND #########*/
.tipafriend_label LABEL { 
	width: 100px; 
	display: block; 
	padding: 10px 0px 2px 5px;
	font-size: 13px;
	color: #666666;
}
.tipafriend_label INPUT, .tipafriend_label TEXTAREA { 
	padding: 5px;
	font-size: 17px;
	margin-top: 0px; 
	border: 1px #999999 solid;
	color: #333;
}

/*########### SUCHE ##########*/
.suche_input {
	border: 0;
	width: 118px;
	height: 21px;
	background: url(images/suche_input.gif) no-repeat top left;
	float: left;
	margin-top: 0px;
	padding: 0px 0px 0px 8px;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.suche_send {
	border: 0;
	width: 27px;
	height: 21px;
	background: url(images/suche_send.gif) no-repeat top left;
	padding: 0px;
	margin-top: 0px;
}
.tx-indexedsearch a, .tx-indexedsearch a:link, .tx-indexedsearch a:visited {
	color: #0075A3;
	text-decoration: none;
}
.tx-indexedsearch a:hover, .tx-indexedsearch a:active {
	background: #0075A3;
	color: #FFF;
	text-decoration: none;
}
td.tx-indexedsearch-descr {
	font-style: normal !important;
	color: #7f8082;
	font-size: 13px;
}
td.tx-indexedsearch-info {
	font-style: normal !important;
	color: #7f8082;
	font-size: 13px;
	padding-top: 5px;
}
.tx-indexedsearch-redMarkup {
	color: #7f8082 !important;
}
input.tx-indexedsearch-searchbox-sword {
	padding: 5px;
	font-size: 17px;
	margin-top: 0px; 
	border: 1px #999999 solid;
	color: #333;

	width: 170px;

	float: left;
	margin: 0px 0px 0px 10px;
	padding: 4px 5px 4px 3px;
}
input.tx-indexedsearch-searchbox-button {
	background: #a6cfdf;
	color: #0075A3;
	margin-left: 5px;
	border: 1px solid #0075A3;
	font-size: 17px;
	margin: 10px 0px 30px 10px;
}

#sidebar_wrap .submit,
#sidebar_wrap .cancel  {
	border: 1px solid #999999;
	color: #AAAAAA;
	font-size: 16px;
	margin-top: 0;
	padding: 5px 5px 5px 6px;
	background: #F0F0F0;
}

#sidebar_wrap .submit {
	background: #a6cfdf;
	color: #0075A3;
	border: 1px solid #0075A3;
}

