html,body {
	margin: 0px;		
	vertical-align: top;
	height:100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #2c2c2c;
	overflow:hidden;
}

body{
	background:url(../images/background.jpg) no-repeat -00px 0px;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2c2c;
}

a:link, a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e578b;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2c2c;
	text-decoration: underline;
}

a.white:link, a.white:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

.headlinetext{
	font-size:24px;
	font-weight:bold;
	vertical-align:middle;
	padding-top:4px;
}

.formular input{
	border:solid 1px #738BBB;
	cursor:default;
}
.formular select{
	border:solid 1px #738BBB;
}
.formular textarea{
	border:solid 1px #738BBB;
	cursor:default;
}
.formular label{
	font-weight:bold;
}
td.quick_no{
	font-size:20px;
	font-weight:bold;
	padding-top:3px;
	background-color:#f3f3f3;
	color:#738BBB;
	height:30px;
	width:40px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}
td.quick_no:hover{
	font-size:20px;
	font-weight:bold;
	padding-top:3px;
	height:30px;
	width:40px;
	vertical-align:middle;
	background-color:#738BBB;
	color:#FFFFFF;
	text-align:center;
}
td.quick_titel{
	font-size:20px;
	background-color:#fff;
	color:#738BBB;
	font-weight:bold;
	padding-top:3px;
}
.index_no{
	background-color:#738BBB;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	border-bottom:1px solid #cacaca;
	/*height:30px;*/
	width:40px;
	cursor:pointer;
}
.index_no_{
	background-color:#ededed;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	border-bottom:1px solid #cacaca;
	/*height:30px;*/
	width:40px;
	cursor:pointer;
}
.index_no_mo{
	background-color:#738BBB;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:underline;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #cacaca;
	/*height:30px;*/
	width:40px;
	cursor:pointer;
}
.index_spacer{
	background-image:url('../images/gruppe0/spacer_bg.jpg');
	background-repeat:repeat-y;
	background-position:right;
	width:20px;
	border-bottom:1px solid #cacaca;
	border-right:1px solid #cacaca;
	/*height:30px;*/
	cursor:pointer;
}
.index_titel{
	border-bottom:1px solid #cacaca;	
	background-position:right;
	background-repeat:no-repeat;
	/*height:30px;*/
	color:#221e1f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	padding-left:15px;
	cursor:pointer;
}
.index_titel_mo{
	border-bottom:1px solid #cacaca;	
	background-position:right;
	background-repeat:no-repeat;
	/*height:30px;*/
	color:#738BBB;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	padding-left:15px;
	cursor:pointer;
}
.index_empty{
	border-bottom:1px solid #cacaca;
	font-size:1px;
	height:1px;
}
.product_img{
	background:url(../images/blueline.gif) no-repeat bottom left;
	width:200px;
	text-align:left;
}
.product_art{
	background-color:#e5e6e8;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
div.navi2{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
div.navi2 a:link,div.navi2 a:visited{
	font-size:14px;
	text-decoration:none;
	background:none;
	color:#738bbb;
}
div.navi2 a:hover,div.navi2 a:active{
	font-size:14px;
	text-decoration:none;
	background:#738BBB;
	color:#fff;
}

#loading_overlay {
	background-color: black;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity:0.6;
}

.prd_white {
	background-color: white;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity:0.8;
}

#language_div {
	background-color: #262626;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity:0.9;
}

.bg0 {
	background-color: rgb(250,250,250);
}

.bg1 {
	background-color: rgb(240, 240, 240);
}

td.kontakt_titel{
	font-size:16px;
	background-color:#ffffff;
	color:#738BBB;
	font-weight:bold;
	padding-top:3px;
	border-bottom: solid 1px #738BBB;
}

.mm_12px {
	font-size: 12px;
}
.mm_14px {
	font-size: 14px;
}
.mm_16px {
	font-size: 16px;
}

#gray_overlay{  
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%; 
	background-color: rgb(255,255,255);
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity:0.6;
}

#gbo{  
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%; 
	background-color: rgb(255,255,255);
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity: 0.6;
}
.gbclose{
	text-indent:-9000px;
	background-image:url(../images/button/loeschen.png);
	background-repeat:no-repeat;
	height:12px;
	width:12px;
	display:block;
	clear:both;
}
.gbclose:hover{
	background-image:url(../images/button/loeschen3.png);
}
#uHeader  h4{
	padding:0px;
	margin:0px;
}

/* NEWS MODUL */
#news_div table{
	width:870px;
	margin:5px;
}
.news_head td{
	height:345px;
	text-align:center;
	background:url(../images/news/header.jpg) center no-repeat;
}
.news_boxes td{
	width:218px;
	height:280px;
	text-align:center;
	background:url(../images/news/box_bg.jpg) center no-repeat;
}
.news_boxes h1{
	margin:0px;
	padding:0px;
	font-size:16px;
	
}
.news_boxes p{
	text-align:center;
	margin-top:5px;
}
.news_boxes ul{
	list-style-image:url(../images/news/pre.jpg);
	margin-top:2px;
	margin-bottom:2px;
}
.news_boxes .padd{
	padding-top:7px;
	height:270px;
	overflow:hidden;
}
.news_boxes .padd div{
	padding-left:5px;
	padding-right:5px;
}
 * html .padd {
	padding:7px;
}


