﻿body, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #333;
}

body 
{
	margin: 0px;
}

form 
{
	display: inline;	
}

h1 
{
	font-size: 20px;
	color: #2E4C96;
	padding-bottom: 3px;
	border-bottom: 1px solid #C4CEE6;
	margin-top: 0px;
	margin-bottom: 1em;
}

h2 
{
	font-size: 18px;
	color: #2E4C96;
	padding-bottom: 2px;
	border-bottom: 1px solid #C4CEE6;
	margin-top: 0px;
	margin-bottom: 1em;
}

h3 
{
	font-size: 16px;
	color: #2E4C96;
	padding-bottom: 2px;
	border-bottom: 1px solid #C4CEE6;
	margin-top: 0px;
	margin-bottom: 1em;
}

h4 
{
	font-size: 16px;
	color: #2E4C96;
	margin-top: 0px;
	margin-bottom: 1em;
}

h5
{
	font-size: 14px;
	color: #2E4C96;
	margin-top: 0px;
	margin-bottom: 1em;
}

h6 
{
	font-size: 12px;
	color: #2E4C96;
	margin-top: 0px;
	margin-bottom: 1em;
}

hr 
{
	color: #C4CEE6;
	background-color: #C4CEE6;
	height: 1px;
	border-style: none;
	margin-bottom: 1em;
}

a 
{
	color: #333;	
}

a:hover 
{
	text-decoration: none;
}

/* HAUPTBEREICHE */

div.aligner 
{
	position: relative;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	border: 1px solid #EEE;
	background-image: url(../images/aligner-bg-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.header 
{
	margin: 0px;
	height: 198px;
	overflow: hidden;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #EEE;
}

div.navi 
{
	color: #CCC;
	margin-top: 150px;
	padding: 0px 20px 0px 17px;
}

div.navi a
{
	color: #777;
	text-decoration: none;
	line-height: 1.5em;
	margin-left: 3px;
	margin-right: 3px;
}

div.navi a:hover
{
	color: #000;
}

div.contact 
{
	font-size: 10px;
	width: 240px;
	height: 300px;
	padding: 60px 0px 20px 20px;
	background-image: url(../images/kontakt-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

div.content 
{
	width: 530px;
	padding: 60px 20px 20px 20px;
	min-height: 300px;
}


/* Klassen */

a.cnxLink 
{
	text-decoration: none;
	color: #AAA;
	position: absolute;
	right: 0px;
	bottom: -30px;
}

img.left 
{
	float: left;
	margin: 0px 10px 10px 0px;	
}

img.right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.redText 
{
	color: #CF0028;
}

.small 
{
	font-size: 10px;	
}

.small2
{
	font-size: 11px;
}

table.galleryPic 
{
	display: inline;
	overflow: hidden;
	background-color: #F4F6FA;
	border: 1px solid #2E4C96;
	border-collapse: collapse;
	margin-right: 15px;
	margin-bottom: 15px;
}

table.galleryPic td 
{
	width: 140px;
	height: 140px;
	padding: 3px;
	text-align: center;	
}