/*           Main CSS settings         */

.fixpng { behavior: url('iepngfix.htc') }

form, input, textarea { 
	display: inline; 
	text-align: left;
}

.clearAll {
	clear: both;
}

form { margin:0px; }

a img, table { border-style: none; }

html {
	height: 100%;
}

body {
	background-color: #FFF;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191919;
	margin: 0;
	padding: 0;
	height: 100%;
}

a, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #0071b9;
}

a:hover {
	background: #0071b9;
	color: #FFF;
}

.inputbox {
   padding: 1px;
   margin: 2px;
   border: 1px solid #A0A0A4;
   background-color: #A0A0A4;
   color: #191919;
   background-image: url(../img/inputbox.png);
   background-repeat: repeat-x;
   font-size: 10px;
}

.inputarea {
   padding: 1px;
   margin: 2px;
   border: 1px solid #A0A0A4;
   color: #191919;
   font-size: 10px;
   height: 90px;
}

.long {
   width: 350px;
}

.inputbox:focus, .inputarea:focus {
	border: 1px solid #0071b9;
}

.table tr td {
	border: none;
	padding: 0 10px 5px 0;
}

.btnSenden {
	width: 85px;
	height: 21px;
	background-color: #FFF;
	background-image: url('../img/senden.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.btnLogin {
	width: 71px;
	height: 21px;
	background-color: #FFF;
	background-image: url('../img/login.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.btnBack {
	display: block;
	width: 85px;
	height: 21px;
	background-color: #FFF;
	background-image: url('../img/zurueck.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

a.btnBack:hover {
	background-color: #FFF;
	background-image: url('../img/zurueck.png');
	background-repeat: no-repeat;
}

.captchaRepeat {
	background-image: url('../img/arrow.gif');
	background-repeat: no-repeat;
	background-position: 15px 2px;
	padding: 0 0 0 30px;
}

.bgKurse {
	background-image: url('../img/kurse.png');
	background-repeat: no-repeat;
	padding: 10px 50px 0 240px;
	height: 300px;
}

.bgMethoden {
	background-image: url('../img/methoden.png');
	background-repeat: no-repeat;
	padding: 10px 50px 0 240px;
	height: 300px;
}

.bgVernetzung {
	background-image: url('../img/vernetzung.png');
	background-repeat: no-repeat;
	padding: 10px 50px 0 240px;
	height: 300px;
}

.spacer {
	background-color: #6A7067;
	border-right: 1px solid #666666;
	width: 1px;
	margin-left: 10px;
	margin-right: 10px;
}

.styHeading {
	font-size: 24px;
	font-weight: bold;
	color: #0071b9;
	clear: both;
}

.stySubHeading {
	font-size: 14px;
	font-weight: bold;
	color: #0071b9;
}

.styBlock {
	width: 500px;
	float: left;
	padding-right: 50px;
}

.styBlockMedium {
	width: 400px;
	float: left;
	padding-right: 50px;
}

.styBlockNarrow {
	width: 200px;
	float: left;
	padding-right: 50px;
}

.styItemize {
	background-image: url('../img/arrow.gif');
	background-repeat: no-repeat;
	background-position: 15px 2px;
	padding: 0 0 0 30px;
}

.newsItem {
	border-bottom: 1px solid #0071b9;
}

.newsTitle {
	font-weight: bold;
	font-size: 12px;
	color: #0071b9; 
}

.newsDate {
	font-weight: bold;
	background-color: #0071b9;
	color: #FFF;
	padding: 0 5px;
}

