/*
Design by chadim.net for www.hermann.chadim.net
http://www.chadim.net, info@chadim.net
*/

* {
	margin: 0;
	padding: 0;
}

.clear { clear: both; }

body {
	margin-top: 220px;
	background: #ffffff url(../template/bg_body.jpg) no-repeat center top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3, h4 {
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #333;
	margin-bottom: 7px;
}

h1 {	font-size: 18px;	}

h2 {	font-size: 16px;	}

h3 {	font-size: 14px;	}

h4 {	font-size: 12px;	}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
	color: #333;
}

blockquote {
	font-size: 8px;
	font-style: italic;
}

p embed { margin-bottom: -20px; }

a {
	color: #700000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	display: block;
	border: 1px solid #666;
}

div.csc-textpic img, div.csc-textpic-imagewrap img { border: 1px solid #666; }

hr { margin: 10px 0px; }

/* Header */

#header {
	height: 61px;
	background: url(../template/bg_header_01.jpg) repeat-x;
}

/* Header > Logo */

#logo {
	width: 700px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #ffffff;
	border: none;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

/* Header > Menu */

#flashmenu {
	position: static;
	width: 700px;
	height: 35px;
	margin: 1px auto 0px;
}

#flashmenu img { border: none; }

#flashmenu #text2 { padding-left: 4px; }

ul#nav, ul#nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding-top: 2px;
}
 
ul#nav a,
ul#nav ul ul a {
	display: block;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 0px 0px 0px 10px;
	background: url(../template/bg_menu_no.jpg) repeat-x;
	border: 1px solid #222222;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

ul#nav a:hover {
	background-image: url(../template/bg_menu_ho.jpg);
	text-decoration: none;
}


/* Die Breite der Menü-Buttons */
ul#nav li {
	float: left;
	padding: 0;
	width: 116px;
}

ul#nav li a.active {
	display: block;
	background: url(../template/bg_menu_ac.jpg);
}
 
ul#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	font-weight: normal;
	margin: 0;
	padding: 0;	
}
 
ul#nav li li {
	width: 12em;
}
 
ul#nav li ul a,
ul#nav li ul a.menuparent {
	width: 170px;
	padding-left: 1em;
}
 
ul#nav li ul ul {
	margin: -2.6em 0 0 12.9em;
}
 
ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul {
	left: -999em;
}
 
ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li.sfhover ul, ul#nav li li.sfhover ul, ul#nav li li li.sfhover ul {
	left: auto;
}
 
ul#nav li:hover,
ul#nav li.sfhover {
	float: left;
	display: block;
	color: white;
	background: transparent;
}


/* Wrapper */

#wrapper {
	width: 700px;
	margin: 0px auto;
	padding-bottom: 15px;
	background: url(../template/bg_wrapper.jpg) repeat-y;
}

/* Content */

#content {
	width: 700px;
	height: 100%;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

/* Content > Main */

#main {
	float: right;
	width: 460px;
}

#main li { margin-left: 20px; }

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0px 10px 10px;
}

#sidebar h1 {
	font-size: 14px;
	font-weight: normal;
	border: none;
}

#sidebar p, #sidebar li {
	font-size: 10px;
}

#sidebar ul { margin-left: 10px; }

#sidebar li { margin-left: 10px; }


/* Content > Sidebar > Login */

.tx-felogin-pi1 {
	font-size: 10px;
	line-height: 1.8em;
}

.tx-felogin-pi1 h3 {
	font-size: 12px;
	border: none;
}

.tx-felogin-pi1 fieldset {
	border: none;
}

.tx-felogin-pi1 legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	margin-top: -16px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px 50px;
	background: #e0e0e0;
	background: url(../template/bg_footer.jpg) repeat-x;
}

#footer p {
	width: 700px;
	margin: 0px auto;
	font-size: x-small;
	text-align: center;
	color: white;
}

#footer p a { color: white; }

/* News */

.news-latest-container { padding: 0px; }

.news-latest-item {
	border: 1px solid #666;
	margin-bottom: 10px;
	background: #e0e0e0;
}

.news-latest-date {
	clear: both;
	float: right;
	margin-bottom: 5px;
	text-align: right;
	width: 450px;
	font-size: 10px;
}

.news-latest-item h2 { 
	margin: 10px 0px 4px 0px;
	font-size: 14px;
}

.news-latest-item img {
	margin-top: 3px;
	border: 1px solid #666;
}

.news-list-item {
	border: 1px solid #666;
	margin-bottom: 10px;
	padding: 5px;
	background: #e0e0e0;
}

.news-list-date {
	clear: both;
	float: right;
	margin-bottom: 5px;
	text-align: right;
	width: 450px;
	font-size: 10px;
}

.news-list-container h2 {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.news-list-container img {
	float: right;
	margin: 4px 0px 5px 5px;
	border: 1px solid #666;
}

.news-list-container a {
	text-decoration: none;
}

div.news-single-vorwaerts {
	clear: both;
	float: right;
	text-align: right;
	width: 450px;
	font-size: 10px;
}

div.news-single-zurueck {
	clear: both;
	float: left;
	margin-bottom: 15px;
	text-align: left;
	width: 450px;
	font-size: 10px;
}

.news-single-datum_autor {
	clear: both;
	float: right;
	margin-bottom: 5px;
	text-align: right;
	width: 450px;
	font-size: 10px;
}

.news-single-item {
	border: 1px solid #666;
	padding: 5px;
	background: #e0e0e0;
}
	

.news-single-item h1 { font-size: 14px; }

.news-single-item p img {
	float: right;
	margin: 7px 0px 0px 10px;
}

.news-single-img { vertical-align: bottom; display: block; }
.news-single-img a { border: 1px solid #666; vertical-align: bottom; display: block; }

p.news-single-imgcaption { 
	margin: 0px;
}

.news-single-backlink {
	padding: 0px;
	font-size: 10px;
}

div.news-amenu-container { margin-left: 0px; width: 190px; }
div.news-amenu-container ul { margin-left: 15px; }

/* Fotoalbum */

/* Tabellenzellen trennen und Abstand einfügen */
.tx-gooffotoboek-pi1 table {
	border-collapse: separate;
	border-spacing: 10px;
}
/* ### Navigationsbuttons in einer Linie ausrichten ### */
.tx-gooffotoboek-pi1 img {
	display: inline;
	border: none;
}

/* Thumbs anordnen */
.thumbnailimagewrap {
	width: 110px;
	text-align: center;
	vertical-align: bottom;
}

/* Thumbs anordnen und einrahmen */
.thumbnailimagewrap img {
	display: block;
	margin: 0px auto;
}

.thumbnailimagewrap a img {
	border: 1px solid #666;
}

/* Single-Image anordnen */
.singleimagewrap {
	width: 460px;
	height: 460px;
	text-align: center;
}

/* Single-Image einrahmen */
.singleimagewrap img {
	display: block;
	border: 1px solid #666;
}

/* Kontakt */

fieldset.csc-mailform {
	border: none;
}

div.csc-mailform-field {
	margin: 5px 0px 15px 0px;
}

div.csc-mailform-field input, 
div.csc-mailform-field textarea {
	width: 460px;
	margin: 0px 0px 0px 0px;
}

#mailformAntwort_erbeten {
	width: 20px;
	vertical-align: bottom;
}

/* Kontakt PowerMail */

#kontaktformular fieldset { border: none; }
#kontaktformular legend { display: none; }

#powermaildiv_uid1,
#powermaildiv_uid2 {
	height: 25px;
}

#powermaildiv_uid3 { height: 75px; }
#powermaildiv_uid4 { height: 100px; }

#kontaktformular label {
	width: 100px;
	vertical-align: top;
}

#kontaktformular input, #kontaktformular textarea {
	float: right;
	width: 350px;
}

#powermaildiv_uid6 { float: left; width: 100px; height: 25px; margin: 10px 0px 15px 107px; }

#powermaildiv_uid6 input { width: 100px; }

#powermaildiv_uid7 { float: left; width: 100px; height: 25px; margin: 10px 0px 15px 5px; }

#powermaildiv_uid7 input { width: 100px; }

#advice-required-uid1,
#advice-required-uid2,
#advice-required-uid4 { font-size: 8px; color: red; }