/*
	Farben:
		dunkles Braun Men�: #553318
		Hintergrundfarbe au�en und Hover/Active in Men�s: #f9de9d
*/

* {
	margin: 0;
	padding: 0;
}

html,body {
	background-color: #f9de9d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
/* Aufbau */
#container {
	margin: 0 auto;
	background-color: #FFF;
	padding-left: 17px;
	padding-right: 17px;
	background-image: url(images/background.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	top: 0;
	width: 780px;
	text-align: left;
}

#head {
	background-color: #FFF;
	color: #FFF;
	width: 780px;
	left: 0;
	text-align: left;
}

#logo {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-color: #553318;
	height: 266px;
	width: 780px;
}

#logo a {
	display: block;
	line-height: 85px;
	text-decoration: none;
}

/* Sprachmen� oberhalb des Hauptmen�s */

#menu_lang {
	text-align: right;
	height: 20px;
	line-height: 20px;
	padding-right: 5px;
}

#menu_lang a {
	text-decoration: none;	
}


#menu_lang a.deutsch {
	background-image: url(images/flag_de.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	margin-left: 750px;
	width: 20px;
}

#menu_lang a.english {
	background: url(images/flag_en.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	margin-left: 750px;
	width: 20px;
}

#mainMenu {
/*	margin-top: 10px;*/
	padding-left: 5px;
	padding-right: 5px;
	background-color: #553318;
	height: 25px;
	line-height: 25px;
	width: 770px;
	text-align: left;
}

#mainMenu ul li {
	float: left;
	list-style: none;
	display: inline-block;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	width: 109px;
	text-align: center;
	background-color: #553318;
	border-right: 1px solid white;
}

/* der erste Eintrag muss auch links einen Strich bekommen */
#mainMenu ul li.firstEntry  {
	border-left: 1px solid white;
	width: 108px;
}

/* hover �ber Men�eintrag */
#mainMenu ul li:hover {
	background-color: #f9de9d;
	color: #553318;
}

/* normaler Men�-Link */
#mainMenu ul li a {
	color: white;
	display: block;
	text-decoration: none;
	width: 110px;
}

#mainMenu ul li a:hover {
	color: #553318;
}

/* aktiver Men�-Link */
#mainMenu ul li.menuActive {
	background-color: #f9de9d;
}

#mainMenu ul li.menuActive a {
	color: #553318;
}

/* �berschrift der Seite auf der linken Seite */
#seiten_titel {
  padding-left: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 20px;
  background-color: #553318;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFF;
  width: 580px;
}

#seiten_titel h1 {
  	font-size: 24px;
}

#seiten_titel h2 {
	font-size: 18px;
	font-style: italic;
}

/* subnavi linke Seite */
#navigation {
	float: left;
	background-color:#FFF;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 160px;
}

#navigation ul li {
	list-style: none;
	background-color: #553318;
	margin-bottom: 1px;
	padding: 0px 0px;
}

/* active Men� */
#navigation ul li.subnavi_active {
	background-color: #f9de9d;
}

#navigation ul li.subnavi_active a {
	color: #553318;
}

#navigation ul li:hover {
	color: #553318;
	background-color: #f9de9d;
}

#navigation  ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 20px;
}

#navigation  ul li a:hover {
	color: #553318;
}

#content {  
	float: right;
	padding: 0px 30px 30px 0;
	margin-top: 20px;
	margin-left: 0px;
	width: 550px;
	text-align: justify;
	min-height: 350px;
}

/* Ausrichtungen */

#content .align-right {
	text-align: right;
}

#content .align-right img {
	margin-left: 10px;
}

#content .align-left {
	text-align: left;
}

#content .align-left img {
	margin-right: 10px;
}

#content .align-center {
	text-align: center;
}

#content .align-center img {
	margin-left: 10px;
	margin-right: 10px;
}

#content img {
	border: 1px solid #553318;
/*	margin-top: 10px;
	margin-bottom: 5px;*/
}

.csc-textpic-text {
	margin-right: 20px;	
}

#content h1 {
	font-size: 16px;
	color: #553318;
	display: block;
	margin-bottom: 5px;
}

#content h2 {
	font-size: 14px;
	color: #553318;
	display: block;
	margin-bottom: 5px;
}

#content p {
	padding-top: 3px;
	line-height: 15px;
}

#content b {
	color: #553318;
}

#content a { 
	text-decoration: underline;
	font-weight: bold;
	color: #553318;
}

#content a:hover {
	text-decoration: underline;	
}

/* Sonderbehandlung Inhalte Startseite */
#content.startseite {
	width: 750px;
	margin-left: 30px;
	margin-top: 0;
}

#content.startseite img {
	margin: 0;	
}

#content.startseite p {
	margin-left: 10px;	
}

#content.startseite ul {
	margin-left: 25px;	
}

/* Kontaktformular */
.F3-MailformPlusPlus input, .F3-MailformPlusPlus textarea {
	border: #553318 1px solid;
	width: 400px;
	margin-bottom: 5px;
	margin-top: 2px;
}

.F3-MailformPlusPlus textarea {
	height: 150px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content .F3-MailformPlusPlus img {
	border: none;	
}


/* nachoben Buttons */
.nachoben {
	height: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* filecount bei Dateiverweisliste ausblenden */
.filecount {
/* geht nicht, wir von EXT �berschrieben :-(	display: none;	*/
	line-height: 0px;
	color: #FFF;
}

#footer {
	margin-top: 10px;
	height: 120px;
	background-color: #553318;
	color: #FFF;
	display: block;
	position: relative;
}

#footer-inner {
	padding: 20px 10px;
}

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

#footer a:hover {
	text-decoration: underline;
}

#footer_left {
	float: left;
	text-align: left;
	line-height: 1.4em;
}

#impressum {
	position: absolute;
	bottom: 20px;
	right: 10px;
}

#clear {
	clear: both;
}

#video {
	margin-left: -100px;
}

/* NEWSLETTER REGISTRATION START */

#footer-nlreg {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 10px;
}

#ext_nlr_innerwrap {
	position: relative;
}

#ext_nlr_message {
	margin-bottom: 5px;
}

#ext_nlr_form {
	position: absolute;
	top: 22px;
	right: 0px;
}

#ext_nlr_emailinput,
#ext_nlr_submit {
    float: left;
}

#ext_nlr_emailinput input {
    background-image: url(img/newsletter/inputBg.gif);
    background-repeat: no-repeat;
    background-color: inherit;
    border: none;
    width: 188px;
    height: 25px;
    padding: 0px 0px 0px 3px;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

/* NEWSLETTER REGISTRATION END */

