html, body { height:100%; }

body {
	margin:0;
	padding:0;
	border:none;
	text-align:center;
	background:url('../images/bg_body.jpg') #FFF repeat-x top left;
}

body, table {
	font-family:Tahoma,Arial,Verdana,sans-serif;
	color:#333;
	font-size:0.8em;
	letter-spacing:0.1px;
}

b { color:#666; }
	
table {
	background-color:none;
	border-collapse:collapse;
	border-spacing:0;
}
	
body div { text-align:left; }
input, p, label, form, object { margin:0px; }

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0 0 10px 0;
	color:#827160;
	font-weight:normal;
}

h1 { font-size:1.25em; }
h2 { font-size:1.1em; }
h3 { font-size:1.1em; }
h4 { font-size:1em; }
h5 { font-size:1em; }
h6 { font-size:1em; }
	
img { vertical-align:bottom; }
	
/* --- links common --- */
a:link, a:visited, a:active, a:hover { text-decoration:none; }
#left a:link { color:#A4815F; } 
#left a:visited { color:#A4815F; }
#left a:active { color:#A4815F; }
#left a:hover { color:#EB7501; }
a img { border:none; }

ul, li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

dl { margin-top:0; }

.msgSuccess { color:#009900; }

.msgError { color:#FF0000; }

dfn { border:none }

:focus { outline:0 }

:root { overflow-y: scroll; } /* display body-y-scrollbar */

/* ------------------------------------------------------------ Vorankuendigung --- */
#spacerIntro {
	height:50%;
	width:100%;
	margin-bottom:-108px;
	float:left }

#boxIntro {
	clear:left;
	width:300px;
	height:216px;
	margin:0px auto;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

/* ------------------------------------------------------------ CANVAS --- */
#canvas {
	width:973px;
	height:550px;
	margin:0px auto;
	background:url('../images/bg_canvas.jpg') no-repeat top left;
}

html>body #canvas {
	height:auto;
	min-height:550px;
}

/* ------------------------------------------------------------ Head --- */
#head {
	height:195px;
}

#head #headContent { height:172px; }
html>body #head #content { height:171px; }

#headContent div.langmenu {
	float:right;
	margin:45px 10px 0 0 ;
}

#headContent div.langmenu img {
	margin-left:5px;
}

#head #topNavi {
	width:470px;
	margin-left:265px;
}

#head #topNavi ul li {
	display:inline;
	width:1px;
	font-size:0.9em;
	font-weight:bold;
	padding-right:18px;
}

#topNavi li a { white-space:nowrap; }

#topNavi li a:link { color:#827160; } 
#topNavi li a:visited { color:#827160; }
#topNavi li a:active { color:#827160; }
#topNavi li a:hover { color:#EB7501; }

#head #topNavi li.level1_act a, #head #topNavi li.level1_cur a { color:#EB7501; }

/* ------------------------------------------------------------ Col right --- */
#right {
	float:right;
	width:273px;
	height:250px;
	padding-left:1px;
	margin-top:87px;
}

/* ------------------------------------------------------------ Boxes right --- */
#right div.box {
	padding-left:12px;
	background:url('../images/bg_box_right.gif') no-repeat left bottom;
}

#right div.boxHeading {
	position:relative; /* for IE < 7 */
	margin-left:-35px;
	padding:4px 10px 0 32px;
	height:19px;
	background:url('../images/bg_box_heading_right.gif') no-repeat bottom left;
}

#right div.boxHeading h1 {
	font-weight:bold;
	padding-bottom:0;
	font-size:1em;
}

#right div.boxContent {
  padding-top:15px;
  padding-bottom:30px;
}

/* ------------------------------------------------------------ Content Navi right --- */
#right #contentNavi ul li { margin-bottom:12px; }

#right #contentNavi ul li.sub { margin-top:-12px; } /* nur IE < 7 -> margin-top problem */
html>body #right #contentNavi ul li.sub { margin-top:0; }
*+html>body #contentNavi ul li.sub { margin-top:-12px !important; } /* nur IE 7 -> margin-top problem */

#right #contentNavi ul li a {
	display:block;
	font-weight:normal;
	font-size:1em;
	padding-left:25px;
}

#right #contentNavi ul li a:link { color:#745231; } 
#right #contentNavi ul li a:visited { color:#745231; }
#right #contentNavi ul li a:active { color:#745231; }
#right #contentNavi ul li a:hover { color:#EB7501; }

#right #contentNavi ul {
  padding-right:12px;
}

#right #contentNavi ul ul {
	padding-left:20px;
	padding-right:0;
}

#right #contentNavi ul li.level1_act a, #right #contentNavi ul li.level2_act a,
#right #contentNavi ul li.level3_act a, #right #contentNavi ul li.level4_act a {
	background:url('../images/li_item_act.gif') no-repeat left center !important;
}

#right #contentNavi ul li.level1_cur a, #right #contentNavi ul li.level2_cur a,
#right #contentNavi ul li.level3_cur a, #right #contentNavi ul li.level4_cur a  {
	color:#EB7501 !important;
	background:url('../images/li_item_cur.gif') no-repeat left center !important;
}

#right #contentNavi ul li.level1_no a, #right #contentNavi ul li.level2_no a,
#right #contentNavi ul li.level3_no a, #right #contentNavi ul li.level4_no a {
	background:url('../images/li_item_no.gif') no-repeat left center !important;
}

/* ------------------------------------------------------------ Col left (for contents) --- */
#left {
	float:left;
	width:699px;
	height:310px;
	margin-top:10px;
	background:url('../images/bg_content.gif') no-repeat 676px bottom;
	line-height:18px;
}

html>body #left {
	height:auto;
	min-height:310px;
}

#left h1#pageHeading {
	font-weight:bold;
	padding-bottom:0;
	font-size:1.2em;
}

#left ul { margin:5px 0 15px 15px; }

#left li {
	list-style-type:square;
	margin-left:13px;
}

#left p { padding-bottom:10px; }

#left table.contenttable {
	font-size:1em;
	width:70%;
	border-collapse:separate;
	border-spacing:1px;
	margin:10px auto;
}

#left table.contenttable td {
	vertical-align:top;
	padding:5px;
	background-color:#EEE;
	border:1px solid #EEE !important;
}

#left div.csc-header { margin-top:20px; }
#left div.csc-header-n1 { margin-top:0; } 

/* ------------------------------------------------------------ Content fullsize --- */
#left #content {
	width:564px;
	height:310px;
	padding:0 40px 15px 90px;
}

html>body #left #content {
	height:auto;
	min-height:310px;
}

#left #contentHeading {
	height:40px;
	padding:3px 0 0 82px;
}

/* ------------------------------------------------------------ Content Col Left --- */
#colLeft {
	float:left;
	width:312px;
	height:310px;
	padding:0 20px 10px 82px;
}
html>body #colLeft {
	height:auto;
	min-height:310px;
}

#colLeft #contentLeft { padding-left:8px; }

#colLeft div#contentLeftHeading  {
  width:312px;
  height:40px;
  padding-top:3px;
}

/* ------------------------------------------------------------ Content Col Right --- */
#colRight {
	float:left;
	width:206px;
	height:310px;
	padding:0 45px 10px 34px;
	background:url('../images/bg_content_right.gif') no-repeat 22px bottom;
}
html>body #colRight {
	height:auto;
	min-height:310px;
}

#colRight #contentRight {
	padding-left:5px;
	font-size:0.9em;
	line-height:16px;
}

#colRight div#contentRightHeading {
	width:202px;
	height:37px;
	padding-top:6px;
}

#colRight div#contentRightHeading h1 {
	font-weight:bold;
	padding-bottom:0;
	font-size:0.9em;
}

/* ------------------------------------------------------------ NEWS --- */
/* --- list --- */
#left div.news-list-item {
	padding-bottom:12px;
	background:url('../images/separator_content_right.gif') no-repeat center bottom;
	margin-bottom:13px;
}

#left div.news-list-morelink {
	font-size:0.95em;
	text-align:right;
}

/* --- single --- */
#left div.news-single-item div.news-single-img {
	display:inline;
	float:right; 
}

#left div.news-single-backlink { 
	margin-top:20px;
	height:20px;
	padding-left:13px;
	font-size:1em;
	background:url('../images/li_item_left.gif') left top no-repeat;
}

#left div.news-single-img img { margin:0 0 10px 10px; }

/* ------------------------------------------------------------ Content Col Left Contact --- */
#colLeftContact {
	float:left;
	width:188px;
	height:310px;
	padding:0 10px 10px 82px;
}
html>body #colLeftContact {
	height:auto;
	min-height:310px;
}

#colLeftContact #contentLeft { padding-left:8px;}

#colLeftContact div#contentLeftHeading  {
  width:198px;
  height:40px;
  padding-top:3px;
}

#colLeftContact div.csc-header-n1 { margin-bottom:15px; } 

/* ------------------------------------------------------------ Content Col Right Contact --- */
#colRightContact {
	float:left;
	width:374px;
	height:267px;
	padding:43px 25px 10px 0;
}
html>body #colRightContact {
	height:auto;
	min-height:267px;
	padding-right:45px;
}

/* ------------------------------------------------------------ mailformplus Contact --- */
#colRightContact form#mailformplus div.mailformplus_row_first { padding-top:13px; }

#colRightContact form#mailformplus div.mailformplus_row { 
	text-align:right;
	width:374px;
	margin-bottom:10px;
}

#colRightContact form#mailformplus input#mailformplus_name {
	margin-left:7px;
	width:290px;
	border:1px solid #AAA;
}

#colRightContact form#mailformplus input#mailformplus_email {
	margin-left:7px;
	width:290px;
	border:1px solid #AAA;
}

#colRightContact form#mailformplus textarea#mailformplus_text {
	margin-left:7px;
	width:290px;
	height:100px;
	border:1px solid #AAA;
}

#left form#mailformplus input.mailformplus_submit {
	cursor:hand;
	cursor:pointer;
	background:transparent;
	border:1px solid #AAA;
}

#colRightContact form#mailformplus input.captcha {
	width:70px;
	border:1px solid #AAA;	
}

#colRightContact .mailformplus_error { border:1px solid red !important; }

/* ------------------------------------------------------------ mailform --- */
#left form#mailform { margin-top:15px; }

#left div.csc-mailform-field {
	width:520px; 
	border:none;
	margin-bottom:10px;
	text-align:right;
}

#left div.csc-mailform-field input {
	background:transparent;
	border:1px solid #AAA;
}

#left div.csc-mailform-field input#mailformname {
	margin-left:7px;
	width:400px;
	border:1px solid #AAA;
}

#left div.csc-mailform-field input#mailformemail {
	margin-left:7px;
	width:400px;
	border:1px solid #AAA;
}					 

#left div.csc-mailform-field textarea {
	margin-left:7px;
	width:400px;
	height:100px;
	border:1px solid #AAA;
}

#left input.csc-mailform-submit {
	cursor:hand;
	cursor:pointer;
}

/* ------------------------------------------------------------ guestbook --- */
#left h1.tx-guestbook-main-heading {
	margin-top:25px;
	padding:0 0 2px 0;
	border-bottom:2px ridge #CCC;
}

#left div.tx-guestbook-result {
	float:left;
	width:49%;
	font-size:0.9em;
	color:#999;
	padding:15px 0;
}

#left div.tx-guestbook-pagination {
	float:right;
	width:49%;
	text-align:right;
	font-size:0.9em;
	color:#999;
	padding:15px 0;
}

#left h2.tx-guestbook-header {
	clear:both;
	padding-bottom:2px;
	margin-top:15px;
}

#left h2.tx-guestbook-header span { font-size:0.9em; }

#left p.tx-guestbook-date {
	padding:2px 5px 1px 5px;
	background:#AAA;
	border-bottom:2px ridge #AAA;
	color:#FFF;
}

#left p.tx-guestbook-entry {
	padding:8px;
	border-top:none;
	background:#F7F7F7;
}

#left h3.tx-guestbook-from-comment {
	padding:5px 8px;
	border-top:2px ridge #AAA;
	background:#FAFAFA;
}

#left p.tx-guestbook-comment {
	padding:8px;
	font-style:italic;
	background:#FAFAFA;
}

#left .tx-guestbook-list-small {
	font-size: 9px;
	color: #666;
}

#left .tx-guestbook-clear { clear:both; }

#left span.tx-veguestbook-pi1-browsebox-strong, #left span.tx-ttnews-browsebox-SCell { font-weight: bold; }
#left .tx-guestbook-latest-header { font-weight:bold; }

/* --- guestbook form --- */

#left p.tx-guestbook-form-error { color:#FF0000; }

#left form#tx-guestbook fieldset { border: 1px solid #CCC; }

#left form#tx-guestbook fieldset legend {
	font-size:1.2em;
	color:#827160;
}

#left form#tx-guestbook div.tx-guestbook-field-first { padding-top:15px; }

#left form#tx-guestbook div.tx-guestbook-field {
	text-align:right;
	width:520px;
	margin-bottom:10px;
}

#left form#tx-guestbook input.tx-guestbook-form-inputfield-med {
	border:1px solid #AAA;
	margin-left:7px;
	width:400px;
}

#left form#tx-guestbook input.tx-guestbook-form-inputfield-big {
	border:1px solid #AAA;
	margin-left:7px;
	width:400px;
}

#left form#tx-guestbook input.tx-guestbook-form-inputfield-captcha {
	border:1px solid #AAA;
	margin-left:7px;
	width:70px;
}

#left form#tx-guestbook textarea.tx-guestbook-form-textarea {
	border:1px solid #AAA;
	margin-left:7px;
	width:400px;
}

#left form#tx-guestbook span.tx-guestbook-form-obligationfield { color:#CC0000; }

#left form#tx-guestbook input.tx-guestbook-submit {
	cursor:hand;
	cursor:pointer;
	background:transparent;
	border:1px solid #AAA;
}

/* ------------------------------------------------------------ FAQ --- */
#left div.tx-irfaq-pi1 dl { margin-top:5px; }
#left div.tx-irfaq-pi1 dt { font-weight:bold; }
#left div.tx-irfaq-pi1 dl dd p { margin:0 0 0 12px; }

/* ------------------------------------------------------------ Glossary --- */
acronym, dfn, abbr, span.abbr {
	border:none;
	font-style:normal;
}

#left dl.glossary .type { font-style:normal; }

/* ------------------------------------------------------------ Sitemap --- */

#left .csc-sitemap ul { padding:0 0 5px 0 }
#left .csc-sitemap ul ul { padding:0 0 5px 15px }
#left .csc-sitemap ul ul ul { padding:0 0 5px 20px }
#left .csc-sitemap ul ul ul ul { padding:0 0 5px 30px }

/* ------------------------------------------------------------ footer --- */
#footer {
  clear:left;
	width:659px;
	height:21px;
	padding:4px 40px 0 0;
	background:url('../images/bg_footer.gif') no-repeat bottom right;	
}

#footer #bottomNavi {
	float:right;
	text-align:right;
	white-space:nowrap;
	color:#98794E;
}

#footer #bottomNavi ul { margin:0; }

#footer #bottomNavi ul li {
	display:inline;
	width:1px;
	padding-left:15px;
}

#footer #bottomNavi ul li, #footer #copyright {
	font-size:0.85em;
	color:#98794E;
}

#footer ul li a { white-space:nowrap; }

#footer ul li a:link { color:#827160; } 
#footer ul li a:visited { color:#827160; }
#footer ul li a:active { color:#827160; }
#footer ul li a:hover { color:#EB7501; }

#footer li.level1_act a, #footer li.level1_cur a { color:#EB7501 !important; }

/* ----------------------------------------------------------- Umfrage --- */
#left table.umfrage {
	font-size:1em;
	width:100%;
	border-bottom:1px solid #CCC;
	margin-bottom:10px }

#left table.umfrage th {
	border-bottom:1px solid #CCC;
	text-align:center }

#left table.umfrage td { padding:5px }

#left table.umfrage td.yes {
	text-align:center;
	width:20px }

#left table.umfrage td.no {
	text-align:center; 	
	width:30px }

#left table.umfrage td.question { }

#left p.errorUmfrage {
	margin:10px 0;
	font-weight:bold;
	color:#FF0000 }

#left span.errorUmfrage {
	font-weight:bold;
	color:#FF0000;
	padding-left:15px }

#left p.successUmfrage {
	margin:10px 0;
	font-weight:bold;
	color:#009900 }
