/* ################################### Container für die Ausgabe ################################### */
#cont_all {
	width:640px;
	margin: 10px auto 10px auto;
}
/* ################################### Breite der News ################################### */
.show_news_container,
.show_news_headline,
.show_news_headline_hover,
.show_news_inhalt,
.show_news_footer,
#formular_make_news,
#formular_titel_headline,
#formular_titel_inhalt,
#formular_titel_footer,
#formular_input_headline,
#formular_input_inhalt,
#formular_input_footer,
.options {
	width:600px;
}
/* ################################### Breite der Formular Input Felder ################################### */
.input_feld , .input_area {
	width: 590px;
}
/* ################################### Suchmaske ################################### */
#input_search {
	background-color:#FFFFFF;
	border:1px solid #A6A39B;
	background-image: url("../data/graphic/lupe.png");
	background-repeat: no-repeat;
	padding-left:20px;
}
/* ################################### Admin Login Dialog ################################### */
#admin_login {
	width:235px;
	margin: 0px auto 0px auto;
	font-weight:bold;
	font-size:smaller;
}
#i_login, #i_pass {
	width:200px;
	margin-top:5px;
	text-align:right;
}
#i_button {
	text-align:right;
	margin:0px 15px 5px 0px;
}

/* ################################### News Anzeige ################################### */

.show_news_container {
	height :auto;
	padding:8px 20px 5px 20px;
	margin:0px auto 20px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14Px;
/*border:1px solid #544F43;
	-moz-border-radius:8px;*/
/*clear:both;*/
}

.show_news_headline , .show_news_headline_hover {					/* News Headline */
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#544F43;
/*clear:both;*/
	cursor:pointer;
}
.show_news_headline_hover {
	background-color:#F1EBC9;
}
.show_news_inhalt {													/* News Inhalt */
/*clear:both;*/
}
.show_news_footer {													/* News Footer */
	margin-top:5px;
	padding-top:5px;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#544F43;
/*clear:both;*/
}
.show_news_admin_buttons {padding-top:10px;}						/* Admin Button Edit und Delete */

.show_news_container a {											/* News Link */
	color: #FF6600;
	text-decoration: none;
	outline: 0;
}

.show_news_container a:hover {										/* ### News hover link ### */
	color: #544F43;
	text-decoration: none;
	outline: 0;
}
.linie {border-top:1px dotted #000000;}								/* Trennlinie (Line) */

/* ################################### Formular News erstellen ################################### */

#formular_titel_headline,											/* Headline */
#formular_titel_inhalt,
#formular_titel_footer,
#formular_input_headline,
#formular_input_inhalt,
#formular_input_footer {
	margin-top:10px;
	font-weight:bold;
}

#formular_input_headline,											/* Headline Input */
#formular_input_inhalt,
#formular_input_footer{
	padding:2px;
	font-weight:normal;
}
.input_feld,														/* Input Felder und Textarea */
.input_area {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.input_area {
	height: 260px;
	line-height:16px;
	letter-spacing:1px;
}
#text_format {														/* Zeile für Formatierungen etc. */
	padding-top: 5px;
	float:left;
}
#listen_format {													/* Listen */
	padding-top: 5px;
}
#diverse_format {													/* Link, Break, Code.... */
	padding-top: 5px;
}
#make_news_button {													/* Preview, Save, Cancel */
	padding-top: 5px;
}
.show_news_container .bbcode a {									/* Link in BBCode Zeile */
	text-decoration: none;
	outline: 0;
}
.show_news_container .bbcode a:hover {								/* hover in BBCode Zeile */
	text-decoration: none;
	outline: 0;
}
/* ################################### News Formular Bilder  ################################### */
.bilder {}

.bild {
	text-align:center;
	width:120px;
	float:left;
}
.insert {
	text-align:center;
	width:240px;
	float:left;
}
.delete {
	text-align:center;
	width:200px;
	float:left;
}
.options {
	color: #544F43;
	text-align:left;
	padding:2px;
}
/* ################################### News Formular Dateien  ################################### */
.dateien {}

.datei {
	width:auto;
	float:left;
	margin-right:20px;
}
.datei_insert {
	text-align:center;
	width:140px;
	float:left;
}
.datei_delete {
	text-align:right;
	width:100px;
	float:left;
	margin-top:-6px;
}
/* ################################### Buttons und Hover effekt für Buttons Seiten Navigation ################################### */

.button_normal,
.button_mover{
	margin: 5px 5px 0px 0px;
	padding:0px 5px 2px 5px;
	background-color: #544F43;
	color: #F1F1F1;
	background-image: url("../data/graphic/button.png");
	background-repeat: repeat-x;
	height:19px;
	border:1px solid #000000;
	font-size:9px;
	font-weight:bold;
}
.button_mover {
	background-color: #EFEFEF;
	color: #FF6600;
	background-image: url("../data/graphic/button_a.png");
}
/* ################################### ab hier Seiten Navigation ################################### */

.show_news_container .seiten_navi a {
	margin: 5px 3px 0px 0px;
	padding:2px 5px 2px 5px;
	background-color: #544F43;
	color: #F1F1F1;
	background-image: url("../data/graphic/button.png");
	background-repeat: repeat-x;
	height:19px;
	border:1px solid #000000;
	font-size:10px;
	font-weight:bold;
}
.show_news_container .navi_a , .show_news_container .seiten_navi a:hover {
	margin: 5px 3px 0px 0px;
	padding:2px 5px 2px 5px;
	background-color: #EFEFEF;
	color: #FF6600;
	background-image: url("../data/graphic/button_a.png");
	background-repeat: repeat-x;
	height:19px;
	border:1px solid #000000;
	font-size:10px;
	font-weight:bold;
}
/* ################################### Stile und Überschriften ################################### */

.show_news_container .Stil1 {
	color: #FF6600;
}
.show_news_container .Stil2 {
	color: #000000;
}
.show_news_container .Stil3 {
	color: #544F43;
}
.show_news_container h1 {
	font-size:14px;
	font-weight:bold;
	color:#FF6600;
	text-align:center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
/* ################################### Formular "Settings" ################################### */

.settings_beschreibung {
	width:120px;
	float:left;
	margin:5px;
}
.settings_wert {
	width:160px;
	float:left;
	margin:2px;
}
.settings_help {
	padding-top:4px;
	font-size:9px;
}
.clear {
	clear:both;
}
/* ################################### Tooltips ################################### */
.tooltip , .tooltip_breit{
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  width:150px;
  border:1px solid #000000;
  height:auto;
  font-size:10px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.tooltip_head {
	background-image: url("../data/graphic/button.png");
	background-repeat: repeat-x;
	height:19px;
	text-align:left;
	padding:6px 5px 0px 5px;
	color:#FFFFFF;
	font-weight:bold;
}
.tooltip_content {
	border-top:1px solid #000000;
	padding:5px;
	background-color:#FFFFFF;
	text-align:left;
}
.tooltip_breit {
	width:350px;
}
.code {
	border:1px solid #544F43;
	height:auto;
	width:auto;
	padding:10px;
	overflow:auto;
	background-color:#FFFFFF;
	font-size:12px;
}