/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #474747 url('img/body.gif') repeat-y center top;
	font: normal 11px Tahoma,Verdana,sans-serif;	
}
a {
	color: #FFF;
	text-decoration: none;
}

/* headings */
h1 {font: normal 2em sans-serif; margin-top: 1em;}
h2 {font: normal 1.8em sans-serif; margin-top: 0.8em;}
h3 {font: bold 1.3em sans-serif; margin-top: 0.6em;}
h4 {font: bold 1.1em sans-serif; margin-top: 0.4em;}

h1,h2,h3,h4 {color: #444;}

#content h1{
	padding-bottom: 5px;
	font: bold 1.3em sans-serif;
	color: #1664DA;
	clear: both;
}

/* misc elements */
code, .clCode, .clCodeFixed {
	background: url('img/code.gif');
	border-left: 6px solid #1664D9;
	border: 1px solid #F0F0F0;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	/*white-space: pre;*/
}

.clCodeFixed{
	font-family: "Courier New", Courier, monospace;
}

#content .clCodeFixedHTML, .tx-semasourcecode-pi1{
	background: url('img/code.gif');
	border-left: 6px solid #1664D9;
	border: 1px solid #F0F0F0;
	color: #555;
	display: block;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre-wrap;
}

.tx-semasourcecode-pi1 pre {
	white-space: pre-wrap;
}

#content .clCodeFixedHTML p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
	white-space: normal;
}

blockquote {
	background: #FAFAFA url('img/quote.gif') no-repeat;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #555;
	display: block;
	font: normal 1.2em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}
ol {margin: 0 0 1.2em 2em;}

/* structure */
#main {
	width: 780px;
	border-top: 6px solid #FFF;
	margin: 0 auto;
}
#main_left {
	float: left;
	width: 520px;
}
#main_right {
	float: right;
	width: 253px;
}

/* misc */
.left {float: left;}
.right {float: right;}
span.comment, div.eluna_pagecomments_link {
	padding-left: 18px; background: url('img/icon_comment.gif') no-repeat left center;
}
.clearer {clear: both; font-size: 0; height: 0;}

/* logo */
#header {
	background: #1664DA url('img/header.gif') repeat-x;
	border-bottom: 6px solid #FFF;
	height: 180px;
}
#header h1 {
	font: normal 2.2em Verdana,sans-serif;
	margin: 0;
	padding: 124px 0 0 24px;
}

#header h2 {
	margin: 0;
	padding: 5px 0 0 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 100%;
}

/* main navigation */
#navigation ul,#navigation li {margin: 0; padding: 0;}
#navigation li {list-style: none;}
#navigation {background: #4D92E4 url('img/grdnt_blue.jpg') repeat-x;}
#navigation a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 1em Verdana,sans-serif;
	height: 1.8em;
	padding: 0.6em 0 0 1em;
	text-decoration: none;
}
#navigation a:hover {background: #444;}

/* sidebar label */
.label {
	background: #333 url('img/label.gif') no-repeat;
	clear: both;
	color: #EEE;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}

/* lists */
ul.block {
	background: #2A2A2A;
	border-top: 1px solid #3A3A3A;
	margin: 0;
	padding: 0;
}
.block li {
	border-bottom: 1px solid #3A3A3A;
	list-style: none;
}
.block a {
	background: url('img/block.jpg') repeat-x left top;
	color: #CCC;
	display: block;
	font: normal 1.2em Verdana,sans-serif;
	padding: 0.6em 2% 0.6em 5%;
	width: 92%;
}
.block a:hover {
	background: #222;
	color: #FFF;
}
.block a em {
	color: #999;
	display: block;
	font: normal 0.8em Verdana,sans-serif;
	margin-top: 0.3em;
}

.actCat a, .actCat a:hover{
	font-weight: bold;
}

/* content */ 
#content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 1em 1em; 
}
#content a {color: #1664DA;}
#content a:hover {
	text-decoration: underline;
	color: #06F;
}
#content p {margin: 0.4em 0 1em 0;}
#content .descr, .eluna_pagecomments_comment_date {
	color: #666;
	margin-bottom: 0.5em;
}
#content ul li {list-style: url('img/li.gif');}
#content ul {margin-left: 1.8em;}

/* footer */
#footer {
	color: #666;
	clear: both;
}
#footer .right {color: #555;}
#footer .right a {color: #555;}
#footer .right a:hover {
	color: #777;
	text-decoration: underline;
}
#footer .left a {color: #777;}
#footer .left a:hover {
	color: #333;
	text-decoration: underline;
}
#footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 507px;
}
#footer .right {
	margin-right: 1em;
	padding: 0.8em 0;
	text-align: right;
	width: 220px;
}

/* posting */
.post_info, .tx-elunapagecomments-pi1 {
	background: #FAFAFA;
	border: 1px solid #EEE;
	color: #555;
	margin-bottom: 1em;
	padding: 0.6em 0.7em;
}

/* Content Seitentitel */
.siteTitle {
	color: #1664DA;
	font: normal bold 2em sans-serif;
	margin: 18px 0 0 0;
}

/* Page Comments */

.tx-elunapagecomments-pi1{
	clear: both;
}

#content div.eluna_pagecomments_comment_author, 
#content div.eluna_pagecomments_comment_author a, 
#content div.eluna_pagecomments_comment_author a:hover {
	font-weight: bold;
	color: #444;
}

.eluna_pagecomments_count, .eluna_pagecomments_form_title {
	font-size: 125%;
	font-weight: bold;
	margin-top: 10px;
}

.eluna_pagecomments_comment, .eluna_pagecomments_comment_alt{
	margin: 8px 5px 8px 5px;
	border: 1px solid #444;
	padding: 3px;
}

.eluna_pagecomments_form input{
	width: 200px;
}

.eluna_pagecomments_form textarea{
	width: 470px;
}

.eluna_pagecomments_error{
	color: Red;
	margin-top: 10px;
}

/* Untermenüseiten */
.csc-menu dt{
	margin-top: 5px;
}

.csc-menu dd{
	padding-left: 15px;
}

/* Sitemap */

.deep0 ul {
	border: 1px solid #EEE;
	background-color: #FAFAFA;
	margin: 5px;
	padding: 5px;
}

div#content div.tx-flseositemap-pi1 li{
	list-style-type: none;
	list-style: none;
	list-style-image: none;
}

.deep0 {
	margin-top: 15px;
}

.deep0 li a {
	font-weight: bold;
}

li.deep1{
	margin-bottom: 5px;
}

ul.deep1 li.lastDay, ul.deep1 li.lastWeek {
	background: url(img/neu.png) no-repeat right;
	padding-right: 25px;
}

fieldset{
	padding: 10px;
}

.dhPic {
	margin-right: 3px;
}

.galleryComparison th {
	/*layout-flow: vertical-ideographic;*/
	border: 1px black solid; 
}

.galleryComparison td {
	border: 1px black solid;
	text-align: center;
	padding: 3px;
}

.galleryComparison .td-0 {
	text-align: left;
	font-weight: bold;
}

.tr-odd {
	background-color: #ededed;
}

.gut{
	color: #32cd32;
}

.schlecht {
	color: red;
}



.align-center {
	text-align:center;
}

.align-justify {
	text-align:justify;
}

.align-right {
	text-align:right;
}

.tx-powermail-pi1_formwrap label {
	width:150px;
	display:block;
	float:left;
	font-weight:bold;
}

.tx-powermail-pi1_formwrap .kontaktformtext, 
.tx-powermail-pi1_formwrap .kontaktformtextarea {
	width:300px;
}

.tx-powermail-pi1_formwrap .kontaktbutton {
	width:300px;
	margin-left:150px;
}

.tx-powermail-pi1_formwrap div {
	margin-bottom:5px;
}

.tx-powermail-pi1_formwrap .powermail_mandatory {
	color:red;
}

.tx-powermail-pi1_formwrap .powermail_mandatory_js {
	color:red;
	margin-left:150px;
}

.tx-powermail-pi1_confirmation .powermail_all_td, 
.tx-powermail-pi1_thx .powermail_all_td {
	width:150px;
	padding-bottom:5px;
}

.tx-powermail-pi1_confirmation_back, 
.tx-powermail-pi1_confirmation_submit {
	width:150px;
	float:left;
	margin:3px;
}

.tx-powermail-pi1_thx .contenttable .powermail_all_td p {
	margin:0px;
	padding:0px;
}

/* Galerievergleich */

.gallerycomparisondata {
	width:100%;
}

.gallerycomparisondata td {
	width:33%;
}

.gallerycomparisondata .mainfield {
	font-weight:bold;
}

.gallerycomparisondata .yes {
	background:url(img/comparison_yes.jpg) no-repeat left top;
	padding-left:20px;
}

.gallerycomparisondata .no {
	background:url(img/comparison_no.jpg) no-repeat left top;
	padding-left:20px;
}

.gallerycomparisonfiltersubmit {
	width:100%;
}
