@import url("editor_styles.css");
@import url("style_menu.css");
@import url("style_menu_oben.css");


a:link {
	color: #666666;
}

a:visited {
	color: #666666;
}

a:hover {
	xtext-decoration: underline;
	text-decoration: none;
        	color: #EF8027;
}

a:active {
	color: #666666;
}



a.internal-link:link {
	text-decoration: none;
	color: #333333;
}

a.internal-link:hover {
	text-decoration: none;
	xtext-decoration: overline;
	xbackground-color: #003399;
        	color: #EF8027;
}

a.internal-link:visited {
	text-decoration: none;
	color: #333333;
}

a.internal-link:active {
	text-decoration: none;
	color: #EF8027;
}



.bodytext a:link {
	color: #666666;
}

.bodytext a:visited {
	color: #666666;
}

.bodytext a:hover {
	xtext-decoration: underline;
	text-decoration: none;
        	color: #EF8027;
}

.bodytext a:active {
	color: #666666;
}



li a:link {
	color: #666666;
}

li a:visited {
	color: #666666;
}

li a:hover {
	xtext-decoration: underline;
	text-decoration: none;
        	color: #EF8027;
}

li a:active {
	color: #666666;
}



img {
	border: none;
}


body {
	font-family: Arial;
	color: #333333;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	xbackground-image: url(../images/background.gif); background-repeat:repeat-x;
}

#zenter {
	text-align: center;
}

#container {
/*	position: absolute;*/
	width: 1044px;
	height: 768px;
	margin: auto;
	margin-top: 10px;
	text-align: left;
}

#header {
	height: 150px;
	width: 100%;
	margin-bottom: 3px;
}

#header_left {
	display: block;
	float: left;
	width: 5px;
	height: 150px;
	background-image: url(../images/bg_header_left_border.png);
}

#header_row {
	display: block;
	float: left;
	height: 150px;
	width: 1024px;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#header_right {
	display: block;
	float: left;
	width:10px;
	height: 150px;
	background-image: url(../images/bg_header_right_border.png);
}

#logo {
	float: left;
	margin-right: 5px;
	margin-top: 15px;
	height: 116px;
	width: 219px;
	overflow: hidden;
}

#header_image {
	float: left;
	margin-top: 15px;
	height: 116px;
	width: 800px;
	overflow: hidden;
}

#menu_top {
	height: 35px;
	width: 1034px;
}

#content_container {
	display: table-row;
	clear: both;
	width: 1034px;
	min-height: 553px;
	/*background-color: #FFFFFF;*/
	background-image: url(../images/bg_content.jpg);
}

#menu_border_top {
	height: 5px;
	width: 222px;
	background-image: url(../images/bg_menu_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 15px;
	font-size: 0;
	line-height: 0;
}

#menu_left {
	display: table-cell;
	float: left;
	width: 222px;
	height: 553px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#menu_border_bottom {
	height: 10px;
	width: 222px;
	background-image: url(../images/bg_menu_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}

#content {
	display: table-cell;
	float: left;
	width: 628px;
	height: 553px;
	background-color: #FFFFFF;
}

#content_right {
	display: table-cell;
	overflow: visible;
	float: left;
	width: 184px;
	height: 553px;
	/*background-image: url(../images/bg_side_right.jpg);
	background-repeat: repeat-y;*/
	background-color: #FFFFFF;
	overflow: visible;
}

#footer {
	height: 75px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	/*background-image: url(../images/bg_footer_1.png);*/
	background-repeat: no-repeat;
}

#footer_left {
	display: block;
	float: left;
	width: 5px;
	height: 65px;
	background-image: url(../images/bg_footer_left_border.png);
}

#footer_row {
	display: block;
	float: left;
	height: 65px;
	width: 1024px;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#footer_right {
	display: block;
	float: left;
	width:10px;
	height: 65px;
	background-image: url(../images/bg_footer_right_border.png);
}

.content {
	background-color: #FFFFFF;
	overflow: auto; 
	height: 523px;
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.content div {
	margin-right: 15px;
}

.content div div {
	margin-right: 0px;
}

.content strong {
	margin: 0px;
	color: #333333;
	font-size: 12px;
}


.bodytext {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-size: 12px;
        	bgcolor: #cccccc;
        	xmargin-left: 25px;
        	margin-left: 0px;
        	margin-top: 0px;
         xmargin-right: 30px;
         margin-right: 0px;
}

.bodytext img {
	margin: 0px;
}

.indent {
	margin-left: 15px;
}

h1 {
	font-family: 'Arial BT';
	font-size: 17px;
	xfont-style: italic;
	color: #EF8027;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	
}

h2 {
	font-family: 'Arial BT';
	font-size: 15px;
	xfont-style: italic;
	color: #EF8027;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}

h3 {
	font-family: 'Arial BT';
	font-size: 15px;
	xfont-style: italic;
	color: #666666;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 20px;
}

h4 {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin-top: 0px;
         margin-left: 0px;
         margin-right: 0px;
         margin-bottom: 10px;
}



li  {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}



.csc-uploads A:link {
        	font-family: Franklin Gothic Medium;
	text-decoration: none;
	xfont-size: 12px;
	color: #666666;
}


.csc-uploads A:visited {
	font-family: Franklin Gothic Medium;
	text-decoration: none;
	xfont-size: 12px;
	xcolor: #666666;
}


.csc-uploads A:active {
	font-family: Franklin Gothic Medium;
	text-decoration: none;
	xfont-size: 12px;
	color: #EF8027;
}


.csc-uploads A:hover {
	background-color: transparent;
	text-decoration: none;
        	font-family: Franklin Gothic Medium;
	xfont-size: 12px;
        	color: #EF8027;
}



.news_box {
	font-family: Arial;
	overflow: hidden; 
	height: 160px;
	width: 182px;
	margin-top: 15px;
	background-image: url(../images/bg_news.png);
}

.news_box h1 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 3px;
	margin-bottom: 15px;
	width: 172px;
}

.news_box .bodytext {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}




.menu_unten {
	font-family: Franklin Gothic Medium;
	text-decoration: none;
	font-size: 13px;
	color: #666666;
	margin-left: 40px;
	margin-top: 9px;
	display: inline; 
	float: left;
}

.menu_unten A:link {
   font-family: Franklin Gothic Medium;
	text-decoration: none;
	font-size: 13px;
	color: #666666;
}

.menu_unten A:visited {
	font-family: Franklin Gothic Medium;
	text-decoration: none;
	font-size: 13px;
	xcolor: #666666;
}

.menu_unten A:active {
	font-family: Franklin Gothic Medium;
	text-decoration: none;
	font-size: 13px;
	color: #EF8027;
}

.menu_unten A:hover {
	background-color: transparent;
	text-decoration: none;
   font-family: Franklin Gothic Medium;
	font-size: 13px;
   color: #000000;
}





.menu_oben {
	clear: both;
	font-family: Arial;
	text-decoration: none;
	font-size: 15px;
	color: #666666;
	width: 1039px;
	height: 35px;
	background-image: url(../images/bg_top_menu_1.png);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: visible;
}

.menu_oben table {
	margin-left: 2px;
}

.menu_oben A:link {
	font-family: Arial;
	text-decoration: none;
	font-size: 15px;
	line-height: 35px;
	color: #666666;
}

.menu_oben A:visited {
	font-family: Arial;
	text-decoration: none;
	font-size: 15px;
	line-height: 35px;
	xcolor: #666666;
}

.menu_oben A:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 15px;
	line-height: 35px;
	color: #EF8027;
}

.menu_oben A:hover {
	background-color: transparent;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	line-height: 35px;
	color: #000000;
}

.menu_oben_left {
	float: left;
	height: 30px;
}

.menu_oben_right {
	float:right;
	margin-right: 15px;
	height: 30px;
}




.footer_content {
	font-family: Franklin Gothic Medium;
	text-decoration: none;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 9px;
   text-align: right;
}

.footer_content A:link {
        	font-family: Franklin Gothic Medium;
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}

.footer_content A:visited {
	font-family: Franklin Gothic Medium;
	text-decoration: none;
	font-size: 11px;
	xcolor: #666666;
}

.footer_content A:active {
	font-family: Franklin Gothic Medium;
	text-decoration: none;
	font-size: 11px;
	color: #EF8027;
}

.footer_content A:hover {
	background-color: transparent;
	text-decoration: none;
        	font-family: Franklin Gothic Medium;
	font-size: 11px;
        	color: #000000;
}









blockquote {
	font-size: 100%;
	font-style: italic;
	color: #D2CFCC;
	margin: 0;
	padding: 0 0 0 6px;
	border-left: 1px dotted #EEEEEE;
}


xul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

ul li {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	xpadding: 0 0 0 17px;
	xmargin: 0 0 5px 0;
	xbackground: url(../images/libul.gif) no-repeat left center;
}


input { 
	background: #ffffff;
	border: 1px solid #919191;
}

input:focus {
	background: #FFE6CC;
}


.submit {
	border: 0px solid #919191;
	color: #000000;
	background-color: #e1e1e1;
}

.submit_button {

}


form {
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


.newsletter form {
	margin: 0px 0px 0px 0px;
}


.tx-indexedsearch {
        	color: #666666;
	margin-left: 0px;
	margin-right: 0px;
}

.csc-textpic {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.csc-textpic-image {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.csc-textpic-caption {	
	font-size: 9px;
	color: #666666;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.csc-textpic-text {
	fwidth: 400px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

.csc-textpic-intext-right .csc-textpic-imagewrap {
	margin-top: -22px;
	margin-right: 10px;
	/*width: 200px;*/
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin-top: 0px;
	margin-right: 10px;
}

.csc-textpic-intext-right-nowrap  img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.csc-textpic-intext-right-nowrap {
	margin-bottom: 10px;	
}





.csc-frame-rulerAfter {
 	border: 0px; /* Für Firefox und Opera */
 	border-top: solid 1px #aaaaaa;
 	border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */

 	margin-left: 0px;
 	margin-right: 10px;
 	margin-top: 20px;
 	margin-bottom: 20px;
}


.csc-uploads {
	margin: 0px;
	vertical-align: left;
}



.ce_catlist {
	font-family: Arial;
	color: #333333;
	font-size: 11px;
}

.ce_catlist input {
	margin-left: 5px;
}

.science_table {
	border-collapse: collapse;
	border: 1px solid #333333;
	font-size: 12px;
}

.science_table tr th {
	padding: 3px;
}

.science_table tr td {
	padding: 3px;
}


/* ############ FELOGIN ############ */

.tx-felogin-pi1 {
	width: 550px;
	padding: 10px;
	background-color: #EBEBED;
	margin-left: 5px;
	font-size: 12px;
}

.tx-felogin-pi1 h3 {
	margin: 5px 0px;
}

.tx-felogin-pi1 a {
	font-size: 12px;
}

.tx-felogin-pi1 h3 {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0.5em;
	color: #000000;
	font-family: Arial;
}


/* ############ FELOGIN ############ */

.tx-srfeuserregister-pi1 {
	width: 550px;
	padding: 10px;
	background-color: #EBEBED;
	margin-left: 5px;
	font-size: 12px;
}

.tx-srfeuserregister-pi1-submit {
	cursor: pointer;
	margin-top: 7px;
	border: 1px solid #EF8027;
	background-color: #E1E1E1;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 5px !important;
}

.tx-srfeuserregister-pi1-submit:hover {
	color: #EF8027;
}

.tx-felogin-pi1 legend {
	font-weight: bold;
} 

#tx-srfeuserregister-pi1-module_sys_dmail_html {
	display: none;
}


