/* ++++++++++++++++++++++++++++++++++++ */
/* General Style Info*/
/* ++++++++++++++++++++++++++++++++++++ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 135%;
	color: #222222;
	background-color: White;
	/* background-image: url(../img/bg_grau.jpg); */
}
a {
	color: #222222;
	text-decoration: underline;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}
a img {
	border: none;
}
/* Seitenzentrierung*/
#outer-wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 860px;
	position: relative;
	height: 100%;
	background-color: transparent;
}
/* ++++++++++++++++++++++++++++++++++++ */
/* Seitenkopf*/
/* ++++++++++++++++++++++++++++++++++++ */
#bg-blau {
	text-align: center;
	margin: 0;
	height: 90px;
	width: 100%;
	background-color: #153961;
	background-image: url(../img/bg_blau.jpg);
}
#blau-wrapper {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 860px;
	position: relative;
	height: 100%;
}
#logo {
	padding-left: 610px;
	padding-top: 19px;
	padding-bottom: 19px;
	position: relative;
}
/* ++++++++++++++++++++++++++++++++++++ */
/* Menü*/
/* ++++++++++++++++++++++++++++++++++++ */
#menu {
	margin: 0px;
	position: relative;
}
/* leere Menüzeile */
/* enftällt */
#menu_empty {
	margin: 12px 0px 0px 0px;
	position: relative;
	width: 858px;
	height: 22px;
	border-left: 1px solid #5084DE;
	border-right: 1px solid #5084DE;
	border-top: 1px solid #5084DE;
}
/* Menü Buttons */
#menu_btn {
	margin: 0px;
	padding: 0px;
	width: 93px;
	height: 21px;
	border-left: 1px solid #5084DE;
	border-top: 1px solid #5084DE;
	border-bottom: 1px solid #5084DE;
}
#menu_btn_empty {
	margin: 0;
	border-left: 1px solid #5084DE;
	border-top: 1px solid #5084DE;
	border-right: 1px solid #5084DE;
}
/* ++++++++++++++++++++++++++++++++++++ */
/* content*/
/* ++++++++++++++++++++++++++++++++++++ */
#content-wrapper {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	text-align: left;
	margin: 0px;
	width: 858px;
	position: relative;
	border-left: 0px;   /* 1px solid #DCDCDC; */
	border-right: 0px;  /* 1px solid #DCDCDC; */
	background-color: White;
}
#content-wrapper-start {
	min-height: 370px;
	height: auto !important;
	height: 370px;
	text-align: left;
	margin: 0px;
	width: 858px;
	position: relative;
	border-left: 0px;   /* 1px solid #DCDCDC; */
	border-right: 0px;  /* 1px solid #DCDCDC; */
	background-color: white;
}
#content {
	text-align: left;
	margin-left: 20px;
	margin-right: 15px;
	padding: 10px;
	position: relative;
	height: 100%;
	background-color: white;
}

#us_error {
	width: 770px;
}

#ueberschrift {
	padding-top: 10px;
	background-color: transparent;
	width: 320px;
	/*height: 240px;
*/
	border-bottom: 2px solid #dbd5c5;
	float:left;
}
#us_artikel {
	font-family: Georgia, Times New Roman, serif;
	font-size: 22px;
	text-align: left;
	color: #092f55;
	padding-top: 10px;
	padding-bottom: 3px;
	background-color: transparent;
	max-width: 560px;
	line-height:100%;
	border-bottom: 2px solid #dbd5c5;
}
/* Startseite */
#ueberschrift_lang {
	padding-top: 20px;
	background-color: transparent;
	width: 450px;
	/* height: 240px; */
	border-bottom: 2px solid #dbd5c5;
}
/*Abstand von der Überschrift*/
#abstand_us {
	height: 17px;
	background-color: transparent;
	clear:left;
}

/* News Teaserbox (Red) */
#r_newsbox {
	padding-left:15px;
	overflow:hidden;
	width:215px;
	float:left;
	border-top:solid #e3deca 1px;
	padding-top:10px;
}
/* News Teaserbox (Aut) */
#a_newsbox {
	overflow:hidden;
	width:175px;
	float:left;
	padding:0px;
	border:0px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/* startseite modified
/* ++++++++++++++++++++++++++++++++++++ */
.rs_start {
	width: 300px;
}

.promo_rs_start h3, .rs_start h3, #rs_head {
	background-image: url('../img/point_line.jpg');
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 2px; margin-bottom: 2px;
}

.promo_rs_start h2, .rs_start h2 {
	font-size: 12px; margin-top: 10px
}

.rs_menu {
	width: 140px; margin-left: 4px; margin-right: 30px;
}
.rs_menu a { text-decoration: none; }
.rs_menu a:hover{ text-decoration: underline; }

.rs_lable {
	display: block;	
}

.rs_login {
	margin: 0px; padding: 2px;
	width: 120px
}

.rs_submit {
	margin-left: 0px; margin-top: 12px;
	padding: 0px; display: block;
}

.rs_sym {
	float: left; margin: 10px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/* artikel liste (row highlight)*/
/* ++++++++++++++++++++++++++++++++++++ */
tr.ruled {
	padding: 20px;
	margin: 3px;
	background-color: #e3deca;
}
/* ++++++++++++++++++++++++++++++++++++ */
/* Autorenfotos*/
/* ++++++++++++++++++++++++++++++++++++ */
#fotoframe {
	width: 69px;
	height: 94px;
	background: white;
	border: 1px solid #333333;
	padding: 2px;
}
/* ++++++++++++++++++++++++++++++++++++ */
/* artikel kauf (kasten)*/
/* ++++++++++++++++++++++++++++++++++++ */
#art_kauf {
	background-color: #e3deca;
	padding: 6px;
	margin-bottom: 20px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/* weisses Hinweise - Feld*/
/* Unterhalb von content #e3deca */
/* ++++++++++++++++++++++++++++++++++++ */

#hinweise{
	/* background-image:url(../img/bg_hinweise.jpg); */
	margin:0;
	width:100%;
	background-color: transparent;
	background-image: url(../img/bg_grau_ft.jpg);
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #e3e3e3;
}

#hinweise_wrapper{
	margin:0 auto 0 auto;
	width:858px;
	border-left: 0px; /* 1px solid #e3e3e3; */
	border-right: 0px; /* 1px solid #e3e3e3; */
	border-top:0px;
	border-bottom:0px;
	background-color: #F2F2F2;
	background-image: url(../img/bg_grau_ft.jpg);
}

#subcontent-wrapper {
	padding-left: 23px;
	padding-top: 5px;
	padding-bottom: 5px;	
	float: left;
	background-color: transparent; 
}
#subc_iconbox {
	float: left;
	width: 30px;
	background: transparent;
}
#subc_fotobox {
	float: left;
	width: 75px;
}
#subc_textbox {
	padding-left: 22px;
	text-align: left;
	float: left;
	width: 340px;
	background: transparent;
}

/* ++++++++++++++++++++++++++++++++++++ */
/* Pressemitteilungen */
/* ++++++++++++++++++++++++++++++++++++ */
.presse-quelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color:#999999;
	text-align: left;
	float: left;
}



/* ++++++++++++++++++++++++++++++++++++ */
/* Fusszeile*/
/* ++++++++++++++++++++++++++++++++++++ */
#footer-container {
	clear: both;
	margin: 0 auto 0 auto;
	width: 858px;
	position: relative;
	border-left: 0px; /* 1px solid #DCDCDC; */
	border-right: 0px; /* 1px solid #DCDCDC; */
	border-bottom: 0px; /* 1px solid #DCDCDC; */
	background-color: White;
}
#footer-padding {
	padding: 1px 0px 8px 0px;
}
/* ++++++++++++++++++++++++++++++++++++ */
/* Formulare*/
/* ++++++++++++++++++++++++++++++++++++ */
#login-form {
	padding: 10px;
	margin-top: 0px;
	position: relative;
	border: 1px solid #DCDCDC;
	width: 140px;
	background-color: #F5F5F5;
}
textarea {
	border: 1px solid #222222;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px;
	padding: 2px;
}
select {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px;
	padding: 0px;
	border: 1px solid #222222;
}
option {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
}
input {
	background: #FFFFFF;
	border: 1px solid #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px;
	padding: 2px;
}
#it_login {
	width: 125px;
}

.dl_login {
	width: 350px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#dl_anmelden {
	margin-top: 50px;
	margin-left: 10px;
}

input#submit {
	background: transparent;
	border: 1px solid #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 3px 3px 0px;
	padding: 2px;
}
#checkbox {
	background: transparent;
	margin: 0px;
	padding: 0px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
.formCbxRadio {
	margin: 2px 0px 0px 10px;
}

#form_category{
	padding:5px;
	width:799px;
	background-image: url(../img/bg_formular.png);
	background-repeat:repeat-x;
	overflow:hidden;
}

#fp_left{
	margin-left:22px;
}

#form_label{
	margin-left:2px;
	font-weight:bold;
}




/* ++++++++++++++++++++++++++++++++++++ */
/* Systemmeldungen*/
/* ++++++++++++++++++++++++++++++++++++ */

#flashHTML{
	width:320px;
	margin-left:120px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ff0000;
	padding: 1px;
}

.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 1px;
}
.error_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 100%;
	color: red;
	padding: 0px 0px 0px 2px;
	margin: 0px;
	border: 0px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/* redaktions promotion                 */
/* ++++++++++++++++++++++++++++++++++++ */
.promo_frame {
	background-image: url(../img/bg_formular.png);
	background-repeat:repeat-x;
	padding: 6px; 
}

.promo_rs_start {
	width: 90%; margin-bottom: 17px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/* Seite Neues (Red+Autoren)            */
/* ++++++++++++++++++++++++++++++++++++ */
.graue_box {
  display: block;
  background-image: url(../img/bg_formular.png);
	background-repeat:repeat-x;
	padding: 8px 6px 6px 6px;
	margin: 0px 0px 30px 0px;
}

.zwilli {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #8cbe28;
  margin: 12px 0px 0px 0px;
}

.eingerueckt {
  padding: 0px 25px 0px 18px;
}

