body, html {
	border: 0;
	margin: 0;
	width: 100%;
	background: lightgrey;
	font: normal 100.01% Arial, Helvetica, Verdana, sans-serif;
}

#wrap {
	width: 960px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #4148C9;
	
	/*Abgerundete Ecken Begin*/
	-webkit-border-radius: 15px;
    	-khtml-border-radius: 15px;
    	-moz-border-radius: 15px;
    	border-radius: 15px;
    	/*Abgerundete Ecken End*/
    	
    	/*Schlagschattenkonfiguration Beginn*/
    	-webkit-box-shadow: 10px 10px 15px grey;
    	-moz-box-shadow: 10px 10px 15px grey;
    	box-shadow: 10px 10px 15px grey;
	/*Schlagschattenkonfiguration End*/
	
	background: white;
}

#navtop {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: right;
	z-index: 15;
}

#navtop a {
	margin-right: 7px;
}

#header1 {
	margin-top: -5px;
	float: left;
	width: auto;
	height: auto;
	background: #E8EEFA;
	z-index: 10;
	
}

#logo {
	position: absolute;
	float: left;
	margin-top: -35px;
	margin-left: 10px;
	width: 130px;
	height: 155px;
	z-index: 10;
}

#header-img {	
	margin-top: -1px;
	width: auto;
	height: auto;
	border-top: 1px solid #C3D9FF;
}

#header-imgtext {
	width: auto;
	height: auto;
	border-top: 1px solid #C3D9FF;
	border-bottom: 1px solid #C3D9FF;
}

#header2 {
	float: left;
	text-decoration: none;
	z-index: 5;
}

#info {
	margin-top: 16px;
	margin-left: 110px;
}

#info2 {
	margin-top: -20px;
	margin-left: 635px;
}

#content {
	margin-top: 5px;
	width: auto;
	height: auto;
	
}

#navleft {
	width: 170px;
	height: auto;
	margin: 8px 0 0 8px;
	padding: 0px 0 0 0px;
	float: left;
	background: #E8EEFA;
}

#navleft li {
	font-weight: bold;
}

#breadcrumps {
	width: 527px;
	margin: 0px 0 0px 4px;
	padding: 5px 0 5px 5px;
	font-size: 11px;
	color: #000000;
	float: left;
}

#breadcrumps a:hover {
	text-decoration: underline;
}

#maincontent {
	width: 527px;
	height: auto;
	margin-left: 10px;
	background: white;
	float: left;
	
}

#druckversion {
	margin: -23px 5px 0 0px;
	padding: 5px 5px 0px 0px;
	width: 224px;
	height: auto;
	font-size: 11px;
	color: #000000;
	float: right;
}
	
#rightcontent {
	margin: 5px 5px 5px 0;
	padding: 5px;
	width: 220px;
	height: auto;
	border: 1px solid #C3D9FF;
	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	-moz-border-radius: 10px;
    	border-radius: 10px;
	background: #FCFAFC;
	float: right;
}

#footercontent {
	margin-top: 5px;
	width: 958px;
	height: 25px;
	background: #4148C9;
	color: white;
	border: 1px solid #4148C9;
	-webkit-border-bottom-left-radius: 10px;
    	-webkit-border-bottom-right-radius: 10px;
    	-khtml-border-bottom-left-radius: 10px;
    	-khtml-border-bottom-right-radius: 10px;
    	-moz-border-radius-bottomleft: 10px;
   	-moz-border-radius-bottomright: 10px;
    	border-bottom-left-radius: 10px;
    	border-bottom-right-radius: 10px;

	clear: both;
}

#footer {
	width: 540px;
	float: left;
	text-align: right;
}

#copyright {
	float: right;
	text-align: right;
	font-size: 12px;
	padding: 5px;
}

h1 {
	font-size: 14px;
}

p {
	font-size: 12px;
}

th, td {
	font-size: 12px;
}

dl {
	font-size: 11px;
}

a {
	font-weight: bold;
	color: #4148C9;
	text-decoration: none;
}

ul {
	font-size: 12px;
}

li {
	font-size: 12px;
}

.csc-uploads {
	background: #E8EEFA;
}

.td-0 {
	font-weight: bold;
}

.tr-even {
	background: #E8EEFA;
}

/*Konfiguration tt_news*/

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer {
	padding: 10px 0 0 0;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #C3D9FF;
	border-left: 0px;
}

.news-latest-container HR.clearer {
	clear: left;
}

.news-list-container {
	font-size: 12px
}

.news-list-item {
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 0px 5px;
	/*border: 1px solid #C3D9FF;
	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	-moz-border-radius: 10px;
    	border-radius: 10px;*/
	background: #FCFAFC;
}

.news-list-item h3 {
	font-size: 14px
}

.news-list-cat img {
	margin-right: 5px;
	float: left;
	border: none;
}

.news-list-item-img img {
	float: left;
	border: 1px solid #C3D9FF; 
	background: #FCFAFC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}

.news-single-item {
        font-size: 12px;
        /*margin: 0px 0px 10px 0px;
	padding: 0px 15px 5px 15px;
	border: 1px solid #C3D9FF;
	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	-moz-border-radius: 10px;
    	border-radius: 10px;*/
	background: #FCFAFC;
}

.news-single-item h2 {
	font-size: 14px
}

.news-single-category img {
	margin-right: 5px;
	float: left;
	border: none;
}

.news-single-img {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 5px;
	border: 1px solid #C3D9FF; 
	background: #FCFAFC;
}

.news-single-timedata {
	font-size: 14px;
	font-weight: bold;
}

.news-single-imgcaption {
	clear: both;
	width: 190px;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	font-weight: bold;
	background: #E8EEFA;
}


/*Konfiguration Bilder im content*/

/*.csc-textpic-border {
	border: 1px solid #C3D9FF;
}

.csc-textpic-image {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 5px;
	border: 1px solid #C3D9FF; 
	background: #FCFAFC;
}

.csc-textpic-caption {
	clear: both;
	width: 240px;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	font-weight: bold;
	background: #E8EEFA;
}*/


/*************************************************/
/***           sitemap formatieren             ***/
/*************************************************/

.csc-sitemap {
	font-size: 14px;
	font-weight: bold;
}

.csc-sitemap a:hover {
	text-decoration: underline;
}

.csc-sitemap ul {
	padding-bottom: 10px;
}

/*************************************************/
/***   Kontaktformular formatieren             ***/
/*************************************************/
.csc-mailform {
	font-size: 12px;
	border: 0px;
	color: black;
}

.csc-mailform-forum {
	
}

.csc-mailform-field {
	display: block;
	margin: 1px 0 0 10px;
	padding: 5px;
}

.csc-mailform label, .csc-mailform-forum label {
	display: block;
	width: 135px;
	float: left;
	text-align: left;
	margin: 2px 5px;
	padding:0;
}

.csc-mailform span {
	font-weight: bold;
}

.csc-mailform input, .csc-mailform textarea, .csc-mailform-forum input, .csc-mailform-forum textarea {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	color: #4c012b;
	background-color: #C3D9FF;
	border: 1px solid #4148C9;
	width: 250px;
	margin: 0 0 0 20px;
	padding: 2px 6px;
	font-size: 10px;
}

.csc-mailform input.csc-mailform-submit {
	font-weight: bold;
	margin: 10px 0px 15px 165px;
	float: left;
	width: 80px;
}

.csc-mailform form input.csc-mailform-submit:hover {
	
}

.csc-mailform select {
	margin: 0 0 0 20px;
}


/*************************************************/
/***         News Archiv formatieren           ***/
/*************************************************/

.news-search-emptyMsg {
	font-size: 12px;
}


/*************************************************/
/***         Gästebuch formatieren             ***/
/*************************************************/
.tx-guestbook-list-table { }
.tx-guestbook-list-header { background-color: #FFFFFF; color: #666666; font-weight:bold; }
.tx-guestbook-list-row { background-color: #FCFAFC; }
.tx-guestbook-list-rowleft { background-color: #E8EEFA; width: 45%; }
/* .tx-guestbook-list-rowleft p { font-style: bold; font-size: 80%; } */
.tx-guestbook-list-entrycomment-title {font-weight: bold; }
.tx-guestbook-list-entrycomment { font-style: italic; }
.tx-guestbook-list-small { font-size: 75%; color: #666666; }
.tx-veguestbook-pi1-browsebox TD { font-size: 75%; color: #666666; }
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
.tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
.tx-guestbook-latest-header { 
	margin-top: 10px;
	background-color: #dddddd; 
	color: #333333; 
	font-weight:bold; 
	}
	
.tx-guestbook-latest-table {
	margin-top: 20px;
	border: none;
	
}

.tx-guestbook-latest-row { background-color: #FFFFFF; }
.tx-guestbook-latest-small { font-size: 75%; color: #666666; }
.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1px; border-color:#C3D9FF; background-color: #FCFAFC; font-size:100%; color:#333333; width:200px; }
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1px; border-color:#C3D9FF; background-color: #FCFAFC; font-size:100%; color:#333333; width:200px; }
.tx-guestbook-form-textarea { border-style: solid; border-width: 1px; border-color:#C3D9FF; background-color: #FCFAFC; font-size:100%; color:#333333; width:325px; }
.tx-guestbook-form-obligationfield { color: #CC0000; }
.tx-guestbook-form-error { color: #CC0000; }

/* Extension "tx_srfreecap" */
.tx-srfreecap-pi2-image { 
	margin: 5px 0 5px 0; 
	border: 1px solid #999;
}
.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }