﻿body, a, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666;
}

body 
{
	margin: 0px;
}

form 
{
	display: inline;
}

h1
{
	margin-top: 0px;
	font-size: 16px;
	font-weight:bold;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 1.5em;
}

h2, h3, h4, h5, h6, p
{
	margin-top: 0px;
	margin-bottom: 0.3em;
}

p { margin-bottom: 1.5em; }


h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4, h5 { font-size: 11px; }
h6 { font-size: 10px; margin: 0px; line-height: 1.3em; }


a:hover 
{
	text-decoration: none;
}

input[type=text]
{
	width: 180px;
}

/* Bereiche */

div.aligner 
{
	position: relative;
	top: 0px;
	left: 50%;
	width: 850px;
	margin-left: -425px;
	border: 1px solid #CCC;
}

div.content 
{
	margin-top: 280px;
	margin-left: 225px;
	padding-right: 20px;
	line-height: 1.8em;
	min-height: 350px;
	margin-bottom: 20px;
}

div.navi 
{
	position: absolute;
	top: 180px;
	width: 520px;
	height: 31px;
	padding: 2px 0px 0px 330px;
	background-image: url(../images/design/navi-bg.gif);
	z-index: 10;
}

/*
div.navi a
{
	font-size: 10px;
	color: #555;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}


div.navi a:hover
{
	color: #000;
}*/

div.subnavi 
{
	font-size: 10px;
	padding-top: 5px;
	padding-right: 25px;
	text-align: right;
	height: 55px;
	position: absolute;
	top: 214px;
	width: 825px;
	background-image: url(../images/design/subnavi-bg.gif);
	z-index: 0;
}

div.subnavi a
{
	font-size: 10px;
	text-decoration: none;
}

div.header 
{
	position: absolute;
	top: 0px;
	left: 0px;	
}

div.footer 
{
	height: 18px;
	margin-top: 20px;
	font-size: 9px;
	background-image: url(../images/design/footer-bg.gif);
	padding: 7px 10px 0px 10px;
	text-align: center;
}

div.footer a
{
	font-size: 9px;
}

div.prefooter 
{
	padding: 5px 0px;
	text-align: center;
	position: absolute;
	width: 850px;
}

img.logo 
{
	position: absolute;
	top: 130px;
	left: 10px;	
	z-index: 100;
}

img.right
{
	float: right;
	margin: 0px 0px 5px 10px;	
}

hr
{
	border: none;
	background-color: Transparent;
	padding: 0px;
	height: 1px;
	border-bottom: 1px dotted #CCC;
	margin-top: 0.8em;
	margin-bottom: 1.6em;
	clear: both;
}

a img 
{
	border-style: none;	
}

table.form
{
	border-collapse: collapse;
}

table.form td
{
	vertical-align: text-top;
	padding: 2px 20px 2px 0px;
}

table.tm
{
	border-collapse: collapse;
}

table.tm td
{
	vertical-align: top;
	padding: 0px 10px 20px 0px;
}

div.csBox
{
	float: left;
	border: 1px solid #AAA;
	padding: 0px 3px;
	text-align: center;
	width: 185px;
	margin-right: 7px;	
	height: 238px;
	overflow: hidden;
}

div.csBox:hover
{
	border: 1px dotted #333;
	cursor: default;
}

td.csDescBox
{
	height: 65px;
	vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
}

.small { font-size: 9px; }

/* IE 6 FIX */
#ie6Background 
{
    display:none;
}

#ie6TechInfo
{
    display:none;
}

* Body
{
    width:100%;
    height:100%;
}

* html #ie6Background 
{
    display:block;
    height:100%;
    width:100%;
    z-index:1000;
    background-color:Gray;
}

* html #ie6TechInfo
{
    display:block;
    background-image:url(../images/techInfo.jpg);
    width:567px;
    height:199px;
    z-index:1001;
    position:relative;
    left:50%;
    top:50%;
    margin-left:-300px;
    margin-top:-150px;
    padding-top:150px;
    padding-left:20px;
    padding-right:20px;
}
/* END IE 6 FIX */