@charset "UTF-8";

/*****************************************/
/**************** Body *******************/
/*****************************************/

html * {
	margin:0px;
	padding: 0px;
}

body {
	background-color:#ffffff;
	background-image:url(../img/bg_verlauf.jpg);
	background-repeat:repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.00%;
	font-weight:400;

	margin:0px;
	border:0px;
	padding: 0px;
}

#alloverbg {
	width:100%;	
	
	background-image:url(../img/bg_allover.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	
}

#mainbg {
	width: 808px;
	margin: 0px auto;
	text-align:left;
}

#main {
	position:relative;
	width:808px;
	margin: 0px auto;
/* 	background-color:#ffffff; */
}

/*****************************************/
/************* Nav - Meta ****************/
/*****************************************/

#meta-nav {
	position:absolute;
	
	top:8px;
	right:4px;
	
	height: 13px;
/* 	width:100%; */
}

#meta-nav ul {
	list-style-type:none;
}

#meta-nav ul li {
	display:inline;
	height:13px;
	
	padding: 0px 9px 0px 0px;
	margin: 0px 7px 0px 0px;
	background-image:url('/fileadmin/templates/img/sep_metanav.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

#meta-nav ul li.last_item {
	background-image:none;
	padding: 0px;
	margin: 0px;
}

#meta-nav ul li a {
	width:auto;
	height:auto;
	
/* 	padding:0px 15px 0px 11px; */
	
	font-weight:400;
	font-size:100%;
	text-decoration:none;
	color:#11358c;
}

#meta-nav ul li a:hover,
#meta-nav ul li a:focus,
#meta-nav ul li a:active,
#meta-nav ul li a.current_link,
#meta-nav ul li a.active_link {
	color:#878dc4;
}

/*****************************************/
/*********** Logo & Keyvisual ************/
/*****************************************/

#logo {
	position:relative;
	width:400px;
	height:58px;
	padding-top:16px;
}

#keyvisual {
	position: relative;
	height:212px;
	width:804px;
	background-repeat:no-repeat;
	
	overflow:hidden;
}

#flyingclaim1,
#flyingclaim2,
#flyingclaim3 {
	width:175px;
	height:212px;
}

#flyingclaim4,
#flyingclaim5 {
	width:175px;
	height:212px;
}

#flyingclaim1 {
	margin-left:0px;
}
#flyingclaim2 {
	margin-left:230px;
}
#flyingclaim3 {
	margin-left:296px;
}
#flyingclaim4 {
	margin-left:399px;
}
#flyingclaim5 {
	margin-left:633px;
}

/*****************************************/
/*************** Navbar ******************/
/*****************************************/

#navbar {

	position: relative;
	height: 58px;
	width:804px;
	
	padding:0px 0px 0px 0px;
	
/* 	background-color:#ffaa00; */
	
	background-image:url(../img/bg_navbar_slim.gif);
	background-repeat:repeat-x;
	background-position:left 11px;
}

#navbar ul {
	list-style-type: none;
}

#navbar ul li {
/* 	display:inline; */
	float:left;
	padding-top:11px;
}

#navbar ul li a {

}

#horizontal-glass {
	position:absolute;
	top:331px;
	left:0px;
	
	display:block;
	height:4px;
	width:76px;
	
	background-image:url(/fileadmin/templates/img/glass-horizontal.png);
	background-repeat:repeat-x;
	background-position:left top;
	
	z-index:2000;
	
}

.navbar-sep {
	display:block;
	float:left;
	width:1px;
	height:58px;

	background-image:url(/fileadmin/templates/img/navbar_sep.gif);
	background-repeat:repeat-x;
	background-position:left 11px;
}

#navbar-sep-act {
	display:block;
	float:left;
	width:4px;
	height:58px;

	background-image:url(/fileadmin/templates/img/navbar_sep-active.gif);
	background-repeat:no-repeat;
	background-position:right top;
}


/*****************************************/
/*************** Footer ******************/
/*****************************************/

#footer {
	margin-top:25px;
	clear:both;
/* 	border-top:1px solid #878dc4; */
	padding-top:2px;
	color:#878dc4;
}

#footer a {
	text-decoration:none;
	color:#878dc4;
}

/*****************************************/
/************** The Shells ***************/
/*****************************************/

#content-all {
	width:100%;
	margin: 0px;
}

#left-shell {
	float:left;
	
	position:relative;
/* 	width:186px; */
	width:190px;
	min-height:200px;
	
	z-index:100;
}

#main-content {
	float:left;
	
	width:601px;
	min-height:200px;
	margin: 0px 0px 0px 17px;
}

/*****************************************/
/************** Nav - Left ***************/
/*****************************************/

#sub-nav {
	display:block;
	
	width:190px;
}

#sub-nav ul {
	list-style-type: none;
}

#sub-nav ul li {
	display:block;
	width:190px;
	height:27px;
	
	background-image:url(../img/sub-nav_bg_li.gif);
	background-repeat:no-repeat;
	background-position:right top;
	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#sub-nav ul li.last_item {
	height:22px;
}

#sub-nav ul li a  {	
	display:block;
	width:168px;
	height:19px;
	
	padding:4px 0px 0px 18px;
	
	background-image:url(../img/sub-nav_bg_a.gif);
	background-repeat:no-repeat;
	background-position:right top;
	
	color:#11358c;
	text-decoration:none;
	background-color:#d9dfe4;
	margin:0px 0px 6px 0px;
	font-weight:400;
}

#sub-nav ul li a:hover,
#sub-nav ul li a:focus,
#sub-nav ul li a:active,
#sub-nav ul li a.current_link,
#sub-nav ul li a.active_link {
	background-image:url(../img/sub-nav_bg_a-hover.gif);
	color:#878dc4;
}

/*****************************************/
/************** shadowedbox **************/
/*****************************************/

#shadowedbox-wrap {
	display:block;
	
	width:190px;
	padding-top:10px;
	
	
	background-image:url(../img/sub-nav_bg_li.gif);
	background-repeat:repeat-y;
	background-position:right top;
}

#shadowedbox {
	display:block;
	
	width:186px;
	height:107px;

}

#shadowedbox form {
	display:block;
	
	height:74px;
	width:169px;
	
	padding: 33px 0 0 17px;

}

#shadowedbox .bg_img_login {
	background-image:url(../img/bg_loginbox.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	/*background-image:url(../img/bg_loggedin.jpg);*/
}

#shadowedbox .bg_img_loggedin {
	background-image:url(../img/bg_loggedin.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}


#shadowedbox form input {
	border:1px solid #5a5b5e;
	border-bottom:none;
	border-right:none;
	
	width:137px;
	height:15px;
	margin-bottom:6px;
	padding-top:2px;
	
	color:#878dc4;
	font-size:10px;
	
}

#shadowedbox form input.submit-button {
	border:1px solid #5a5b5e;
	border-top:none;
	border-left:none;
	
	width:64px;
	height:17px;
	padding-top:0px;
	margin:0px 0px 0px 73px;

	background-color:#11358C;
	color:#ffffff;
	
}

.formularbox {
	display:block;
	
	width:186px;
	height:107px;
	
	background-image:url(../img/bg_formulare.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	
	color:#ffffff;
	font-size:95%;
}

.formularbox a {
	display:block;
	
	height:63px;
	width:86px;
	
	padding: 44px 85px 0px 15px;

	background-image:url(../img/a_formularbox_arrow.gif);
	background-repeat:no-repeat;
	background-position:95px 86px;

	line-height:1.2em;
	color:#ffffff;
	font-size:95%;
	text-decoration:none;
}

#left-content {
	margin-bottom:20px;
}

#left-content .second {
	margin-top:10px;
}

/*****************************************/
/**************** glassy *****************/
/*****************************************/

#glass-shadow-top {

/* 	background-color:#ffaa00; */

	display:block;
	
	margin-top:-13px;
	height:13px;
	width:190px;
	
	background-image:url(../img/glass-nav-vertical.gif);
	background-repeat:no-repeat;
	background-position:right top;
	
	z-index:200;
}


#glass-shadow-bottom {
	display:block;
	
	width:190px;
	height:4px;
	overflow:hidden;
	
	margin-top:0px;
	padding-top:0px;
	
	background-image:url(../img/sub-nav_bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

/*****************************************/
/*************** content *****************/
/*****************************************/

#content {
/* 	min-height:343px; */
/*	width:462px;
	padding: 17px 20px 13px 20px;
	
	font-size:100%;*/
}

#content a {
/*	color:#284d99;
	font-size:100%;*/
}

#column-main {
	float:left;
	width:390px;
	min-height:200px;
	margin: 0px 21px 0px 0px;
}

#column-side {
	float:left;
	width:190px;
	min-height:200px;
	margin: 0px 0px 0px 0px;
}

#column-side p {
	padding-right: 4px;
}

.csc-textpic-caption {
	padding-top:1em;
	padding-right:4px;
	color:#878dc4;
	font-size:90%;
}

#content-text {
/*	float:left;
	width:277px;*/
}

/*****************************************/
/*********** Column Right ****************/
/*****************************************/

#right-content {
/*	font-size:100%;
	padding: 0px 0px 0px 18px;
	margin: 0px;*/
}

#right-content p.bodytext {
/* 	padding-right: 18px; */
}


/*****************************************/
/************** tt_news ******************/
/*****************************************/

.news-list-container {

}

.news-list-item {
	margin-bottom:1em;
}

.news-list-item h3 {
	margin-bottom:0.3em;
}


.news-list-item h3 a {
	text-decoration:none;
	font-size:90%;
}

.news-list-item img {
	float:left;
	padding: 0px 5px 5px 0px;
}

.news-list-item p {
	display:inline;
}

.more-link a {
	display:inline;
	
	background-image:url(../img/a_more_arrow.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	
	padding-right:10px;
}

.news-single-item h2 {
	float:left;
}
.news-single-date {
	float:right;
	font-size:90%;
}

.news-single-item img {
	float:left;
	padding: 0px 5px 5px 0px;
}

.back-link a {
	background-image:url(../img/a_back_arrow.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	
	padding-left:10px;
}


/*****************************************/
/********** Kontaktformular **************/
/*****************************************/

.contact-form {
	width:390px;
	margin-top:1em;
}

.remark {
	color:#878dc4;
}

.contact-form form {
	
}

.contact-label,
.contact-label-captcha {
	display:block;
	float:left;
	width:110px;
	
	margin-top:9px;
}

.contact-label-radio {
	width:260px;
}
.contact-input-text,
.contact-textarea,
.contact-submit {
	display:block;
	float:left;
	width:150px;

	border:1px solid #5a5b5e;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
/* 	border-right:none; */
/* 	border-bottom:none; */

	color:#878dc4;
	font-size:10px;
	
	margin-top:6px;
}

.contact-radio-shell {
	display:block;
	float:left;
	width:65px;
}

.contact-form .error {
	color:#c40109;
}

.contact-radio {
	margin-right:5px;
	vertical-align:middle;
}

#contact-form-captcha {
	margin-top:15px;
}

.contact-submit {
	margin: 15px 0 0 110px;
	border:1px solid #2E6785;

	padding:3px;
	background-color:#11358C;
	color:#ffffff;
}

/*****************************************/
/**************** Search *****************/
/*****************************************/

.tx-strgbhdnsearch-pi1 form {
	width:600px;
}

.tx-strgbhdnsearch-pi1 .form-fullwidth  {
	width:600px;
	margin-bottom:0.7em;
}

.tx-strgbhdnsearch-pi1 .form-halfwidth-left,
.tx-strgbhdnsearch-pi1 .form-halfwidth-right  {
	width:290px;
	float:left;
}

.tx-strgbhdnsearch-pi1 .form-halfwidth-left {
	margin-right:20px;
}

.tx-strgbhdnsearch-pi1 label  {
	display:block;
	float:left;
 	width:90px;
}

.tx-strgbhdnsearch-pi1 .form-halfwidth-right label  {
 	width:130px;
}

.tx-strgbhdnsearch-pi1 .form-halfwidth-left input.input-text  {
	width:158px;
}
.tx-strgbhdnsearch-pi1 .form-halfwidth-right input.input-text  {
	width:154px;
}


.tx-strgbhdnsearch-pi1 .radio-label  {
	width:180px; /*290*/
	margin-top:0.5em;
	float:left;
}

.tx-strgbhdnsearch-pi1 input.input-text,
.tx-strgbhdnsearch-pi1 select  {
	display:block;
	float:left;
	width:198px;
	
	border:1px solid #5a5b5e;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;

	color:#878dc4;
/* 	font-size:11px; */
	
	margin-bottom:6px;
}

.tx-strgbhdnsearch-pi1 .form-fullwidth select  {
	width:507px;
}

.tx-strgbhdnsearch-pi1 .form-fullwidth input {
	width:505px;
/* 	margin-top:6px; */
}

.tx-strgbhdnsearch-pi1 .form-radio-shell {
	display:block;
	float:left;
	width:65px;
	height:1.5em;
	margin-top:0.6em;
}

.tx-strgbhdnsearch-pi1 .form-fullwidth #keywordconn,
.tx-strgbhdnsearch-pi1 .form-fullwidth #keywordconnor {
	width:10px;
}

.tx-strgbhdnsearch-pi1 .form-reset {
	margin: 0 1em 0 0;
	border:1px solid #2E6785;

	padding:3px;
	background-color:#11358C;
	color:#ffffff;
	width:154px !important;
	float:right;
}

.tx-strgbhdnsearch-pi1 .form-submit {
	margin: 0 0 0 0;
	border:1px solid #2E6785;

	padding:3px;
	background-color:#11358C;
	color:#ffffff;
	width:154px !important;

	float:right;
}


.tx-strgbhdnsearch-pi1 .search-result-count {
	margin-bottom:2em;
}

.tx-strgbhdnsearch-pi1 .search-result-single {
	min-height:200px;

	margin-bottom:2em;
	padding: 3px 0px;
	background-image:url(../img/bg_searchresults.gif);
	background-repeat:repeat-y;
	background-position: left top;
	border-bottom:1px solid #11358c;

}

.tx-strgbhdnsearch-pi1 .search-result-index {
	font-style:italic;
	padding-bottom:0.3em;
	margin-bottom:0.3em;
	display:block;
	height:1.4em;
	border-bottom:1px solid #11358c;
}


.tx-strgbhdnsearch-pi1 .search-result-index .result-label {
	font-weight:400;
}	

.tx-strgbhdnsearch-pi1 .search-result-single .result-label {
	display:block;
	text-align:right;
	float:left;
	width:125px;
	font-weight:700;
	margin-right:5px;
}

.tx-strgbhdnsearch-pi1 .search-result-single .result-content {
	display:block;
	float:left;
	width:460px;
	margin-left:10px;
}



/*****************************************/
/*********** Miscellaneous ***************/
/*****************************************/

h1 {
	font-size:160%;
	font-weight:700;
	color:#11358c;
	margin: 0 0 1em 0;
}

h2 {
	color:#11358c;
	font-size:140%;
	font-weight:700;
	margin: 0 0 0.7em 0;
}

h3 {
	color:#878dc4;
	font-size:120%;
	font-weight:700;
	margin: 0 0 0.5em 0;
}

h4, h5, h6 {
	color:#878dc4;
	font-size:100%;
	font-weight:700;
}

.hellblau-110-prozent {
	color:#878dc4;
	font-size:110%;
}

.dunkelblau-90-prozent {
	color:#11358c;
	font-size:90%;
}

p,
table {
	margin: 0 0 1em 0;
}

a {	
	color:#11358c;
	text-decoration:none;
}

a:hover,
a:focus,
a:active {
	color:#878dc4;
	text-decoration:underline;
}

.clear-both {
	clear:both;
}

#content-all {
	line-height:1.4em;
}

#column-main,
#column-single {
	line-height:1.6em;
}

#main-content ul,
#main-content ol {
	margin-left:10px;
	padding-left:10px;
}

#main-content table td {
	padding: 0 4px;
}

#main-content table td p {
	margin: 0;
}


#main-content table blockquote {
	padding: 0 0 0 15px;
}

/********** HDN REGISTER *******/

.tx-strgbhdnregister-pi1 {

}

.tx-strgbhdnregister-pi1 label {
	margin-bottom: .5em;
}

.tx-strgbhdnregister-pi1 input {
	margin: 0 0 1em 0;
	padding: 2px 3px 2px 3px;
	
	border-color:#5a5b5e #ecf0f3 #ecf0f3 #5a5b5e;
	border-style:solid;
	border-width:1px;
}


.tx-strgbhdnregister-pi1 input[type=submit] { 
	background-color:#11358C;
	
	border-color:#ecf0f3 #5a5b5e #5a5b5e #ecf0f3;
	border-style:solid;
	border-width:1px;
		
	color:#ffffff;
}


/********** USER REGISTRATION ***********/

.tx-srfeuserregister-pi1 h4 {
	margin-top: 0; padding-left: .3em;
}

.tx-srfeuserregister-pi1 p { 
	margin-top: .5em; 
	margin-bottom: 0; 
	padding: 0 /*.3em*/; 
	text-indent: 0;
}

.tx-srfeuserregister-pi1 fieldset {
	border:0px;
}
.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: 2px 3px 2px 3px;
	
	border-color:#5a5b5e #ecf0f3 #ecf0f3 #5a5b5e;
	border-style:solid;
	border-width:1px;
}
.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-submit {
	background-color:#11358C;
	
	border-color:#ecf0f3 #5a5b5e #5a5b5e #ecf0f3;
	border-style:solid;
	border-width:1px;
	
/*	border-color:-moz-use-text-color #5A5B5E #5A5B5E -moz-use-text-color;
	border-style:none solid solid none;
	border-width:medium 1px 1px medium;*/
	
	color:#ffffff;
/* 	height:17px; */
/* 	margin:0 0 0 73px; */
/* 	padding-top:0; */
/* 	width:64px; */
}

.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: 165px; 
	text-align: right; 
	padding-right: 1em;
}
.tx-srfeuserregister-pi1 dd { 
	text-align: left; 
	width: 50%;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { 
	width: auto;
	padding-right: 0;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { 
	width: auto;
}
* 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;
}


.tx-strgbhdnregister-pi1 .error {
	width: 300px;
	padding-bottom: 15px;
	color: red;
}