html {
	height: 101%;
}

body {
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	background-color: #a0a0a0;
	font-size: 12px;
	font-weight: normal;
	color: #7e7e7e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div {
	behavior: url('images/iepngfix.htc');
}

img {
	border: none;
}

h1 {
	font-size: 18px;
}

a {
	color: #7e7e7e;
}

.c_r {
	color: red;
}

#all {
	width: 970px;
	min-height: 1500px;
	padding: 10px;
	background-color: #ffffff;
	position: relative;
}

#all #login {
	height: 59px;
	margin-left: 358px;
}
#all #login img {
	margin-top: 31px;
	margin-right: 15px;
}

#all #grafik {
	width: 970px;
	height: 209px;
	background-color: #5d5d60;
	text-align: right;
}
#all #grafik.index {
	background: url('../images/header/startseite.jpg') no-repeat #c0d4df;
}
#all #grafik.index_ch {
	background: url('../images/header/startseite_ch.jpg') no-repeat #c0d4df;
}
#all #grafik.index_fr {
	background: url('../images/header/startseite_fr.jpg') no-repeat #c0d4df;
}
#all #grafik #reiter {
	padding-top: 207px;
	margin-left: -80px;
	float: right;
}
#all #grafik #reiter div {
	float: left;
	position: relative;
	left: 0px;
	margin-left: -20px;
}
#all #grafik #reiter .home {
	z-index: 4;
}
#all #grafik #reiter .unternehmen {
	z-index: 3;
}
#all #grafik #reiter .karriere {
	z-index: 2;
}
#all #grafik #reiter .kontakt {
	z-index: 1;
}
#all #content {
	padding-top: 10px;
	margin-left: 352px;
	margin-right: 30px;
	text-align: left;
}
#all #content .left {
	width: 288px;
	margin-right: 20px;
	float: left;
}
#all #content .left .line {
	width: 100%;
	height: 1px;
	background-color: #e2e3e3;
}
#all #content .right .line {
	float: right;
	width: 210px;
	height: 1px;
	background-color: #e2e3e3;
}
#all #content ul li {
	margin-bottom: 10px;
}
#all #content #adresse {
	width: 206px;
	height: 138px;
	padding-left: 86px;
	padding-top: 15px;
	float: left;
}
#all #content #adresse.de {
	background-image: url('../images/content/adresse_de.gif');
	margin-right: 4px;
	margin-bottom: 4px;
}
#all #content #adresse.at {
	background-image: url('../images/content/adresse_at.gif');
	margin-bottom: 4px;
}
#all #content #adresse.ch {
	background-image: url('../images/content/adresse_ch.gif');
	margin-right: 4px;
}
#all #content #adresse.fr {
	background-image: url('../images/content/adresse_fr.gif');
}
#all #navi {
	width: 286px;
	position: absolute;
	left: 52px;
	top: -16px;
}
#all #navi .content {
	width: 286px;
	background: url('../images/navi/bg_main.png') repeat-y;
}
#all #navi .back {
	width: 270px;
	background-color: #ffffff;
}
#all #navi .back ul {
	margin: 0px;
	margin-top: -30px;
	padding: 0px;
}
#all #navi .back ul li {
	height: 53px;
	background: url('../images/line.gif') bottom no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#all #navi .back #ul_dim ul li {
	height: 53px;
}
#all #navi .back #ul_sub ul li {
	height: 32px;
}
#all #navi .back #support .text {
	text-align: justify;
	width: 214px;
}

#all #navi .top {
	width: 286px;
	height: 16px;
	background: url('../images/navi/bg_top.png') no-repeat;
}

#formular {
	width: 275px;
	padding-top: 6px;
	text-align: left;
	height: 64px;
}
#formular #left {
	float: left;
	width: 220px;
}
#reg {
	width: 275px;
	clear: both;
	text-align: left;
}
form.v div.li {
	clear: both;
}
form.v div.last {
	border: 0px;
}
form.v div.li div {
	width: 95px;
	margin-top: 4px;
	float: left;
}
form.v div.li span {
	float: left;
}
form.v div input.text {
	height: 14px;
	padding: 2px 0px 1px 3px;
	margin: 4px 0px 0px 4px;
	background-color: #FFFFFF;
	border: 1px solid #C6C5BC;
	font-size: 11px;
	font-weight: normal;
	color: #5e5e5e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
form.v label.error {
	color: #AE5600;
	clear: both;
	white-space: nowrap;
	height: 20px;
	margin-left: 99px;
}
form.v label.hidden {
	/*display: none;*/
}



.text_red { color: red; }

