* {
	border: 0;
	margin: 0;
	padding: 0;
}

body
{ 
	background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
}

div.csc-header h1 {
	background-color: #6666CC;
	color: #FFFFFF;
	font-size: 115%;
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 2px;
}

#content ul {
	margin: 10px;
}

#content ul li {
	list-style: square inside;
	text-indent: 10px;
}

input,
textarea,
select,
checkbox,
radio {
	background-color: #DCDCDC;
	border: 1px dotted #6B829E;
	vertical-align: middle;
	padding:1px;
	margin:2px
}

/* 
	Tabellen-Layouts 
*/

/* normal */
.contenttable-0 td{
	text-align: center;
	padding:3px;
	padding-left:5px;
}
.contenttable-0 .tr-even{
	background: #F9F9F9;
}
.contenttable-0 .tr-odd{
	background: #FFFFFF;
}
/* Kopfzeile */
.contenttable-0 .tr-0{
	background: #EFEFEF;
}
.contenttable-0 .tr-0 td{
	padding:5px;
	border-bottom:1px;
	border-bottom-color:#B9B9B9;
	border-bottom-style:solid;
	border-top:1px;
	border-top-color:#B9B9B9;
	border-top-style:solid;
}
/* Fußzeile */
.contenttable-0 .tr-last td{
	padding:5px;
	border-bottom:1px;
	border-bottom-color:#B9B9B9;
	border-bottom-style:solid;
}

/* Layout 1 */
.contenttable-1 td{
	text-align: left;
	padding:3px;
	padding-left:5px;
}
.contenttable-1 .tr-even{
	background: #EBEBEB;
}
.contenttable-1 .tr-odd{
	background: #F5F5F5;
}
/* Kopfzeile */
.contenttable-1 .tr-0{
	background: #EFEFEF;
}
.contenttable-1 .tr-0 td{
	padding:5px;
	border-bottom:1px;
	border-bottom-color:#B9B9B9;
	border-bottom-style:solid;
	border-top:1px;
	border-top-color:#B9B9B9;
	border-top-style:solid;
}
/* Fußzeile */
.contenttable-1 .tr-last td{
	padding:5px;
	border-bottom:1px;
	border-bottom-color:#B9B9B9;
	border-bottom-style:solid;
}

/******* hyperlink and anchor tag styles *******/

a:link,
a:visited,
a:active{
	background-color: transparent;
	color: #414141;
	text-decoration: none;
}

a:hover{
	background-color: transparent;
	color: #546E8E;
	text-decoration: underline;
} 

#mainnav a
{
	margin: 0px 10px 0px 0px;
}

#mainnav a:link,
#footer a:link,
#mainnav a:visited,
#footer a:visited,
#mainnav a:active,
#footer a:active{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#mainnav a:hover,
#footer a:hover{
	background-color: transparent;
	color: #FF8C00;
	text-decoration: underline;
} 

/******* Layout Images *******/

#pennant
{
	border: 0px;
	position: absolute;
	top: 40px;
	left: 20px;
}

/******* Layout Divs *******/

#mainborder
{
	border: 0px;
	margin: 10px;
}

#header
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#mainnav
{
	background-color: #6666CC;
	text-align: left;
	color: #FFFFFF;
	padding: 4px 4px 4px 210px;
}

#nest
{
	padding-top:10px;
}

#subnav
{
	margin-bottom: 10px;
	width: 150px;
	float: left;
	margin-top: 50px;
	margin-left: 30px;
}

#content
{
	/*border: 1px solid #000000;*/
	height: 100%;
	margin-top: 20px;
	margin-left: 210px;
	margin-right: 110px;
	margin-right: 100px;
	margin-bottom:10px;
}

#right-content
{
	margin-bottom: 10px;
	width: 80px;
	float: right;
	margin-top: 50px;
	margin-right: 0px;
}

#rss-feed
{
	text-align: center;
	margin-top: 10px;
}

#footer
{
	background-color: #6666CC;
	text-align: right;
	color: #FFFFFF;
	font-size: 80%;
	padding: 4px 70px 4px 4px;
}

/******* Menu *******/

#subnav h1
{
	background-color: #6666CC;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 115%;
	width: 100%;
	padding: 2px;
}

#subnav ul li
{
	display: inline;
	line-height: 16px;
	list-style: none;
}
			
#subnav ul li a
{
	border-bottom: 1px dotted #6666CC;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 100%;
	width: 100%;
}

#subnav li.level_2_NO {
	font-weight: normal;
}

#subnav li.level_1_ACT,
#subnav li.level_2_ACT {
	font-weight: bold;
}

#subnav li a:hover
{
	color: #ff8C00;
	text-decoration: underline;
}

/* subitems */
#subnav ul ul li
{
	line-height: 10px;
	border-bottom: none;
}

#subnav ul ul li a
{
	text-indent: 15px;
	font-size: 90%;
}
			
#subnav ul ul li a:hover
{
	color: #ff8C00;
	text-decoration: underline;
}

/******* Indexed Search *******/

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top:10px;
	margin-bottom:5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #3E5373;
	border-left: 3px solid #3E5373;
	color: #3E5373;
	font-size: 130%;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 10px;
	padding-left: 4px;
	padding-bottom: 2px;
}
.tx-indexedsearch .tx-indexedsearch-rules h2{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #3E5373;
	border-left: 3px solid #3E5373;
	color: #3E5373;
	font-size: 130%;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 10px;
	padding-left: 4px;
	padding-bottom: 2px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox{
	font-weight: bold;
	margin-bottom: 10px;
}
.tx-indexedsearch .tx-indexedsearch-sectionlinks{
	font-weight: normal;
	padding-left: 1%;
}
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	border: 1px dotted #C5D0DE;
	background-color: #D8E1E8;
	margin-bottom: 5px;
	padding: 2px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	border: 1px dotted #C5D0DE;
	background-color: #E9EEF2;
	margin-bottom: 5px;
	padding: 2px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	border: 1px dotted #C5D0DE;
	background-color: #FFFEFB;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
	border:1px dotted #C5D0DE;
	background-color: #FFFEFB;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }

/* default styles for extension "tx_newloginbox_pi3" */
/*
.tx-newloginbox-pi3-listrow TD { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { background-color:#cccccc; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { font-weight:bold; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { background-color:#f6f6f6; }
*/

/* default styles for extension "tx_srfeuserregister_pi1" */
.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }
.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
.tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
.tx-srfeuserregister-pi1 label span { color: #ff0000; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
* html .tx-srfeuserregister-pi1 dd { float: none; }
.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }