/* ********* Basics ********* */
body {
 	margin:0;padding:0;		/* K */
	font-family:Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;color:rgb(76,76,76);line-height:17px;
	background:url(../img/bg/page.gif) repeat-x rgb(255,255,255);	/* C */
} 

	.clean {
		background:none;		/* K */
		text-align:left;
	}

td {
	font-family:Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;color:rgb(76,76,76);line-height:17px;
	vertical-align:top;		/* K */
} 

th {
	font-family:Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;color:rgb(76,76,76);line-height:17px;
}

table {
	border-style:none;		/* K */
}

/* ---- Formular ---- */
form {
	padding:0;margin:0;		/* K */
}

input, select, textarea {
	font-family:Verdana,Arial,Helvetica,sans-serif;	/* C */
	font-size:10px;color:rgb(0,0,0);	/* C */
} 

input.std, select.std, textarea.std {
	width:300px;	/* C */
	margin-bottom:5px;padding:3px;	/* C */
	border:1px solid rgb(200,200,200);	/* C */
}

textarea.std {
	height:70px;	/* C */
}

form br {
	clear:left;		/* K */
}

label {
	display:block;		/* K */
	float:left;		/* K */
	width:130px;	/* C */
	margin:2px 5px 0 0;	/* C */
}

.formError {
	font-size:10px;	/* C */
	margin:0 0 5px 145px;	/* C */
	color:rgb(153,0,0);	/* C */
}

.formInfo {
	margin:0 0 5px 145px;	/* C */
	font-size:11px;color:rgb(215,90,65);
}

.pflichtInfo {
	display:block;		/* K */
	text-align:right;	/* C */
}

/* ---- Liste ---- */
ul {
	padding:0;margin:0;		/* K */
	list-style-type:none;		/* K */
}

	ul.unterseiten {
		margin:10px 0 10px 0;padding:0 7px 5px 0;	/* C */
		font-size:12px;	/* C */
	}
	
	ul.sitemap {
		padding:0 0 0 10px;	/* C */
	}

ol {
	margin:0 0 10px 20px;	/* C */
}

li {
	padding:0;margin:0;		/* K */
}

dl 	{}
dt 	{}
dd 	{}

/* ---- Bilder ---- */
img {
	border-style:none;		/* K */
}

address {
	font-family:Verdana,Arial,Helvetica,sans-serif;	/* C */
	font-size:9px;font-style:normal;color:rgb(120,120,120);	/* C */
	margin:5px 0 5px 0;	/* C */
}

small {
	font-size:9px;color:rgb(76,76,76);	/* C */
}

p {
	margin:0 0 10px 0;padding:0;	/* C */
	text-align:left;	/* C */
	color:rgb(76,76,76);	/* C */
}

	p.antwort {
		margin:0 0 10px 10px;	/* C */
		font-size:11px;
	}

li p {
	margin:0 0 2px 0;	/* C */
	text-align:left;
	color:rgb(76,76,76);	/* C */
}

blockquote {
	margin-left:10px;
	font-style:italic;
}

cite {
	display:block;	/* K */
	margin:0;padding:3px 5px 5px 5px;	/* C */
	font-size:9px;line-height:13px;color:rgb(50,50,50);	/* C */
	background-color:rgb(230,235,240);
}

em		{}
strong	{}
code	{}
samp	{}
kbd		{}
var		{}
dfn		{}
abbr	{}
acronym	{}

b		{}
i		{}
tt		{}
u		{}
strike	{}
s		{}
big		{}
sub		{}	
sup		{}

/* ---- Überschriften ---- */
h1, h2, h3, h4, h5, h6 {
	padding:0;margin:0;	/* K */
	font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif;
}

h1 {
	margin:0px 0px 1px 0px;
	font-size:15px;color:rgb(215,90,65);font-weight:bold;line-height:17px;	
}
	h1.top {
		
	}
	
	h1.abs {
		font-size:15px;color:rgb(150,150,150);
	}
		
	#konsole h1 {
		margin:0px 0px 1px 17px;
		font-size:16px;color:rgb(255,255,255);
	}

h2 {
	margin-bottom:8px;
	font-size:11px;font-weight:normal;color:rgb(129,129,129);
}

	h2.top {
		
	}
	
	h2.abs {
		
	}	
		
	#konsole h2 {
		margin:0 0 5px 17px;
		font-weight:normal;color:rgb(229,229,229);		
	}

h3 {
	font-size:13px;font-weight:bold;color:rgb(215,90,65);
	margin:0px 0px 5px 0px;	
}

	h3 a.no {	
		color:rgb(80,80,80);
	}
	
	#colLeft h3 {		
		font-size:13px;
	}

h4 {
	font-size:13px;color:rgb(150,150,150);
}
	
	li h4 {
		
	}
	
	#colLeft h4 {
		
	}

h5 {
	font-size:12px;color:rgb(76,76,76);
}

	li h5 {
		
	}

h6 {
	margin:1px 0 5px 0;
	font-size:11px;font-weight:normal;color:rgb(76,76,76);	
}

/* ---- Links ---- */
a {
	color:rgb(215,90,65);
	text-decoration:none;
}
	
	a:hover {
		color:rgb(0,0,0);
	}
		
	#barLocation a {
		color:rgb(245,205,195);
	}
	
	a.no:hover {
		color:rgb(0,0,0);	/* C */
	}
	
	.top a {
		color:rgb(255,0,0);	/* C */
	}
	
	a.suche {
		font-size:12px;color:rgb(100,120,140);	/* C */
	}
	
	.linkStd {
		/* clear:both;*/
		display:block;	/* K */
		margin:5px 0 10px 0;	/* C */
		font-size:11px;	/* C */
	}

.clr {
	clear:both;	/* K */
}

.error {
	color:rgb(153,0,0);	/* C */
}

.highlight {
	border-bottom:1px solid rgb(255,153,0);
}

.naviPages {
	margin-bottom:10px;
	text-align:center;
}

.inhTab {
	margin:15px 0 20px 0;	/* C */
}

.inhTab td {
	padding:0 7px 7px 0;	/* C */
}

.inhTab td.cellLink {
	text-align:center;vertical-align:bottom;
}

.imgStdC, .imgStd {
	margin:5px 0 4px 0;padding:2px;	/* C */
	border:1px solid rgb(200,200,200);
}

.imgStdL {
	float:left;	/* K */
	margin:5px 13px 4px 0;padding:2px;	/* C */
	border:1px solid rgb(200,200,200);
}

.imgStdR {
	float:right;	/* K */
	margin:5px 0 4px 13px;padding:2px;	/* C */
	border:1px solid rgb(200,200,200);
}

.imgDescStd {
	margin-bottom:5px;padding:2px;	/* C */
	border:1px solid rgb(200,200,200);
}

.imgDescNoB {
	margin-bottom:5px;
}

.imgDescC {
	margin:5px 0 5px 0;padding-bottom:2px;	/* C */
}

.imgDescL {
	float:left;	/* K */
	margin:5px 13px 5px 0;	/* C */
}

.imgDescR {
	float:right;	/* K */
	margin:5px 0 5px 13px;padding-bottom:2px;	/* C */
}

.imgNoBC {
	margin:0 0 5px 0;	/* C */
}

.imgNoBL {
	float:left;	/* K */
	margin:0 10px 5px 0;	/* C */
}

.imgNoBR {
	float:right;	/* K */
	margin:0 0 5px 10px;	/* C */
}

.tabAuflistung {
	width:100%;
}

.tabAuflistung td {
	padding:7px 10px 7px 0;
	border-bottom:1px solid rgb(230,230,230);
	vertical-align:middle;
}

.tabAuflistung td.cellImg {
	padding:0 10px 0 10px;
	text-align:center;
}

.tabUmfrage {
	margin-bottom:10px;
}

.tabUmfrage td {
	font-size:10px;
}

.cellUmfrage {
	height:25px;	/* K */
	padding:6px 0 0 5px;	/* K */
	background:url(../img/balken.gif) repeat-x;		/* K */
	font-size:13px;color:rgb(255,255,255);font-weight:bold;	/* C */
}

.cellUmfrageEx {
	padding:6px 0 0 7px;	/* K */
	font-size:13px;color:rgb(76,76,76);font-weight:bold;	/* C */
}

.aR {
	text-align:right;	/* K */
}

.aL {
	text-align:left;	/* K */
}

.aC {
	text-align:center;	/* K */
}
/** MultiBox v1.3 **/
.MultiBoxContainer {	/* K */
	position:absolute;z-index:2;
	display:none;
	text-align:left;
	border:20px solid rgb(255,255,255);
	background-color:rgb(255,255,255);	
	/*overflow:hidden;*/
}

.MultiBoxLoading {	/* K */
	background:url(../img/galerie/loading.gif) no-repeat center;
}

.MultiBoxContent {	/* K */
	position:relative;
	overflow:hidden;
	width:100%;height:100%;	
}

.MultiBoxClose {	/* K */
	position:absolute;top:-26px;right:-26px;
	width:24px;height:24px;
	background:url(../img/galerie/close.png) no-repeat;
	cursor:pointer;
}

.MultiBoxControlsContainer {	/* K */
	position:relative;
	overflow:hidden;
	height:0px;	
}

.MultiBoxControls {	/* K */
	position:relative;
	width:100%;height:auto;	
	background-color:rgb(255,255,255);
}

.MultiBoxPrevious {	/* K */
	position:absolute;left:0px;
	width:24px;height:24px;	
	margin-top:5px;
	cursor:pointer;
	background:url(../img/galerie/goLeft.gif) no-repeat;	
}

.MultiBoxNext {	/* K */
	position:absolute;right:0px;
	width:24px;height:24px;	
	margin-top:5px;
	cursor:pointer;
	background:url(../img/galerie/goRight.gif) no-repeat;
}

.MultiBoxNextDisabled {	/* K */
	cursor:default;
	background:url(../img/galerie/goNone.gif) no-repeat;
}

.MultiBoxPreviousDisabled {	/* K */
	cursor:default;
	background:url(../img/galerie/goNone.gif) no-repeat;
}

.MultiBoxTitle {
	position:relative;	/* K */
	float:left;	/* K */
	margin:7px 0 0 35px;	/* K */
	text-align:left;	/* K */
	font-family:Arial, Helvetica, sans-serif;	/* C */
	font-size:17px;line-height:23px;color:rgb(100,120,140);	/* C */
}

.MultiBoxDescription {	/* K */
	clear:left;
	position:relative;
	margin:0 35px 0 35px;
	padding-top:5px;
	text-align:left;
}

.MultiBoxNumber {
	position:relative;	/* K */
	float:right;	/* K */
	width:50px;	/* K */
	margin:11px 35px 0 0;	/* K */
	text-align:right;	/* K */
	font-size:11px;color:rgb(150,150,150);	/* C */
}

.galBox {
	text-align:center;	/* C */
	padding:0 5px 10px 5px;
}

.galBox cite {
	font-size:10px;color:rgb(50,50,50);line-height:13px;font-weight:bold;	/* C */
}

.galBox img {
	margin:0 7px 7px 0;padding:2px;	/* C */
	border:1px solid rgb(192,204,212);
}

.galColAreaR {
	float:right;	/* K */
	margin-left:15px;	/* C */
}

.galColAreaL {
	float:left;	/* K */
	margin-right:15px;	/* C */
}