/* ********* HTML-TAGS ********* */
body { 
 	margin:0;padding:0;
	text-align:center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;line-height:16px;color:rgb(51,51,51);		
	background:url(../img/bgSite.gif) repeat-x rgb(255,255,255);
} 

	.clean {
		background:none;
	}

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

th {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	font-size:12px;color:rgb(160,170,180);font-weight:bold;
}

table {
	border-style:none;
}

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

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

input.std {
	width:280px;
	margin-bottom:5px;padding:1px 5px 1px 5px;
	border:1px solid rgb(160,170,180);background-color:rgb(244,245,246);
}

select.std {
	width:280px;
	margin-bottom:5px;padding:1px 5px 1px 5px;
	border:1px solid rgb(160,170,180);background-color:rgb(244,245,246);
}

textarea.std {
	width:280px;height:70px;
	margin-bottom:5px;padding:1px 5px 1px 5px;
	border:1px solid rgb(160,170,180);background-color:rgb(244,245,246);
}

form br {
	clear:left;
}

label {
	float:left;
	width:150px;
	display:block;
	margin:2px 4px 1px 0;
}

.butSubmit {
	font-size:11px;color:rgb(255,255,255);
	border:1px solid rgb(160,170,180);background-color:rgb(160,170,180);
	vertical-align:top;
}

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

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

/* ---- Liste ---- */
ul {
	padding:0 0 0 15px;margin:0 0 10px 0;
	list-style-type:square;
	list-style-position:inherit;
}

	ul.unterseiten {
		margin:10px 0 10px 0;padding:5px 7px 5px 23px;
		font-size:11px;
		border-top:1px solid rgb(176,176,176);
	}
	
	ul.unterseiten a {
		color:rgb(76,76,76);
	}
	
	ul.sitemap a {
		color:rgb(100,100,100);
	}

li {
	padding:0;margin:0 0 3px 0;
}

	ul.liste li {
		clear:right;
	}
	
	ul.anhang {
		clear:both;
	}
	

dl 	{}
dt 	{}
dd 	{}

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

address {
	margin:5px 0 5px 0;
	font-size:9px;color:rgb(120,120,120);font-style:normal;
}

	address.info {
		min-height:42px;
		margin:10px 0 0 0;	padding:10px 0 0 45px;
		background:url(../img/bg/bgInfo.jpg) no-repeat;
	}

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

p {
	margin:0 0 10px 0;padding:0;
	text-align:justify;
}

	p.antwort {
		margin:0 0 12px 10px;
		font-size:11px;
	}
	
	#colLeft p {
		text-align:left;
	}

li p {
	margin:0 0 2px 0;
	text-align:left;
}

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

cite {
	padding:2px 5px 2px 5px;
	font-size:11px;color:rgb(76,76,76);font-style:italic;
}

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;
	font-family:Verdana,Arial,Helvetica,sans-serif;	
}

h1 {
	font-size:14px;color:rgb(76,76,76);
}

h2 {
	margin-bottom:10px;
	font-size:10px;color:rgb(127,127,127);font-weight:normal;
}

h3 {
	font-size:14px;color:rgb(50,57,65);
}
	
	h3.titAbschnitt {
		text-align:right;
		padding:1px 20px 2px 0;margin-bottom:10px;
		font-size:10px;color:rgb(255,255,255);font-weight:normal;
		background:url(../img/bgMainTitle.gif) repeat-y right rgb(50,57,65);
	}
	
	.innerCol h3 {
		text-align:right;
		padding:1px 20px 2px 0;margin-bottom:10px;
		font-size:10px;color:rgb(255,255,255);font-weight:normal;
		background:url(../img/bgMainTitle.gif) repeat-y right rgb(100,100,100);
	}
	
	#colLeft h3, #colRight h3 {
		padding:2px 0 4px 7px;margin:0 -8px 3px -8px;
		font-size:11px;color:rgb(255,255,255);font-weight:normal;
		background:url(../img/bgColTitle.gif) repeat-y right rgb(175,175,175);	
	}

h4 {
	margin-bottom:5px;
	font-size:9px;color:rgb(0,0,0);font-weight:normal;
}
	
	#colLeft h4, #colRight h4 {
		font-size:10px;color:rgb(100,100,100);
	}

h5 {
	font-size:12px;
}
	
	#colLeft h5, #colRight h5 {
		margin-bottom:5px;
		font-size:11px;color:rgb(100,100,100);	
	}

h6 {
	margin-bottom:4px;
	font-size:10px;font-weight:normal;	
}

/* ---- Links ---- */
a {
	text-decoration:none;
	color:rgb(127,127,127);
}
	
	a:hover {
		color:rgb(255,153,0);
	}
	
	a.no {
		color:rgb(100,120,140);
	}
	
	a.no:hover {
		color:rgb(0,0,0);
	}
	
	.top a {
		color:rgb(255,255,255);
	}
	
	a.suche {
		font-size:12px;color:rgb(100,120,140);
	}
	
	#colLeftBottom a {
		color:rgb(100,100,100);
	}
	
	#rowFooter a {
		color:rgb(255,255,255);
	}
	.linkStd {
		float:right;
		padding:1px 21px 2px 7px;
		font-size:9px;color:rgb(255,255,255);font-weight:normal;line-height:11px;
		background:url(../img/bgLink.gif) repeat-y right rgb(50,57,65);	
	}
	
	.linkStd:hover {
		color:rgb(255,153,0);
	}

	ul .linkStd {
		float:none;
	}

	.linkListe {
		float:right;
		padding:1px 21px 2px 7px;margin:2px 0 10px 0;
		font-size:9px;color:rgb(255,255,255);font-weight:normal;line-height:11px;
		background:url(../img/bgLink.gif) repeat-y right rgb(50,57,65);
	}

/* ********* KLASSEN ********* */

/* ---- Ueberschriften ---- */

.clr {
	clear:both;
}

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

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

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

.imgStdC, .imgStd {
	margin:0 0 7px 0;
	border:1px solid rgb(160,170,180);border-bottom-width:5px;
}

.imgStdL {
	float:left;
	margin:0 15px 10px 0;
	border:1px solid rgb(160,170,180);border-bottom-width:5px;
}

.imgStdR {
	float:right;
	margin:0 0 10px 15px;
	border:1px solid rgb(160,170,180);border-bottom-width:5px;
}

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

.imgDescNoB {
	margin-bottom:5px;
}

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

.imgDescL {
	float:left;
	margin:0 10px 5px 0;
	background-color:rgb(160,170,180);
}

.imgDescR {
	float:right;
	margin:0 0 5px 10px;
	background-color:rgb(160,170,180);
}

.imgDescL cite, .imgDescR cite {
	display:block;
	margin:2px 5px 3px 5px;padding:0;
	font-size:10px;color:rgb(255,255,255);
}

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

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

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

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

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

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

.tabTermine td {
	padding:2px 7px 5px 0;
	border-bottom:1px solid rgb(230,230,230);
}

.tabPeople td {
	padding:10px 10px 10px 0;
	border-bottom:1px solid rgb(230,230,230);
}

.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;
	padding:6px 0 0 5px;
	background:url(../img/balken.gif) repeat-x;	
	font-size:13px;color:rgb(255,255,255);font-weight:bold;
}

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

.aR {
	clear:both;
	text-align:right;
}
