/*


Farben:

#C94800 - dunkelorangerot
#B2A064 - hellbraun




*/






* {
	margin:0px;
	padding:0px;
	
}

body{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#393E40;
	/*color:#525858;*/
	background-color:#FFF;

}

a{
	text-decoration:none;	
	outline:none;
}

a.blue {
	/*color:#278EBF;*/
	color:#296AA7;
}

a.button {
	line-height:22px;
	margin-left:5px;
}

a.red {
	color:#F30;	
}

a.inaktiv {
	color:#CCC;	
}

.counter {
	background-color:#D64800;
	color:#fff;
	font-weight:bold;
	padding:1px;
}

button {
	font-size:11px;
	min-width:50px;
	cursor:pointer;
}

button img{
	vertical-align:text-top;
	height:11px;
}

div.button {
	height:23px;
	display:inline;
	background:url(../img/button_bg_right.png) right no-repeat;
	width:auto;
	float:left;
	
	margin-right:4px;
}

div.button button {
	height:23px;
	background:url(../img/button_bg_left.png) left  no-repeat;
	color:#555555; 
	font-weight:bold;
	border:none;
	overflow:visible;
	display:block;
	margin:0px;
	padding:0px 4px 2px 4px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif; cursor:pointer;
	text-align:center;
	min-width:50px;
}


img{
	border:0px;	
}

img.icon, img.navicon{
	vertical-align:text-top;
}

img.navicon {
	margin-right:6px;	
}


#cmsTop {
	width:100%;
	height:2px;
	background-color:#D04103;
}

#cmsPage, .cmsCenter{
	width:100%;
	margin:0 auto;
	width:960px;
	position:relative;	
}

#cmsPage {
	min-height:300px;	
}



#cmsStatus {
	height:15px;	
	text-align:right;
	padding:5px;
	font-size:11px;
	color:#999;
	visibility:hidden;
}

#cmsTopBar {
	background-color: #0F6C98;
	width:100%;
	height:46px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#cmsIcon {
	left:7px;
	position:relative;
	float:left;
}

#cmsSearch {
	float:right;
	height:46px;
	width:220px;
	background-color:#393E40;
	/*-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px; 
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	*/
		-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position:relative;
}
#inputSearch {
	top:10px;
	height:20px;
	border:#666 1px solid;
	background-color:#000;
	color:#FFF;
	font-size:14px;
	padding-top:3px;
	padding-bottom:1px;
	padding-left:30px;
	width:110px;
	left:10px;
	background-image:url(../img/lupe.png);
	background-repeat:no-repeat;
	position:relative;
}

#buttonSearch {
	border:0px none;
	font-size:11px;
	width:50px;
	top:8px;
	left:10px;
	background-color:transparent;
	color:#FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}

#cmsTopNav {
	height:50px;	
	padding-top:10px;
}


#cmsTopNav ul.hNav a{
	width:100%;
	display:block;
	padding:5px;
	color:#5A5A5A;
}


.hNav {
	list-style:none;
}

.hNav > li.leftNav {
	float:left;	
	margin-right:10px;
}

.hNav > li.rightNav {
	float:right;	
	margin-left:10px;
}

#cmsTopNav li.hover, #cmsTopNav li.aktiv, #cmsTopNav li:hover  {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#cmsTopNav li.hover, #cmsTopNav li:hover  {
	background-color:#CEE0E8;
}

#cmsTopNav li.aktiv {
	background-color:#0F6C98;
}

#cmsTopNav li.aktiv a {
	color:#FFF;	
}

#cmsTopNav li.hover a, #cmsTopNav a:hover, .aktiv a {
	color:#0D3E55;	
}





.cmsColumnFull {
	width:960px;	
}

.cmsColumnSmall {
	width:300px;	
}

.cmsColumnSideSmall {
	width:465px;	
}

.cmsColumnTillSmall {
	width:380px;	
}

.cmsColumnBig {
	width:630px;	
}

.cmsColumnSideBig {
	width:795px;	
}

.cmsColumnTillBig {
	width:710px;	
}

.cmsColumnSide {
	width:135px;	
}

.cmsColumnTill {
	width:220px;	
}

.cmsColumnSpace {
	margin-right:30px;
}

.cmsColumnGroup > div {
	float:left;
}


#cmsFoot {
	margin-top:30px;
	background-color:#EFEFEF;
	color:#333;
	padding:10px;
	font-size:11px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#cmsFoot a{
	color:#333;
	border-bottom:1px dotted #333;
}

ul.vNav {
	list-style:none;
}

ul.vNav > li {
	display:block;	
	border-bottom:1px solid #CCCCCC;
}

ul.vNav > li > a{
	display:block;
	width:200px;
	padding:10px;
	color:#278EBF;
}

ul.vNav > li:hover > a{
	background-color:#CEE0E8;
	color:#0F6C98;
}



.boxLeft{
	float:left;
}

.boxRight{
	float:right;
}




.succes, .succes-icon {
	background-color:#52AF40;
	color:#FFF;
}
.succes-icon {
	background-image:url(../icons/tick-circle-frame.png);
	background-repeat:no-repeat;
}

.error, .error-icon{
	background-color:#CE2527;
	color:#FFF;
}
.error-icon {
	background-image:url(../icons/exclamation-red-frame.png);
	background-repeat:no-repeat;	
}

.note, .note-icon{
	background-color:#FF9;
	color:#333;
}
.note-icon {
	background-image:url(../icons/exclamation--frame.png);
	background-repeat:no-repeat;	
}















h1,h2,h3,h4,h5,h6 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	color:#2D3133;
}

h1 {
	font-size:30px;	
	margin-top:12px;
	margin-bottom:12px;
}

h2 {
	font-size:22px;	
	margin-top:2px;
	margin-bottom:10px;

}

h3 {
	font-size:22px;	
	margin-top:2px;
	margin-bottom:0px;
	border-bottom:2px solid #2D3133;
}


.clear{
	clear:both;	
}

.cmsMessage {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:5px;
	margin-top:10px;
	background-position:4px 4px;
	padding-left:25px;
}





























.cmsONav ul.hNav a{
	width:100%;
	display:block;
	padding:5px;
	color:#5A5A5A;

}


.cmsONav li  {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.cmsONav li.hover, .cmsONav li:hover  {
	background-color:#E5E5E5;
}


.cmsONav li.aktiv {
	background-color:#C94800;
}

.cmsONav li.aktiv a {
	color:#FFF;	
}

.cmsONav li.hover a, .cmsONav a:hover, .aktiv a {
	color:#0D3E55;	
}








#cmsHead {
	height:120px;	
	border-bottom:solid 1px #CCC;

}



#szHeader{
	background-color:#F0F2F2;		
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
}

#szLogo {
	padding:4px;	
	background-color:#648BAA;
	width:180px;
		-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#szSlogan {
	padding:4px 0 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	letter-spacing:1px;
	color:#666;
}

.szViewer {
	background-color:#F0F2F2;
	position:relative;
	width:600px;
	height:300px;
	border-color:#E5E5E5;
	border-width:10px;
	border-style:solid;
}

.szViewer > .viewerImg {
	width:600px;
	height:300px;
}

.szViewer > .viewerInfo {
	position:absolute;
	bottom:0px;
	height:60px;
	display:block;
	width:100%;
	color:#fff;
	padding:10px;
	width:580px;
	background-image:url(viewer_bg.png);
	color:#fff;
}

.viewerInfo > .title{
	font-size:26px;
	font-family:Georgia,"Times New Roman",Times,serif;

}

p {
	margin-bottom:10px;	
	text-align:justify;

}

.szContent {
}

.szContent li {
	border-bottom:1px dashed #999;	
	list-style:none;	
}

.szContent li > a{
	display:block;
	padding:10px 0 2px 1px;

}

.szContent ul {
	padding-left:20px;
}












.inhalt_header{
	background-color:#E5E5E5;
	color:#666;
}
.inhalt_eintrag{
	border-bottom:dotted 1px #999;
	height:17px;
	width:500px;
	margin-bottom:1px;
	color:#296AA7;
	display:block;
}
.inhalt_eintrag > .titel{
	float:left;
	width:450px;
	color:#333;
}
.inhalt_eintrag > .seite{
	float:left;
	text-align:right;
	width:40px;
}

