/* 
rot background: 741315
rot rahmen: 9e0d1c
hellgrau schrift: fffdee

*/

/* Anfang Seitenaufbau allgemein */

* 
	{ 
	margin: 0; 
	padding: 0; 
	}
	
html
	{
	scrollbar-base-color:#9e0d1c;
  	scrollbar-3dlight-color:#fffdee;
  	scrollbar-arrow-color:#741315;
  	scrollbar-darkshadow-color:#741315;
  	scrollbar-face-color:#fffdee;
  	scrollbar-highlight-color:#fffdee;
  	scrollbar-shadow-color:#741315;
  	scrollbar-track-color:#9e0d1c;	
	}

body
{
	background: #741315;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color:#fffdee;
	text-align: center; /* zentrieren */
    min-width: 960px; /* zentrieren */
}

#container 
{ 
	padding: 0;
	width: 938px; /* zentrieren */
    margin: 0 auto; /* zentrieren */
    text-align: left; /* zentrieren */
}	

#rahmen 
{ 
	border-left: 11px solid #9e0d1c;
	border-right: 11px solid #9e0d1c;	
	border-bottom: 11px solid #9e0d1c;
	float:left;	
}
/* Ende Seitenaufbau allgemein */


/* Anfang Kopfbereich */
#oben
{ 
	background: url(image_layout/oben.gif) no-repeat top right;	
	width: 938px;
	height: 123px;
	float:left;
}

#oben h1 span 
{
	display:none
}
	
	#logo
	{ 
		position:absolute;
		left:250px;
		top:30px;	
	}
/* Ende Kopfbereich */

/* Anfang Navigationsbereich */
	#navi
	{ 
		background: url(image_layout/navi_oben.gif) no-repeat top right;	
		width: 938px;
		height: 45px;
		float:left;
	}
	
	dl, dt, dd, ul, li 
	{
		list-style-type: none;
	}
	
	#navlist
	{
		padding-top:15px;
	}
	
	/* Gruppe incl. Titel*/
	#navlist dl 
	{
		float: left;
	}
	
	/* Titel*/
	#navlist dt
	{
		text-decoration: none;
		padding:2px 6px;
		
	}	
	
	/* Titel Links*/
	#navlist dt a
	{
		text-decoration: none;
		padding:2px 6px;
		color:#ffffff;
	}
	
	#navlist dt a:hover
	{
		background: #9e0d1c;
		padding:2px 6px;
	}
	
	/* Titel bei aktiver URL*/
	#navlist .aktiv
	{
		background: #9e0d1c;
		padding:2px 6px;
	}
	
	/* Gruppe unterhalt des Titels*/
	#navlist dd 
	{
		position: absolute;
		margin: 2px 0px;
		z-index:1;
		display:none;
	}
	
	/* Gruppeninhalte Links*/
	#navlist li
	{
		padding:1px 0;	
	}
	
	#navlist dd li a
	{
		padding: 2px 8px;
		color: #ffffff;
		font:12px;
		background: #741315;
		display: block;	
		text-decoration: none;
		white-space:nowrap;
		list-style-type: none;
	}
	
	#navlist dd li a:hover
	{
		background: #9e0d1c;
	}

/* Anfang Inhaltsbereich */
	#mitte 
	{	
		float:left;
		width:938px;
	}

	#inhalt 
	{
		background: #f1e1d3;
		min-height: 412px;
		height: auto !important;
		height: 412px;
		color: #000000;
		padding: 20px;
		font-size: 12px;
	}	
		
/* Ende Inhaltsbereich */	
	
/* Anfang Fußbereich */	
	#unten
	{ 
		background: #9e0d1c;
		float:left;	
		width: 938px;
		height:30px;
		text-align:right;
	}

		#navi_unten
		{ 
			padding:15px 0 0 0;		
		}

		#navi_unten a
		{ 
			text-decoration:none;
			color:#fffdee;
		}
/* Ende Fußbereich */

/* Anfang allgemeine Textformatierungen  */	
p 
{ 
	font-size:12px; 
	margin: 15px;
	text-align:left;
}

h1  {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 15px;
	text-align:left;
	text-decoration:none;
	color:#741315;	
	}
	
h2  
{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;	
	margin: 15px;
}

h3 
{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color : #741315;	
}

h4 
{
	font:bold Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color : #741315;	
}

hr
{
	height:0;
	color: #741315;
	border-bottom: 1px solid #741315;
	border-top: 0;
	border-left:0;
	margin-bottom:5px;
	margin-top:5px;		
}
#serie
{
	padding: 0 0 0 12px;
}

.imgleft 
{
	border:0;
	padding: 10px 15px 10px 15px;	
}

.imgright 
{
	border:0;
	padding: 10px 15px 10px 15px;	
}

.imgserie 
{
	border:0;
	padding: 0 0 2px 4px;	
}


.thumb 
{
	cursor: pointer;	
}

/* Ende allgemeine Textformatierungen  */	
#inhalt a 
{
	text-decoration : underline;
	color : #741315;	
}

#inhalt ul
	{
	position:relative;
	left: 35px;
	padding-top:0;
	}
	
#inhalt ul li
	{
	color: black;
	list-style-type:square;
	padding: 0 30px 0 10px;
	margin: 0 0 0 5px;
	}
	
#inhalt table
{
	margin: 0 0 ;
}

#inhalt th
{
	padding:0;
	vertical-align:top;	
}

#inhalt td
{
	padding:0;
	font-size:11px;
	text-align:center;
	vertical-align:top;
}
#inhalt h1 a
{
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0;
	text-align:left;
	text-decoration:none;		
}

/*Styles für die Startseite*/
#start
{
background: url(image_layout/inhalt_start2.jpg) top left no-repeat;
color:#000000;
min-height:412px;
height:auto !important;
height:412px;
padding-left:530px;
}	

#start p
{
	font-size:11px;
	margin:10px 15px;
}


#start a 
{
	text-decoration : underline;
	color : #741315;	
}

#start h1 
{	
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px;
	text-align:left;
	color : #741315;	
	}
	
#start table
{
	margin: 0 10px ;
	width: 370px;
}

#start th
{
	padding:1px;
	vertical-align:top;
	font-size:11px;	
}

#start td
{
	padding:1px;
	font-size:11px;
}		

/*Styles für Raumansichten*/
#galerie
{
background: url(image_layout/inhalt-raumansichten.jpg) top left repeat-y;
padding-left:120px;
}	

#galerie a {
	text-decoration : underline;
	color : #ffffff;	
}
	
#galerie table
{
	margin: 0 100px ;
}

#galerie th
{
	padding:5px;
	height:280px;
	vertical-align:middle;	
}

#galerie td
{
	padding:5px;
	font-size:11px;
	text-align:center;
	vertical-align:bottom;
	width:90px;
}

/*Styles für News*/
#news
{
	background: url(image_layout/inhalt-raumansichten.jpg) top left repeat-y #f1e1d3;
	color: #000000;
	padding-left:120px;
	min-height: 412px;
	height: auto !important;
	height: 412px;
}	

#news a {
	text-decoration : none;
	color : #741315;
	font-size:12px;
	font-weight:bold;			
}
	
#news table
{
	width:780px;	
}

#news th
{
	font-weight:bold;
	padding: 2px 20px;	
}

#news td
{
	padding: 2px 20px;
	font-size:11px;
}

#news h1
{
	color : #741315;
}

/*Styles für Freunde*/

#freunde
{
	background: url(image_layout/inhalt-raumansichten.jpg) top left repeat-y #741315;
	color: #ffffff;
	padding-left:120px;
	min-height: 412px;
	height: auto !important;
	height: 412px;
}	

#freunde a {
	text-decoration : none;
	color : #ffffff;
	font-size:12px;
	font-weight:bold;			
}
	
#freunde table
{
	width:780px;	
}

#freunde th
{
	font-weight:bold;
	padding: 2px 20px;	
}

#freunde td
{
	padding: 2px 20px;
	font-size:11px;
}

#freunde hr
{
	height:0;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 0;
	border-left:0;
	margin-bottom:5px;
	margin-top:5px;		
}

/* Anfang Styles Kontaktformular */
#kontakt 
{
	background: #f1e1d3;
	color: #000000;
	padding: 20px;
	font-size: 12px;
	min-height: 412px;
	height: auto !important;
	height: 412px;
}

#kontakt a
{
	color : #741315;
}

#kontakt table /* Außentabelle */
{
	border-top: 1px solid #9e0d1c;
	border-bottom: 1px solid #9e0d1c;
}	

#kontakt .tk1 /* Tabellenfeld links */
{
	color : #000000;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 12px;
	padding:3px;
}

#kontakt .tk1p /* Tabellenfeld links Pflichtfeld*/
{
	color : #000000;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding:3px;
}

#kontakt .tk2 /* Tabellenfeld rechts */
{
	padding:3px;
}

.tk2 checkbox  /* Formularfelder rechts */
{
	text-align:left;
	background: #741315;	
}	

.tk2 input  /* Formularfelder rechts */
{
	background: #fffdee;
	color : #741315;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	text-decoration: none;
	font-size: 12px;
	width: 180pt;
	border: 1px solid #9e0d1c;
}	

.tk2 textarea  /* Textareas rechts */
{
	font-family : Verdana,Arial,Helvetica,Sans-serif;
	width: 180pt;
	border: 1px solid #9e0d1c;	
	font-size : 12px;
	text-decoration : none;
	color : #741315;
	background: #fffdee;
  	scrollbar-base-color:#9e0d1c;
  	scrollbar-3dlight-color:#fffdee;
  	scrollbar-arrow-color:#9e0d1c;
  	scrollbar-darkshadow-color:#fffdee;
  	scrollbar-face-color:#fffdee;
  	scrollbar-highlight-color:#9e0d1c;
  	scrollbar-shadow-color:#9e0d1c;
  	scrollbar-track-color:#fffdee;
}

input.sendenbutton /* Formularfelder Button */
{
	width:72px;
	height:27px;
	border:0;
}
/* Ende Styles Kontaktformular */


