/** 

	CSS 2.0 Standart
	filename: default_fa.css
	version: 1.01 
  
**/

/* HTML Standart */

body, table, tr, td, p, select, textarea {
	font-size: 12px;
	line-height: 140%;
	font-family: verdana, arial;
	color: #333;
}

body {
	background-color: #FFF;
	text-align: left;
}

h1 {
	font-size: 14px;
	color: #FF1001;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 12.5px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

img {
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}


/* Framework div positions */

#header {
	width: 763px;
	height: 65px;
}
*html #header {
	width: 764px;
	height: 65px;
}
#image {
	width: 761px;
	margin: 0px;
	padding: 0px;
}
#logo {
	float: left;
	width: 415px;
	height: 65px;
}

#headerNav {
	float: right;
	width: 348px;
	height: 65px;
}

#lang {
	width: 348px;
	height: 28px;
	border-bottom: 1px solid #333;
}
*html #lang {
	width: 347px;
	height: 28px;
	border-bottom: 1px solid #333;
}

#search {
	width: 347px;
	height: 36px;
	border-right: 1px solid #333;
	color: #FF1001;
	text-align: right;
}
#langChange {
	float: left;
	width: 194px;
	text-align: left;
	height: 22px;
	color: #FF1001;
	font-weight: bold;
	margin-top: 10px;
}
#ksNav {
	float: right;
	width: 135px;
	height: 22px;
	margin-top: 10px;
	text-align: right;
	padding-left: 7px;
	color: #FF1001;
	font-weight: bold;
}
/*
#container {
	width: 761px;
	background-color: #EFEFEF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
*/
table.container {
	border-spacing:0;
	border:0px none;
	border-collapse:collapse;
	vertical-align: top;
	width: 763px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-left: 0px;
}

*html table.container {
	border-spacing:0;
	border:0px none;
	border-collapse:collapse;
	vertical-align: top;
	width: 763px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-top: -2px;
	margin-left: 0px;
	padding: 0px;
}
td.containerLeft {
	width: 178px;
	background-color: #EFEFEF;
	border-right: 1px solid #333;
	vertical-align: top;
	padding: 0px;
}
td.containerMiddle {
	background-color: #FFF;
	width: 436px;
	vertical-align: top;
	padding: 10px;
}
td.containerMiddleBig {
	background-color: #FFF;
	width: 585px;
	vertical-align: top;
	padding: 10px;
}
td.containerRight {
	width: 145px;
	background-color: #EFEFEF;
	border-left: 1px solid #333;
	vertical-align: top;
	padding: 0px;
}
table.popup {
	border-spacing:0;
	border:0px none;
	border-collapse:collapse;
	vertical-align: top;
	width: 640px;
	margin: 10px;
}

table.nav {
	border-spacing:0;
	border:0px none;
	border-collapse:collapse;
	vertical-align: top;
	width: 178px;
}
td.navFirst {
	height: 22px;
	border-bottom: 1px solid #333;
	background-color: #F77D76;
}
*html td.navFirst {
	height: 22px;
	border-bottom: 1px solid #333;
	background-color: #F77D76;
}
td.navActive {
	height: 22px;
	border-bottom: 1px solid #333;
	background-color: #808080;
	color: #FFF;
	font-weight: bold;
	padding-left: 3px;
}
td.navInactive {
	height: 22px;
	border-bottom: 1px solid #333;
	background-color: #EFEFEF;
	padding-left: 3px;
}

td.navActive2 {
	font-size: 11px;
	height: 22px;
	border-bottom: 1px solid #333;
	background-color: #666;
	color: #FFF;
	font-weight: bold;
	padding-left: 3px;
}
td.navInactive2 {
	font-size: 11px;
	height: 22px;
	border-bottom: 1px solid #333;
	background-color: #C5C5C5;
	padding-left: 3px;
}
td.navActive3 {
	font-size: 10px;
	height: 22px;
	border-bottom: 1px solid #333;
	background-color: #666;
	color: #FFF;
	font-weight: bold;
	padding-left: 3px;
}
td.navInactive3 {
	font-size: 10px;
	height: 22px;
	border-bottom: 1px solid #333;
	background-color: #DCDCDC;
	padding-left: 3px;
}


table.kontext {
	border-spacing:0;
	border:0px none;
	border-collapse:collapse;
	vertical-align: top;
	width: 145px;
}
td.kontextFirst {
	height: 22px;
	border-bottom: 1px solid #333;
	background-color: #F77D76;
}
*html td.kontextFirst {
	height: 22px;
	border-bottom: 1px solid #333;
	background-color: #F77D76;
}
td.kontext {
	height: 22px;
	color: #000;
	padding: 3px;
}



#kontext {
	width: 145px;
	background-color: #EFEFEF;
}
#contentIndex {
	
	background-color: #FFF;
}
*html #contentIndex {
	
	background-color: #FFF;
}
#contentDefault {
	
	background-color: #FFF;
}
*html #contentDefault {
	
	background-color: #FFF;
}



/* Links */


a.header:link {
	color: #FF1001;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a.header:visited {
	color: #FF1001;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a.header:hover {
	color: #FF1001;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a:link {
	color: #FF1001;
	text-decoration: underline;
}
a:visited {
	color: #FF1001;
	text-decoration: underline;
}
a:hover {
	color: #FF1001;
	text-decoration: none;
}


/* Classic class */
input.searchField {
	width: 114px;
	border: 1px solid #333;
	margin-top: 10px;
	font-size: 11px;
}

input.searchButton {
	width: 30px;
	background-color: #FFF;
	border: 0px solid #FFF;
	color: #FF1001;
	font-weight: bold;
	cursor: hand;
}
img.border {
	border: 1px solid #333;
}


/* Tables */
table.header {
	border-spacing:0;
	border:0px none;
	border-collapse:collapse;
	vertical-align: top;
	width: 763px;
}
td.headerLeft {
	width: 415px;
	vertical-align: top;
	height: 65px;
}
td.headerRight {
	width: 348px;
	vertical-align: top;
	height: 65px;
}

/* Navigation */

a.nav:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a.nav:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a.nav:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

a.nav2:link {
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
a.nav2:visited {
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
a.nav2:hover {
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-decoration: none;
}

a.nav3:link {
	font-weight: bold;
	color: #333;
	font-size: 10px;
	text-decoration: none;
}
a.nav3:visited {
	font-weight: bold;
	color: #333;
	font-size: 10px;
	text-decoration: none;
}
a.nav3:hover {
	font-weight: bold;
	color: #333;
	font-size: 10px;
	text-decoration: none;
}

/** FORMULARE **/
label.left {
	float: left;
	text-align: left;
	width: 120px;
	margin-right: 10px;
	margin-top: 2px;
}
label.right {
	float: left;
	text-align: right;
	width: 200px;
}
.inputText {
	width: 200px;
	border: 1px solid #42486B;
	/**
	height: 15px;
	line-height: 14px;
	**/
	margin-bottom: 3px;
}
.inputTextarea {
	width: 200px;
	height: 100px;
	border: 1px solid #42486B;
	/** line-height: 14px; */
	margin-bottom: 3px;
}
.inputTextGr {
	width: 161px;
	border: 1px solid #42486B;
	/**
	height: 15px;
	line-height: 14px;
	*/
	margin-bottom: 3px;
}
*html .inputTextGr {
	width: 161px;
	border: 1px solid #42486B;
	/**
	line-height: 14px;
	height: 15px;
	*/
	margin-bottom: 3px;
}
.inputTextKl {
	width: 35px;
	border: 1px solid #42486B;
	/**
	height: 15px;
	line-height: 14px;
	*/
	margin-bottom: 3px;
}
.inputTextG1 {
	width: 18px;
	border: 1px solid #42486B;
	/**
	height: 15px;
	line-height: 14px;
	*/
	margin-bottom: 3px;
}
.inputTextG2 {
	width: 36px;
	border: 1px solid #42486B;
	/**
	line-height: 14px;
	height: 15px;
	*/
	margin-bottom: 3px;
}
.selectStandart {
	width: 200px;
	margin-bottom: 3px;
	border: 1px solid #42486B;
}
*html .selectStandart {
	width: 200px;
	height: 22px;
	margin-bottom: 3px;
	border: 1px solid #42486B;
}
.formRight {
	width: 362px;
	margin-left: 88px;
}
div.divForm {
	padding-top: 15px;
	width: 310px;
}

.MailContent input {
	font-size: 12px;
}
.padd10 {
	padding-left: 10px;
}
.padd20 {
	padding-left: 20px;
}
.marg10 {
	margin-left: 10px;
}
.marg20 {
	margin-left: 20px;
}
a.disclaimler:link { 
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a.disclaimler:visited { 
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a.disclaimler:hover { 
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}