/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size: 1em;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: none;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
/*input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}*/

input,textarea {
	border:1px solid #89939F;
}

a {
	text-decoration:none;
}

h1,h2,h3 {
	color:#EA2028;
}

img {
	display:inline;
}

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	text-align:left;
	color: #333333;
	margin:0;
	padding:0;
	background-color:#EFF0F2;
}

#wrapper {
	position: relative;
	width: 764px;
	margin:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	border:1px solid #89939F;
	background: url(../template/faux_columns_bg.gif);
	background-repeat:repeat-y;
}

#header {
	border-bottom:1px solid #89939F;
	padding:0;
}

#header img {
   margin-bottom: -3px;
}

#main {
}

#footer {
	position: relative;
	text-align:center;
	background-color:#FFFFFF;
	border-top:1px solid #89939F;
	padding:5px;
	margin-top:20px;
	width: 754px;
}
#footer p {
	margin:0;
}

#left_column {
	float:left;
	width:160px;
	overflow: hidden;
}

#right_wrapper {
	margin-left:170px;
}

#right_column {
	float:right;
	width:156px;
	padding-top:10px;
	overflow: hidden;
}

#main_column {
	margin-right:165px;
	padding-top:10px;
	position: relative;
	overflow: hidden;
	width: 425px;
}


.clear {
	clear:both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */


#nav {
	
}

#nav ul {
	padding-left:0;
	margin:2px;
	font-weight:bold;
}

#nav li {
	padding:2px 0 2px 4px;
	margin-bottom:1px;
}

li.mainnav {
	padding-left:2px;
	background-color:#199F9E;
}
li.mainnav a {
	margin-left:3px;
	color:#FFFFFF;
}

li.mainnav a.cur, li.mainnav a.act {
	color:#000000;
}

li.mainnav:hover {
	background-color:#147877;
}
li.mainnav div {
	margin-left:-4px;
	background-color:#FFFFFF;
}
li.subnav {
	margin-left:15px;
	border-bottom:1px dotted #89939F;
	background-color:#FFFFFF;
}
li.subnav a {
	color:#000000;
}
li.subnav a:hover {
	color:#FF0000;
}
li.subnav a.cur {
	color:#FF0000;
}

.kontaktformular {
	margin: 20px 0 10px 0;
}

.kontaktformular div {
	margin: 5px 0;
}

.kontaktformular label {
	display:block;
}

.kontaktformular textarea {
	width:300px;
	height:150px;
}

#searchbox {
	margin:2px;
	margin-top:10px;
	padding:0px;
	padding-top:10px;
	border-top: 1px solid #999999;
}
.searchbox_label {
	margin-bottom:5px;
	font-weight:bold;
}
.searchbox_submit {
	margin-top:5px;
}

#loginbox {
	margin:2px;
	margin-top:10px;
}


.tx-indexedsearch table {
	border-collapse:collapse;
	border-spacing:0;
	border:none;
}

.tx-indexedsearch-res table {
   border-top: 1px solid #89939F; 
   border-bottom: 0px solid #89939F;
}

.tx-indexedsearch td {
	
}

.imgbtn {
   border: none;
   height: 20px;
   
}

/* RIGHT COLUMN */
#right_column h1 {

	background-color:#EA2028;
	color:#FFFFFF;

	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;

	margin:0pt 3px 2px 0pt;
	padding: 5px;
}

#right_column .csc-header {
	padding: 6px;
}
