/* Frontend (wird auch vom Rich-Text-Editor eingelesen) */
body,html {
	margin:0px;
	background-color: #505050;
	/*text-align: center; Direkt in 'index1.php' definiert*/
	height: 100%;
	/*background-color:green;*/
}

body,p {
	font-family: Arial;
	font-size:14px
}

p {
	text-align: left;
	/*margin-top: 5px;*/
}

td {
	text-align: left;
}

p.blau_bold {
	color: #002F63;
	font-weight: bold;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.thin {
	font-weight: normal;
}

a.login_reg {
	text-decoration: underline;
}

a.red {
	color: #ff0000;
}

a:hover {
	text-decoration: underline overline;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 11px;
	margin: 0px;
	clear: both;
}

h1 {
	color: #000000;
	font-style: italic;
	font-size: 18px;
	display: inline;
	clear: both;
}

h2 {
	color: #C0CCFF;
	font-size: 16px;
	font-style: italic;
}

h3 {
	font-style: normal;
	display: inline;
	clear: both;
}

.kleiner_text {
	font-size: 10px;
}

/* Layout & Navigation */
#centerDIV {
	width: 1000px;
	margin: 10px auto;
	text-align: left;
	border: solid 1px #002F63;
	background-color: #FFFFFF;
}

#logo {
	padding: 5px 0px 0px 15px;
}

#toplinkDIV {
	text-align: right;
	font-size: 10px;
	margin-top: -12px;
	margin-right: 30px;
	color: #002F63;
}

#headerDIV {
	width: 1000px;
	background-color: #FFFFFF;
	float: left;
}
#InfoDIV {
	position:absolute;
	margin-left: 850px;
	top: 50px;
}
	
#spacer_blau {
	margin-top: -1px;
	height: 15px;
	background-color: #0EA47B;
	clear: both;
	background-image:url(cold/background.jpg);
}

hr {
	color: #002F63;
}

#contentMainDIV {
	width: 975px;
	/* height: 800px; */
	float: left;
	padding: 15px 0px 0px 25px;
	margin-bottom: 10px;
	background-color: white;
	/* background-image: url(pics/verlauf.jpg); */
}

#contentRightDIV {
	margin-left: 750px;
	margin-top: 15px;
	width: 220px;
	z-index: 2;
	position: relative;
}

#background_picDIV {
	margin-left: 750px;
	position: absolute;
	top: 250px;
	z-index: 1;
	/*
	background-image: url(../pics/back_right.gif);
	background-repeat: no-repeat; 
	background-position: right;
	*/
}

#searchDIV {
	text-align: right;
	background-color: white;
}

.footer_allDIV {
	clear: both;
	background-color: #FFFFFF;
	height: 130px;
}

#footer_textDIV {
	clear: both;
	background-color: #FFFFFF;
	color: #C0CCFF;
	text-align: center;
	font-size: 11px;
	z-index: 2;
	position: relative;
}
a.footer_text{
	color: #C0CCFF;
}

#footer_picDIV {
	clear: both;
	float: left;
	/*background-color: #E6E6E6;*/
	padding-left: 5px;
}

.footer_infotextDIV {
	clear: both;
	color: #002F63;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	
}

.footer_prodDIV {
	float: left;
	padding: 15px 0px 15px 20px;
	text-align: center;
}

.loginFORM {
	height: 11px;
	border: 1px solid;
	font-size: 9px;
	width: 150px;
	vertical-align: middle;
}

.footer_img {
	padding: 15px 0px 15px 20px;
}

#kunden_login_picDIV {
	/*background-color: #E6E6E6;*/
	text-align: right;
	z-index: 2;
	position: relative;
}

#kunden_login_textDIV {
	font-size: 10px;
	background-color: #505050;
	text-align: left;
	margin-left: 750px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: -5px;
}

#naviDIV {
	padding: 0px 0px 0px 105px;
}

.main_nav_links {
	padding: 0px 5px 0px 5px;
}

.main_nav_links:hover {
	color: #ffffff;
	background-color: #0EA47B;
}

/* Subnav - Container */
.sub_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	text-align: left;
	display: none;
	z-index: 20;
	background-color: #505050;
}
.sub_menu_links {
	display: block;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.sub_menu_links:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E6E6E6;
}

/* rte template */
.td_rte_two_left {
	font-size: 11px;
	vertical-align: top;
	width: 50%;
	padding-right: 10px;
}

.td_rte_two {
	font-size: 11px;
	vertical-align: top;
	width: 50%;
}

.td_rte_eleven_h {
	padding-left:3px;
	/*padding-right:3px;*/
	border: solid 1px #000000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:top
}

.td_rte_eleven_t {
	padding-left:3px;
	/*padding-right:3px;*/
	border: solid 1px #000000;
	font-size:11px;
	vertical-align:top
}
