

/****************************************
 body
 ****************************************/

/*
html,body {
	height: 100%;
}
*/

body, td {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

#body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
}

#main {
	width: 924px;
	text-align : left;
	vertical-align : top;
}

#header {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 18px;
	border-bottom: 1px solid #cccccc;
	height: 89px;
	width: 924px;
}

#content {
	margin-left: 196px;
}
* html #content {
	margin-left: 194px;
}

/****************************************
 Nav
 ****************************************/

#navigation ul.nav2 li a.aktiv, html #navigation ul.nav2 li a:hover,
#metanavigation ul.metanav li a.aktiv, #metanavigation ul.metanav li a:hover{
	color:#cc3333;
}

/*************** left */

#navigation {
	float: left;
	width: 160px;
	border-right:1px solid #cccccc;
	padding-right:18px; 
}
* html #navigation {
	width: 177px;
}

#metanavigation ul, #navigation ul{
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#navigation ul.nav1 , #navigation ul.nav2 {
	width: 160px;
}

#navigation ul.nav2 {
	margin:10px 0px 25px;
}

#navigation ul.nav1 li, #navigation ul.nav2 li {
	font-size : 11px;
	background-color: #FFF;
}

#navigation ul.nav1 a {
	padding:3px 0px 5px 13px;
	display: block;
	color: #666666;
	text-decoration: none;
	background-color: #e8e8e8;
	text-transform:uppercase;
}

#navigation ul.nav2 a {
	padding-bottom:1px;
	padding-left: 13px;
	color: #666666;
	display: block;
	text-decoration: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	
	/* rückgängig von ul.nav1 a */
	background-color: #ffffff;
	text-transform:none;
}


/*************** meta */

#metanavigation li a {
	padding:3px 0px 10px 13px;
	color: #666666;
	font-weight:bold;
	display: block;
	text-decoration: none;
	background-image: url(../images/bullet.gif);
	width: 150px;
	background-repeat: no-repeat;
}
#metanavigation ul.metanav li a{
	padding-bottom:0px;
	font-weight:normal;
} 

* html #metanavigation ul.metanav {
}

#metanavigation {
	padding-left: 570px;
}



/*************** Breadcrumb */

#breadcrumb {
	margin-top:20px;
}
#breadcrumb , #breadcrumb a {
	color:#cc3333;
	text-decoration:none;
}


/****************************************
 Content-box
 ****************************************/

#contentheader {
	height: 160px;
}


#contentdetail {
	margin-top: 20px;
}

#contentheaderimage {
	float:left;
}

/*************** Cols-stuff */

.templatecol2 #col1 ,
.templatecol3 #col1 , .templatecol3 #col2 ,
.templatecol4 #col1 , .templatecol4 #col2 ,.templatecol4 #col3 {
	border-right:1px solid #cccccc;
	padding-right: 20px;
}

.templatecol2 .column {
	width: 335px;
}
.templatecol3 .column {
	width: 210px;
}
.templatecol4 .column {
	width: 147px;
}

/* now for IE.. */
* html .templatecol2 .column {
	width: 355px;
}
* html .templatecol3 .column {
	width: 228px;
}
* html .templatecol3 #col2 {
	width: 248px;
}
* html .templatecol4 .column {
	width: 165px;
}
* html .templatecol4 #col2 , * html .templatecol4 #col3 {
	width: 185px;
}


#col2, #col3 , #col4 {
	padding-left: 20px;
}

/****************************************
 Selbe höhe für divs..  ;)
 gleiche flucht für alle vertikalen border, ausser content ist kleiner als nav. 
 ****************************************/

#main,          /* linie nav */
#colstable { /* linien content */
	cellpadding:0px;
	cellspacing:0px;
    display:table;
}

#colstable {
	padding-top: 10px;
}

#lead {
	display:table-header-group;
}

#body,
#colsrow  {
    display:table-row;
}

#navigation,
#col1, #col2, #col3 , #col4 {
	display:table-cell;
}

* html #col1, * html #col2, * html #col3 , * html #col4 {
	float:left;
}

#navigation,
#col1, #col2, #col3 , #col4 {
	height:100%;
}

/* 100% braucht fixe höhe des parents, ie streckt.. */
* html #body ,
* html #colsrow {
	height:1px;
}

/****************************************
 Font
 ****************************************/


/*************** links */


a {
	text-decoration: none;
	color:#666666;
}
a:hover {
	color:#cc3333;
}

#lead, #colsrow, #breadcrumb, #footer {
	line-height:14px;
}

#lead, #colsrow {
	color:#333333;
}

#lead {
	font-size:11px;
}


.mailform, .mailformrequired, input, textarea, select {
	font-size:11px;
}

input, textarea, select {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border: 	1px solid #b9babc;
	background-color: #fff;
	padding: 	2px;
	color:		#666;
	margin-bottom: 2px;
}

#footer {
	color:#666666;
	border-top:1px solid #cccccc;
	padding:15px 0px 10px 0px;
	font-size: 9px;
	margin-top:15px;
}

#footer_nav {
	padding-top: 15px;
	float: right;
	right:0px;
	bottom:10px;
	width:330px;
}

* html #footer_nav {
	padding-top: 14px;
}

/****************************************
 Content-design
 ****************************************/

#searchform {
	float: right;
	margin-top: 50px;
}

#searchform .criteria {
	width: 98px;
	height: 11px;
}

#searchform input {
	font-size: 10px;
	height: 17px;
}

* html #searchform input {
	width: 51px;
}

* html #searchform .criteria {
	height: 17px;
}

h1, h2, h3 {
	margin:0px;
	padding:0px;
}

h1 {
	margin:0px 0px 10px;
	color:#666666;
	font-size:11px;
}

h2, h3 {
	margin:0px 0px 5px;
	color:#666666;
	font-size:11px;
}

p {
	margin:5px 0px;
}

hr.thinline {
	border: 1px solid #CCC;
	border-top: 0px;
	height:1px;

}

/****************************************
 iFrame
 ****************************************/
 
 #iframeaek {
 	border: none;
 }

