/**
 * Seite: www.sdu.de
 * Datei: screen.css
 * Media: screen
 *
 * Datum: 2007-10
 * Autor: Maria Kabs, Ticcon AG
 * Chang: 2008-09-08
 * Autor: Christian Stüben, Ticcon AG
 ****************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

.csc-textpic-clear {
	/*display: none;
	height: 1px;*/
}

html, body {
	height: 100%;
	background-image: url(/fileadmin/images/bg.gif);
	background-color: #abc0d5;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding-bottom: 1px;
}

h1 {
	font-weight: bold;
	margin-top: 26px;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 20px;
}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 10px;
}

/****************************************************************************************************/
/***** S E I T E N A U F B A U *****/
/****************************************************************************************************/

#container {
	height: auto !important;
	height: 100%;
	width: 930px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url(/fileadmin/images/background.jpg);
	background-repeat: repeat-y;
}

#main {	
	/* ersetzt 21.10. von MK
	min-height: 2450px;*/
	min-height: 3650px;
}

#main-start {	
	min-height: 2450px;
}

#main-einspaltig {
	min-height: 900px;
}


/****************************************************************************************************/
/***** H E A D E R *****/
/****************************************************************************************************/

#header {
	height: 120px;
}

/****************************************************************************************************/
/***** N A V I G A T I O N *****/
/****************************************************************************************************/

#navi-basis {
	width: 930px;
	text-align: right;
	height: 30px;
	background-color: #cccccc;
	font-size: 10px;
	line-height: 30px;
	margin-left: 0px;
}

*HTML #navi-basis {
	width: 725px;	
}


*+HTML #navi-basis {
	width: 731px;		
}

.navi-basis {
	color: #333333;
}

#navi-basis a {
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;	
}

#navi-basis a:hover,
#navi-basis a:active {
	text-decoration: none;
	color: #cccccc;
	background-color: #385ba4;
}

.navi-basis-active {
	background-color: #385ba4;
	color: #cccccc;
}

/****************************************************************************************************/

#navi-main {
	width: 170px;
	margin-left: 3px;
	padding-top: 30px;
	color: #77776e;
	line-height: 16px;
	font-size: 10px;
	float: left;
}

*HTML #navi-main {
	margin-left: 1px;
}

#navi-main a:active {
	text-decoration: none;
	color: #385ba4;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}

#navi-main a {
	text-decoration: none;
	color: #333333;
}

.navi-main-active {
	color: #CCCCCC;
}

#navi-main a.navi-zwei-active,
#navi-main a.navi-drei-active,
#navi-main a.navi-vier-active {
	color: #cccccc;
}

#navi-main UL {
	list-style-image: url(/fileadmin/images/pfeil_top.gif);
	list-style-position: inside;
}

*HTML #navi-main UL {
	list-style-image: none;
	list-style-position: outside;
}

*+HTML #navi-main UL {
	list-style-image: none;
	list-style-position: outside;
}

#navi-main UL UL{
	list-style: none;
	margin-left: 10px;
}
/*
*+HTML #navi-main UL UL {
	list-style-image: none;
	margin-top: -12px;
}

*HTML #navi-main UL LI UL {
	list-style-image: none;
	margin-top: -12px;
}
*/
#navi-main UL UL UL {
	margin-left: 5px;
}

#navi-bottom {
	margin-top: 50px;
	width: 170px;
	margin-left: -3px;
}

*HTML #navi-bottom {
	margin-left: 0px;
}

*+HTML #navi-bottom {
	margin-left: -1px;
}
/****************************************************************************************************/
/***** C O N T E N T *****/
/****************************************************************************************************/

#content-block {
	width: 760px;
	margin-left: 160px;
	line-height: 14px;
}

*+HTML #content-block {
	width: auto;
}

*HTML #content-block {
	width: auto;
}

#content {
	width: 470px;
	padding-left: 20px;
	float: left;
	/*border: 1px solid #333333;*/
}

#content-einspaltig {
	width: 690px;
	padding-left: 35px;
	padding-bottom: 20px;
}

*HTML #content-einspaltig {
	padding-left: 17px;
}


*+HTML #content-einspaltig {
	padding-left: 17px;
}

#content-block a:link, 
#content-block a:visited {
	text-decoration: none;
	color: #385ba4;
}

#content-block a:hover {
	text-decoration: underline;
	/*color: #cc3300;*/
	color: #385ba4;
}

#content-right {
	width: 205px;
	float: right;
	background-color: #ffffff;
	border: 1px solid #333333;
	margin-top: 67px;
	margin-right: 10px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 10px;
	padding-bottom: 15px;
	height: auto;
}

*HTML #content-right {
	margin-right: 10px;
}

*+HTML #content-right {
	margin-right: 15px;
}

#content-left {
	background-color: #e0e1e3;
	margin-top: 15px;
	padding: 10px;
}

#content-left .csc-textpic-center {
	margin-top: 15px;
}


*+HTML #content-left .csc-textpic-center {
	margin-top: 0px;
}


*HTML #content-left .csc-textpic-center {
	margin-top: 0px;
}

*HTML #content-left .csc-textpic-intext-left P {
	padding-top: -10px;
}

#content-unten {
	padding-bottom: 20px;
	clear: both;
	height: 1200px;
}

#content-unten-ohne-rechts {
	margin-top: -100px;
	padding-bottom: 20px;
	clear: both;
	height: 600px;
}

*HTML #content-unten-ohne-rechts {
	height: auto;
}

#spalte1 {
	clear: both;
	width: 224px;
	float: left;
	margin-left: 30px;
}

*HTML #spalte1 {
	margin-left: 15px;
}

#spalte1-ohne-rechts {
	margin-top: -100px;
	clear: both;
	width: 224px;
	float: left;
	margin-left: 30px;
}

*HTML #spalte1-ohne-rechts {
	margin-top: 0px;
	margin-left: 15px;
}

*+HTML #spalte1-ohne-rechts {
	margin-top: 0px;
	margin-left: 30px;
}

#spalte2 {
	width: 224px;
	float: left;
	margin-left: 15px;
}

#spalte2-ohne-rechts {
	margin-top: -100px;
	width: 224px;
	float: left;
	margin-left: 15px;
}

*HTML #spalte2-ohne-rechts {
	margin-top: 0px;
}

*+HTML #spalte2-ohne-rechts {
	margin-top: 0px;
}

#spalte3 {
	width: 224px;
	float: right;
	margin-right: 30px;
}

*HTML #spalte3 {
	margin-right: 15px;
}

#spalte3-ohne-rechts {
	margin-top: -100px;
	width: 224px;
	float: right;
	margin-right: 30px;
}

*HTML #spalte3-ohne-rechts {
	margin-right: 15px;
	margin-top: 0px;
}

*+HTML #spalte3-ohne-rechts {
	margin-right: 30px;
	margin-top: 0px;
}

#spalte4 {
	clear: both;
	margin-left: 30px;
}

.csc-textpic-caption {
	font-size: 10px;
}

/****************************************************************************************************/
/***** I N H A L T *****/
/****************************************************************************************************/

#content-einspaltig .csc-subheader {
	font-weight: bold;
	font-size: 18px;
	margin-top: -20px;
	margin-bottom: 25px;
	line-height: 20px;
}


/****************************************************************************************************/
/***** S I T E M A P *****/
/****************************************************************************************************/

.csc-sitemap UL {
	/*list-style-image: url(/fileadmin/images/pfeil.gif);*/
	margin-left: 20px;
	line-height: 18px;
}
/*
.csc-sitemap UL LI {
	list-style-image: url(/fileadmin/images/point_01.gif);
}
*/
*HTML .csc-sitemap UL LI {
	list-style-image: url(/fileadmin/images/point_01_ie.gif);
}

*HTML .csc-sitemap UL LI UL LI {
	list-style-image: url(/fileadmin/images/point_02_ie.gif);
}

*HTML .csc-sitemap UL LI UL LI UL LI {
	list-style-image: url(/fileadmin/images/point_03_ie.gif);
}

*+HTML .csc-sitemap UL LI {
	list-style-image: url(/fileadmin/images/point_01_ie.gif);
}

*+HTML .csc-sitemap UL LI UL LI {
	list-style-image: url(/fileadmin/images/point_02_ie.gif);
}

*+HTML .csc-sitemap UL LI UL LI UL LI {
	list-style-image: url(/fileadmin/images/point_03_ie.gif);
}


.csc-sitemap UL LI UL {
	list-style-image: none;
}


/****************************************************************************************************/
/***** T A B L E *****/
/****************************************************************************************************/

.td-0 {
	width: 235px;
}

TABLE TR {
	vertical-align: top;
}

TABLE {
	margin-left: -2px;
}

*HTML TABLE {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.tx-powermail-pi1 legend{

       margin: 10px 0 10px 5px;

	padding: 2px;

	background-color: #cccccc;

	color: #ffffff;

	font-size: 11px;

	font-weight: bold;


}

.tx-powermail-pi1 fieldset{

	border: 1px solid #cccccc;

	background-color: #ffffff;


}

DIV.tx-powermail-pi1 DIV LABEL {

	width: 25%;

	clear: both;

	float: left;

	text-align: right;
	padding-right: 5px;

}

DIV.tx-powermail-pi1 DIV.field {


	width: 73%;

	float: right;

	text-align: left;
	
	

}

DIV.tx-powermail-pi1 DIV INPUT {

	margin: 0;

	vertical-align: top;
	
	border: 1px solid #cccccc;

}

DIV.tx-powermail-pi1 DIV INPUT[type=text] {

	width: 250px;
	
	border: 1px solid #cccccc;

}

DIV.tx-powermail-pi1 DIV TEXTAREA {

	width: 390px;

	height: 125px;
	
	border: 1px solid #cccccc;

}

Div.powermail_radio_inner {
margin: 4px 0 4px 0;
}
DIV.powermail_radio_inner {
margin: 4px 0 4px 0;
}

.success{
visibility: hidden;
}
#uid17_msg {
visibility: hidden;
}
.tx_powermail_pi1_fieldwrap_html_radio_title {
padding-left: 95px;
}

.tx_powermail_pi1_fieldwrap_html_checkbox_title {
padding-left: 95px;
}

.tx_powermail_pi1_fieldwrap_html{
margin: 4px 0 4px 0;
}

#powermaildiv_uid10 {

	width: 25%;

	clear: both;

	float: left;

	margin: 5px 0 5px 0;
	
	text-align: right:

}

#powermaildiv_uid25{


	width: 73%;

	float: right;

	text-align: left;
	
	margin: 5px 0 5px 0;


}

.jscalendar_cb {
display: none;
}