/* ********* Basics ********* */
body {
 	margin:0;padding:0;		/* K */
	text-align:center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;line-height:16px;color:rgb(76,76,76);
	background: #FFFFFF url(../img/bg.png) repeat-x ;
} 

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

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

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

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

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

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

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

textarea.std {
	height:70px;
}

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

label {
	display:block;		/* K */
	float:left;		/* K */
	width:160px;
	margin:2px 5px 0 0;
	color:#a83b0b;
}

.butSubmit {

}

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

.formInfo {
	margin:0 0 5px 145px;
}

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

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

	ul.unterseiten {
		margin:10px 0 10px 0;padding:5px 7px 5px 23px;
		font-size:11px;
	}
	
	ul.unterseiten a {
		color:rgb(76,76,76);
	}

ol {
	margin:0 0 10px 20px;
}

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

dl 	{}
dt 	{}
dd 	{}

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

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

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

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

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

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

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

cite {
	display:block;	/* K */
	margin:0;padding:3px 5px 5px 5px;
	font-size:9px;line-height:13px;color:rgb(50,50,50);
	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,Verdana,sans-serif;	
}

h1 {
	font-size:15px;line-height:23px;color:#a83b0b;

}
	/* Topartikel */
	h1.top {
		color:#a83b0b;
	}
	
	/* Abschnitt */
	h1.abs {
		font-size:15px;color:#a83b0b;
	}
	
	/* Rubrik */
	h1.rub {
		font-size:15px;color:#a83b0b;
	}

h2 {
	margin-bottom:10px;
	font-size:10px;font-weight:normal;color:#c74a0e;
	border-bottom:1px dotted #c74a0e;
}

	/* Topartikel */
	h2.top {
		color:#025774;
	}
	
	/* Abschnitt */
	h2.abs {
		color:#025774;
	}
	
	/* Rubrik */
	h2.rub {
		color:#025774;
	}

h3 {
	font-size:15px;line-height:20px;color:#a83b0b;
	border-bottom:1px dotted #a83b0b;
	margin-top:15px;
}

	h3 a.no {	
		color:#a83b0b;
	}
	
	#colLeft h3, #colRight h3 {		
		font-size:12px;
		color:#000000;
		border-bottom:none;
		margin-top:0px;
		font-size:12px;
	}
	
	h3.anh {		
		color:#025774;
		border-bottom:none;
	}

h4 {
	margin-bottom:5px;
	font-size:10px;color:#c74a0e;font-weight:normal;
}
	
	li h4 {
		color:#a83b0b;
	}
	
	#colLeft h4, #colRight h4 {
		color:#a83b0b;
	}
	
	h4.anh {		
		color:#a83b0b;
	}

h5 {
	margin-bottom:3px;
	font-size:12px;color:#c74a0e;
}

	li h5 {
		color:#c74a0e;
	}

h6 {
	margin-bottom:5px;
	font-size:13px;font-weight:normal;color:#c74a0e; font-weight:bold;
}

/* ---- Links ---- */
a {
	text-decoration:none;
	color:#c74a0e;
	background-image: url(../img/link4.gif);
	background-repeat:no-repeat;
}
	
	a:hover {
	}
	
	a.no {
	}
	
	a.no:hover {
		color:rgb(0,0,0);
	}
	
	.top a {
		color:rgb(255,0,0);
	}
	
	a.suche {
		font-size:12px;color:rgb(100,120,140);
	}
	
	#colLeft a, #colRight a {
		
	}
	
	.linkStd {
		/* clear:both;*/
		display:block;	/* K */
		margin:5px 0 10px 0;padding:0 0 0 15px;
		font-size:11px;
	}

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

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

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

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

.inhTab {
	margin:15px 0 20px 0;
}

.inhTab td {
	padding:0 7px 7px 0;
}

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

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

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

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

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

.imgDescNoB {
	margin-bottom:5px;
}

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

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

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

.imgNoBC {
	margin:0 0 5px 0;
}

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

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

.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;
}

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

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

.aC {
	text-align:center;	/* K */
}

.aR {
	text-align:right;	/* 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;
	font-size:17px;line-height:23px;color:rgb(100,120,140);
}

.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);
}

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

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

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

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

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