/* Reset */
a {
	text-decoration: none;
	font-variant:small-caps;
}
a:visited{}
a:active{}

body {
  font-family:  arial, tahoma, verdana;
  background-color: #ebf2fe;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  color: #000000;
}


h1, h2, h3, h4, h5, h6, ul, li, a, img, p {
  margin: 0;
  padding: 0px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
    margin-bottom: 0.5em;
}
h3 {
	font-size: 12px;
    margin-bottom: 0.5em;
}

ul {
  list-style-type: none;
}

/* Custom Classes */

.button {
	display: block;
	text-align: center;
	border: 2px solid  black;
	color: #ffffff;
	font-weight: bold;
}
#left .button {
	width: 124px;
}
#site .button {
	display: inline;
	padding: 2px 5px;
}
.smallSize {
	height: 22px;
	line-height: 22px;
}
.hugeSize {
	vertical-align: middle;
	padding: 5px 0px;
}
.hugeSize img {
	vertical-align: middle;
}
.red {
	background-color: #a82520;	
}
a.red:hover {
	background-color: #663333;
}
.blue {
	background-color: #06529d;
}
div.small {
	text-align: center;
	font-size: 10px;
}
#site p {
	padding-bottom: 1em;
}
.einruecken {
	padding-left: 75px;
	margin-right: 15px;
}
.withBullets {
	list-style-type: square;
	margin-bottom: 2em;
}
.error {
	color: #a82520;
}
#site a.link {
	color: #a82520;
}
#site a.link:hover {
	color: #663333;
}
.absatzNach {
	margin-bottom: 15px;
}

/* Allgemeine Positionierung */
#top {
	background-color: #06529d;
	height: 170px;
}
#top ul {
	height: 40px;
	background-color: #d3e1ed;
}
#top li {
	display: block;
	float: left;
	width: 170px;
	text-align: center;
}
#top li a {
	font-weight: bold;
	padding-top: 5px;
	margin-right: 33px;
	display: block;
	float: right;
	text-align: right;
	width: 120px;
	color: #385a7b;
}
#top li a.active {
	color: #93afca;
}

#left {
	width: 164px;
	float: left;
}

#content {
	width: 814px;
	float: right;
	color: #052d55;
}
#header, #foot {
	background-color: #d3e1ed;
	border: 2px solid black;
	margin: 15px;
	padding: 2px 0px 2px 25px;
	
}
#subRight {
	float: right;
	width: 152px;
	border: 2px solid #052d55;
	margin: 10px 15px 20px 10px;
	background-color: #7e9fbf;
}
#subContent {
	float: right;
	width: 152px;
	border: 2px solid #052d55;
	margin: 0px 15px 20px 10px;
	background-color: #7e9fbf;
}
#specialInfo {
	font-variant:small-caps;
	text-align: center;
	border-bottom: 2px solid #052d55;
}
#specialText {
	text-align: center;
	height: 100px;
	font-size: 12px;
	font-family:  arial, sans serif;
	border-top: 2px solid #052d55;
	padding: 2px 2px 5px 2px;
}
#site {
	margin-top: 25px;
	margin-left: 10px;
}
#bottom {
	background-color: #ffffff;
}

/* Footer */
#foot p {
	margin-top: 1px;
	padding-right: 90px;
	display: inline;
}

/* Kontaktformular */
#site form label {
	float: left;
	width: 200px;
	margin-left: 25px;

}
#site form input.text, #site form textarea {
	width: 228px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#site form input.small {
	margin: 0px 25px;
	width: 75px;
}

#site form .checkboxes {
	float: left;
	margin-left: 20px;
}

.formAbsatz {
	margin-top: 10px;
}
#site form .buttons {
	padding-left: 225px;
}
#site form .button {
	color: #a82520;
	margin-left: 25px;
	background-color: #7e9fbf;
}

/* Kundenspezifisch */
#content {}

.clear {
  clear: both;
  padding: 0;
  margin: 0;
  height: 1px;
}
#foot p.noPadding {
	padding: 0px;
}
