/* CSS Document */

#center {
	width: 750px;
	margin: 0 auto;
	background: url(../img/site_shadow.png) repeat-y 0 0;
	padding: 0 9px;
	text-align: left;
}

#main {
	background: #fff;
	font-size: 1.2em;
	clear: both;
	width: 100%;
}

/* HEADER /////////////////////////////////////////// */

#header {
	height: 180px;
}

#header img {
	float: left;
}

#header img.left_img {
	margin: 0 6px;
}

/* TOP MENU /////////////////////////////////////////// */

#menu {
	background: url(../img/menu_corner.gif) no-repeat 0 0;
	position: relative;
}

#menu h2 {
	display: none;
}

#menu .boxes {
	background: url(../img/boxes.png) no-repeat 0 0;
	right: -22px;
	top: -27px;
	position: absolute;
	width: 80px;
	height: 74px;
}

#menu ul, #menu ul.admin {
	background: #AD0B12;
	clear: both;
	margin-left: 250px;
	overflow: hidden;
	padding: 7px 0 7px 34px;
	width: 466px;
}

#menu ul.admin {
	padding: 7px 0 7px 8px;
}

#menu ul li, #menu ul li.admin {
	background: url(../img/menu_sep.gif) no-repeat right center;
	float: left;
	padding: 0 10px;
}

#menu ul li.admin {
	padding: 0 7px;
}

#menu ul li.last {
	background: none;
}

#menu ul li a {
	color: #fff;
	font-family: Helvetica, Arial, Verdana,sans-serif;
	font-size: 1em;
	text-transform: uppercase;
}

#menu ul li a:hover, #menu ul li a.current {
	color: #c66;
}

/* LEFT COLUMN /////////////////////////////////////////// */

#left_column {
	float: left;
	padding: 46px 0 0 29px;
	width: 228px;
}

#left_column_admin {
	float: left;
	padding: 46px 0 0 29px;
	width: 221px;
}

.left_box, .left_box_2 {
	background: url(../img/left_box_bg.gif) no-repeat left bottom;
	padding: 0 10px 30px 1px;
}

.left_box_2 {
	margin-top: 70px;
}

.left_box_2 img.pdf_ico {
	margin-top: 8px;
	margin-bottom: 2px;
}

.left_box h2, .left_box_2 h2 {
	font-size: 1.5em;
	font-weight: bold;
}

.left_box h3, .left_box_2 h3 {
	font-size: 1em;
	font-weight: bold;
}

h3.impressum {
	margin-top: 18px;
}

.left_box ul li {
	line-height: 1.5;
}

.left_box ul li.sepa {
	margin-bottom: 18px;
}

.left_box_google {
	margin-top: 52px;
}

.left_box_google p {
	border-bottom: solid 1px #000;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 0 1px;
}

.left_box_google p a {
	float: right;
}

#left_column ul.impressum, #left_column_admin ul.impressum {
	margin-top: 13px;
}

#left_column a.impressum, #left_column_admin a.impressum {
	background: url(../img/impr_arrow.gif) no-repeat 1px 50%;
	color: #941319;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	padding-left: 8px;
}

#left_column a.impressum:hover, #left_column_admin a.impressum:hover {
	text-decoration: underline;
}

#left_column_admin input {
	border: solid 1px #B9BBBE;
	font-size: 10px;
	padding-left: 4px;
	width: 200px;
	margin-bottom: 4px;
}

#left_column_admin input.submit_form {
	background: #E1E0E4;
	float: none;
	font-size: 10px;
	margin: 0 0 4px;
	padding: 0;
	width: 206px;
}

span.passwort_info {
	display: block;
	font-weight: bold;
	color: #8b1117;
	line-height: 1.5;
}

/* CONTENT /////////////////////////////////////////// */

#content, #content_admin {
	float: left;
	padding: 46px 90px 30px 63px;
	line-height: 1.5;
	width: 340px;
}

#content_admin {
	padding: 46px 10px 30px;
	min-height: 500px;
	width: 480px;
}

#content ul, #content_admin ul {
	margin: 10px 0 10px 30px;
}

#content ul li, #content_admin ul li {
	list-style-type: disc;
}

#content h1, #content h2, #content_admin h1, #content_admin h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1;
	font-weight: bold;
	font-size: 24px;
}

#content h2, #content_admin h2 {
	font-size: 14px;
}

.kontakt {
	padding: 51px 5px 0 2px;
	position: relative;
}

.kontakt_info {
	position: absolute;
	left: 0;
	top: 16px;
	color: #8b1117;
	padding-left: 2px;
}

.kontakt_info_erfolg {
	color: #8b1117;
}

.kontakt input, .kontakt select {
	border: solid 1px #B9BBBE;
	float: left;
	padding-left: 4px;
	width: 194px;
	margin-bottom: 4px;
}

.kontakt select {
	width: 200px;
	padding: 0;
}

.kontakt textarea {
	border: solid 1px #B9BBBE;
	margin-bottom: 12px;
	height: 130px;
	width: 322px;
}

.kontakt input.plz {
	margin-right: 3px;
	width: 33px;
}

.kontakt input.ort {
	width: 152px;
}

input.submit, input.submit_admin {
	background: #E1E0E4;
	border: solid 1px #B9BBBE;
	float: right;
	margin-right: 9px;
	width: 158px;
}

input.submit_admin {
	margin: 5px;
}



.kontakt label {
	display: block;
	float: left;
	width: 124px;
}

.kontakt label.anmerkungen {
	float: none;
	font-weight: bold;
	margin-bottom: 4px;
}

.kontakt span {
	color: #B40000;
}

.pflicht_felder {
	clear: both;
	font-size: 0.8em;
	padding: 2px 0 10px 124px;
}

input.submit_login {
	background: #E1E0E4;
	margin: 0 4px 4px;
	padding: 0;
	width: 100px;
}

.pass_login {
	height: 17px;
}

label.pass_label  {
	margin-bottom: 5px;
	float: none;
	font-weight: bold;
	color: #8b1117;
}

/* FOOTER /////////////////////////////////////////// */

#footer {
	padding-top: 17px;
	background: url(../img/footer_bg.gif) no-repeat 250px 0;
	width: 100%;
}

#footer_cont {
	background: #AD0B12;
	color: #fff;
	font-size: 9px;
	margin-left: 250px;
	padding: 6px 0 5px 16px;
}

/* EDITOR /////////////////////////////////////////////// */

.normal_schwarz {
  color: #000;
}

.normal_rot {
	color: #8b1117;
}

.normal_schwarz_b {
	color: #000;
	font-weight: bold;
}

.normal_rot_b {
	color: #8b1117;
	font-weight: bold;
}

.klein_schwarz {
	font-size: 10px;
	color: #000;
}

.klein_rot {
	font-size: 10px;
	color: #8b1117;
}

.klein_schwarz_b {
	font-size: 10px;
	color: #000;
	font-weight: bold;
}

.klein_rot_b {
	font-size: 10px;
	color: #8b1117;
	font-weight: bold;
}

.news_title {
	color: #ad0b12;
}

.news_title_2 {
 color: #545454;
}

div#change_pass_div label {
	font-size: 10px;
}

/* NEWS BOX /////////////////////////////////////////////// */

#news_box {
	margin-left: -4px;
	margin-top: 18px;
	font-size: 0.9em;
}

#news_box_top {
	background: url(../img/news_box_top_bg.gif) no-repeat 0 0;
	height: 34px;
}

#news_box_cont {
	background: #fff url(../img/news_box_cont_bg.gif) repeat-y 0 0;
	line-height: 1.5;
	padding: 13px 18px 17px;
}

#news_box_cont a {
	font-weight: normal;
}

#news_box_bottom {
	background: url(../img/news_box_bottom_bg.gif) no-repeat 0 0;
	height: 17px;
}

/* SITES TABLE /////////////////////////////////////////////// */

.sites_content hr {
	border-bottom: solid 1px; 
	width: 80%; 
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
}

.sites_content h2 {
	margin-bottom: 15px;
}

table.sites_edit {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-collapse: collapse;
	font-size: 12px;
	width: 80%;
}

table.sites_edit input {
	font-size: 12px;
	border: solid 1px #ccc;
	padding: 5px;
	width: 150px;
}

table.sites_edit input.checkbox {
	border: none;
	width: 60px;
}

table.sites_edit thead tr {
	background: #ccc;
	font-weight: bold;
}

table.sites_edit td {
	border-bottom: solid 1px #ccc;
	padding: 3px 10px;
}

table.sites_edit td.name {
	width: 70%;
}
