﻿/* CSS Dokument abw Consulting */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-color: #E9E9E9;
}

.outerframe {
	width: 880px;
	margin: auto;
}

.logocontainer {
	width: 850px;
	height: 86px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
}

.flashheader {
	width: 880px;
	height: 234px;
}

.topshadow {
	width: 880px;
	height: 12px;
}

.contentcontainer{
	width: 850px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
	clear: both;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-y;
}

.navicontainer {
	width: 222px;
	padding-top: 10px;
	float: left;
	text-align: left;
}

.contentbox {
	width: 576px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 16px;
	float: left;
	text-align: left;
}

.bottomshadow {
	width: 880px;
	height: 12px;
}

.footer {
	width: 880px;
	height: 36px;
	padding-top: 12px;
	background-image: url(img/footer_bgr.jpg);
	background-repeat: no-repeat;
}


/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;	
}

.contentbox {
	font-size: 12px;
	line-height: 18px;
}

.kontaktteaser {
	font-size: 11px;
	color: #747474;
}

.footer {
	color: #7F7F7F;
	font-size: 11px;
}

h1 {
	font-size: 16px;
	color: #002486;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #002486;
	font-weight: bold;
}



/* Links + Navi */

a:link, a:visited {
	color: #002486;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0347FF;
	text-decoration: none;
}

.navibut:link, .navibut:visited {
	width: 170px;
	height: 18px;
	padding-left: 52px;
	padding-top: 6px;
	float: left;
	color: #424242;
	font-size: 12px;
	background-image: url(img/button_link.gif);
	background-repeat: no-repeat;
}

.navibut:hover, .navibut:active {
	width: 170px;
	height: 18px;
	padding-left: 52px;
	padding-top: 6px;
	float: left;
	color: #002486;
	font-size: 12px;
	background-image: url(img/button_hover.gif);
	background-repeat: no-repeat;
}

.footerlink:link, .footerlink:visited {
	color: #7F7F7F;
	text-decoration: underline;
}

.footerlink:hover, .footerlink:active {
	color: #002486;
	text-decoration: none;
}


body#seite01 a#link01,
body#seite02 a#link02,
body#seite03 a#link03,
body#seite04 a#link04,
body#seite05 a#link05,
body#seite06 a#link06,
body#seite07 a#link07,
body#seite08 a#link08 {
	color: #002486;
	text-decoration: underline;
	font-weight: bold;
}


/* Sonstiges */

.noborder {
	border: 0px;
}

.border {
	border: 1px solid #414141;
}

.floatleftborder {
	border: 1px solid #414141;
	float: left;
	margin-right: 15px;
}

.inputdate {
	width: 65px;
	height: 20px;
	border: 1px solid #414141;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
}

.inputheadline {
	width: 574px;
	height: 20px;
	border: 1px solid #414141;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
}

.inputmessage {
	width: 574px;
	height: 200px;
	border: 1px solid #414141;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
}

.adminbutton {
	width: 574px;
	height: 28px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #FFFFFF;
	background-color: #002486;
}

.error, .err {
	color: #D30000;
}

.success {
	color: #009900;

}

.err, .success{
	text-align: center;
	font-weight: bold;
}

.req{
	color: #ff0000;	
}
