/***********************************************************************
 *  		logo division und Form	  	                               *
 **********************************************************************/
#Logo{
	position: absolute;
	left: 75px;
	top: 40px;
	width: 223px;
	height: 125px;
}

/* ========================= Form ========================== */
	
select {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	color: #737373;
	font-family: Arial, Helvetica, sans-serif; 
}
option {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	color: #737373;
	font-family: Arial, Helvetica, sans-serif; 
}

input, textarea {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	color: #737373;
	font-family: Arial, Helvetica, sans-serif; 
}

input.button {
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; 
}


/***********************************************************************
 *  		menu division & menu list elements                            *
 **********************************************************************/
/*------------------  menu division ------------------------*/
#menu {
	position: absolute;
	left: 135px;
	top: 195px;
	width: 138px;
	height: 364px;
	background-color: White;
	text-align: right;
	padding: 0px;
	padding-top: 9px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*------------------  menu list elements --------------------*/
#menu ul {
	display: block;
	list-style: none;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
}

/*-------------- menu list elements NOT links ---------------------*/
#menu li {
	text-align: right;
	letter-spacing: 0px;
	color: #737373;
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: middle;
}

/*------------------  menu links & schrift -------------------------*/
#menu li a{
	background-image: url(../images/kreis_umrissgelb.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: normal;
	color:  #838383;
	text-align: right;
	vertical-align: middle;	
	height: 28px;
	padding-left: 0px;
	padding-right: 38px;	
	text-decoration: none;
}

/*------------------  menu links mouse over ---------------------*/
#menu li a:hover{
	background-image: url(../images/kreis_gelb.jpg);
	font-weight: bold;
}

/*------------------  menu selected elements --------------------*/
#menu li a.selected{
	background-image: url(../images/kreis_gelb.jpg);
	font-weight: bold;
}

/*-- menu untere elements (ohne gelben kreis) NOT LINKS ---------*/
#menu p {
	font-size: 11px;
	font-weight: bold;
	color:  #838383;
	padding-right: 38px;
	text-align: right;
	font-family:  Arial, Helvetica, sans-serif;
}

#menu p.agenda-klein {
	text-align: right;	
}

/*--------- menu untere links, schrift -------------*/
#menu a.agenda-klein{
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: normal;
	color:  #838383;
	text-align: right;
	vertical-align: middle;	
	line-height: 20px;
	padding-left: 0px;
	padding-right: 38px;	
	text-decoration: none;
}

/*--------- menu untere links mouse over schrift --------*/
#menu a.agenda-klein:hover{
	font-weight: bold;
}

/***********************************************************************
 *  BODY parts: 																		
 *		fliesßtext & kasten include:
 *				news, products, imprint, etc.
 **********************************************************************/
/*------- body division (beinhaltet fließtext und kasten) ------ */
#body-div {
	position: absolute;
	left: 377px;
	top: 10px;
	height: 442px;
	width: 300px;
	overflow: visible;
	text-align: left;
	vertical-align: bottom;
	background-color: transparent;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

.body-table{
	width: 300px;
	height: 442px;
	background-color: transparent;
	padding: 0px 2px 0px 2px;
	border: none;
	text-align: left;
	vertical-align: bottom;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*----------------- fließtext division ------------------------- */
.fliesstext{
	background-color: transparent;
	vertical-align: bottom;
	width: 300px;
	height: auto;
	padding: 0px 2px 10px 2px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*----------------- fließtext paragraph ------------------------- */
.fliesstext p{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-weight: normal;
}

/*----------------- fließtext links ------------------------- */
.fliesstext a{
	color: #737373;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
}

.fliesstext a:hover{
	text-decoration: underline;
}

/*----------------- fließtext Überschrift  -------------------- */
.fliesstext p .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: justify;
	color: Black;
}

/*----------------- fließtext für news ------------------------- */
.fliesstext p .presse_infos{
	font-size: 12px;
	line-height: 14px;
}

/*----------------- fließtext news links ----------------------- */
.fliesstext p .presse_infos a{
	font-size: 12px;
	line-height: 15px;
}
/*----------------- fließtext_news division ------------------------- */
.fliesstext_news{
	background-color: transparent;
	vertical-align: top;
	width: 300px;
	height: auto;
	padding: 0px 2px 10px 2px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*----------------- fließtext_news paragraph ------------------------- */
.fliesstext_news p{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
}

/*----------------- fließtext_news links ------------------------- */
.fliesstext_news a{
	color: #737373;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
}

.fliesstext_news a:hover{
	text-decoration: underline;
}

/*----------------- fließtext_news Überschrift  -------------------- */
.fliesstext_news p .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: justify;
	color: Black;
}

/*----------------- fließtext_news für news ------------------------- */
.fliesstext_news p .presse_infos{
	font-size: 12px;
	line-height: 14px;
}

.fliesstext_news p .datum{
	color: Black;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	
}

.fliesstext_news p .desc{
	font-weight: bold;
	font-size: 10px;
	color: #737373;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: justify;
}

/*----------------- fließtext_news news links ----------------------- */
.fliesstext_news p .presse_infos a{
	font-size: 12px;
	line-height: 15px;
}
/*----------------- controls ----------------------- */
.controls{
	vertical-align:top;
	padding:0px;
	padding-top:50px;
	padding-left:50px;
}

.controls p{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: justify;
	font-weight: bold;
}

.controls a{
	color: #737373;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
}

.controls a:hover{
	text-decoration: underline;
}


/*------------ events -> agenda-2 Schrift -----------------------*/
.agenda-2 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: left;
	padding-bottom: 5px;
}

/*----------------- grauer Kasten variable Breite -------------- */
#kasten_normal {
	position: absolute;
	left: 697px;
	top: 10px;
	height: 442px;
	width: 35%;
	padding: 0px;
	padding-right: 30px;
	text-align: left;
	vertical-align: bottom;
	background-color: transparent;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
} 

/*-------- kasten feste Breite und breiter als normal ---------- */
#kasten_breit {
	position: absolute;
	left: 697px;
	top: 10px;
	height: 442px;
	width: 410px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
	background-color: transparent;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
} 

/*----------------- kasten noch breiter ----------------------- */
#kasten_breit_2 {
	position: absolute;
	left: 697px;
	top: 10px;
	height: 442px;
	width: 430px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
	background-color: transparent;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
} 

/*----------------- idem ----------------------- */
#kasten_breit_3 {
	position: absolute;
	left: 697px;
	top: 10px;
	height: 442px;
	width: 530px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
	background-color: transparent;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
} 

/*------ kasten (alle) Inhalt -tables & -division: --------- */
.kasten-table{
	background-color: transparent;
	padding: 0px;
	width: 100%;
	height: 100%;
	border: none;
	text-align: left;
	vertical-align: bottom;
	border-spacing: 0px;
	border-collapse: collapse;
}

.kasten-td{
	background-color: transparent;
	vertical-align: bottom;
	width: auto;
	height: auto;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.kasten-div{
	width: auto;
	height: auto;
	background-color: #f0f0f0;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: top;
	text-align: right;
	padding: 5px 10px 5px 10px;
}

/*------ kasten (alle) Schrift - paragraph --------- */
.kasten-div p{
	padding: 0px;
	font-weight: bold;
	font-size: 10px;
	color: #737373;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: justify;
}

/*------ kasten (alle) Schrift - links --------- */
.kasten-div a{
	color: #404040;
	text-decoration: none;
}

.kasten-div a:hover{
	text-decoration: underline;
}

/*--- kasten (alle) Schrift - für "Lists", sieht besser aus left-aligned ---- */
.kasten-div .list{
	text-align: left;
}

/*------- Kasten news division (für news komplett) --------------*/
#kasten_news{
	background-color: White;
	position: absolute;
	padding: 0px;
	left: 376px;
	top: 130px;
	z-index: 30;
	height: 172px;
	width: 60%; 
	text-align: left;
	vertical-align: top;
}

#kasten_news table{
	width: 100%;
	background-color: White;
	border: none;
	border-left: 20px;
	border-left-color: White;
	border-left-style: solid;
	border-right: 20px;
	border-right-color: White;
	border-right-style: solid;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

#kasten_news td{
	border: none;
	border-spacing: 0px;
	background-color: transparent;
}	
/*----------------- news_text division ------------------------- */
.news_text{
	background-color: transparent;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*----------------- news_text paragraph ------------------------- */
.news_text p{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-weight: normal;
}

/*----------------- news_text links ------------------------- */
.news_text a{
	color: #737373;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
}

.news_text a:hover{
	text-decoration: underline;
}

/*----------------- news_text Überschrift  -------------------- */
.news_text p .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: justify;
	color: Black;
}

.news_text p .title2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: justify;
	color: Black;
}

/*----------------- Images im Text  -------------------- */
#kasten_news .news_text .text-und-img{
	width: 100%;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: transparent;
}

#kasten_news .news_text .text-und-img .text_neben_img{
	padding: 0px;
	background-color: transparent;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-weight: normal;	
}

#kasten_news .news_text .text-und-img .image_div{
	text-align: right;
	vertical-align: middle;
	padding: 0px 0px 20px 20px;
}

#kasten_news .news_text .text-und-img .image_div image{
	border: 1px;
	border-color: Black;
	border-style: solid;
}

/*----------------- news_text table  -------------------- */

#kasten_news .news_text .news_table{
	width: 100%;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: transparent;
}

#kasten_news .news_text .news_table td.text{
	width: 50%;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
	padding: 0px 20px 0px 0px;
}

#kasten_news .news_text .news_table td.width_33{
	width: 33%;
}

#kasten_news .news_text .news_table td.image{
	padding: 0px 10px 0px 0px;
	text-align: left;
	vertical-align: bottom;
	background-color: transparent;
}

#kasten_news .news_text .news_table td.image img{
	border: none;
	/*border-color: Black;
	border-style: solid;*/
}

#kasten_news .products_table {
	margin: 20px 0 0;
}

#kasten_news .products_table td, #kasten_news .products_table th {
	border: 2px solid #dedede;
	padding: 3px 0 3px 5px;
}

#kasten_news .products_table .products_table_title td, 
#kasten_news .products_table .products_table_title th {
	padding-top: 30px;
	padding-bottom: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: left;
}

#kasten_news .image_overview_table a {
	float: left;
}

#kasten_news .image_overview_table p {
	margin-top: 0;
}


/*----- Kasten News Liste ---------------- */
#kasten_newsListe{
	background-color: White;
	position: absolute;
	padding: 0px;
	left: 376px;
	top: 136px;
	z-index: 30;
	height: 172px;
	width: 600px; 
	text-align: left;
	vertical-align: top;
}

#kasten_newsListe table{
	background-color: White;
	border: none;
	border-left: 20px;
	border-left-color: White;
	border-left-style: solid;
	border-right: 20px;
	border-right-color: White;
	border-right-style: solid;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

#kasten_newsListe td{
	border: none;
	border-spacing: 0px;
}

#kasten_newsListe p.title{
	padding-left: 20px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: justify
}

/*------ Kasten Custumers division (grau unten) --------------- */
#kasten_customers{
	position: absolute;
	left: 335px;
	top: 489px;
	z-index: 30;
	height: 124px;
	width: 438px; 
	padding: 5px 10px 5px 10px;
	text-align: left;
	vertical-align: bottom;
	background-color: #f0f0f0; 
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*------ Kasten Custumers Schrift --------------- */
#kasten_customers p{
	padding: 0px;
	font-weight: bold;
	font-size: 10px;
	color: #737373;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: justify;
}

/*------ Kasten Custumers 2 division & table(für die Logos) -------- */
#kasten_customers_2{
	position: absolute;
	left: 710px;
	top: 138px;
	z-index: 30;
	height: 475px;
	width: 260px; 
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

.kc-table{
	vertical-align: top;
	width: 100%;
	height: 100%;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

.kc-table table{
	height: 100%;
}

/*------ Kasten Custumers 2 Schrift --------------- */
.kc-td-text{
	vertical-align: top;
	padding: 0px;
	font-weight: bold;
	font-size: 10px;
	color: #737373;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: right;	
}

/*------ Kasten Custumers 2 Logos --------------- */
.kc-td-logos{
	vertical-align: top;
	padding: 0px 20px 0px 20px;
	background-color: White;
}


/*----- Kasten Products div & table ---------------- */
#kasten_products{
	background-color: White;
	position: absolute;
	padding: 0px;
	left: 376px;
	top: 136px;
	z-index: 30;
	height: 172px;
	width: 600px; 
	text-align: left;
	vertical-align: top;
}

#kasten_products table{
	background-color: White;
	border: none;
	border-left: 20px;
	border-left-color: White;
	border-left-style: solid;
	border-right: 20px;
	border-right-color: White;
	border-right-style: solid;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

#kasten_products td{
	border: none;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #535353;
	border-spacing: 0px;
}

/*----- Kasten Products Überschrift ---------------- */
#kasten_products p.title{
	padding-left: 20px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: justify
}

/*----- Kasten Products text ---------------- */
.kp_text{
	background-color: transparent;
	vertical-align: middle;
	padding: 20px 20px 20px 0px;
	font-weight: bold;
	font-size: 10px;
	color: #737373;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: justify;	
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}
/*----- Kasten Products logo ---------------- */
.kp_logo{
	text-align: center;
	vertical-align: middle;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}


/*----------------- Imprint division ---------------------- */
#body-imprint {
	position: absolute;
	left: 377px;
	top: 130px;
	height: 450px;
	width: 550px;
	overflow: hidden;
	text-align: left;
	vertical-align: bottom;
	background-color: White;
	padding: 20px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	z-index: 30;
}

/*----------------- Imprint Schrift ---------------------- */
.imprint-text{
	height: 420px;
	overflow: auto;
	padding: 10px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	font-weight: normal;
}

/*----------------- Imprint links ---------------------- */
.imprint-text a{
	color: #737373;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
}

.imprint-text a:hover{
	text-decoration: underline;
}

/*----------------- Imprint Überschrifte ---------------------- */
.imprint-text p .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: justify;
	color: Black;
}

.imprint-text .title2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #404040;
}


/***********************************************************************
 *  KREISE: 																		
 **********************************************************************/
/*------ kreise division (mit kreis-Hintergrund) -------------- */
#kreis{
	text-align: center;
	border: none;
	background-position: top left;
	display: block;
	height: 100px;
	width: 100px;
	background-image: url(../images/hintergrundkreis_grau.jpg);
}

/*------ kreise table, für die schrift -------------- */
#kreis table{
	width: 100px;
	height: 100px;
}

#kreis td{
	vertical-align: middle;
	text-align: center;
}

/*------ kreise Schrift -------------- */
#kreis p{
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #A4A4A4;
	text-align: center;
	vertical-align: middle;	
}

/*------ kreise links -------------- */
#kreis a{
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #A4A4A4;
	text-align: center;
	vertical-align: middle;	
	text-decoration: none;
}

#kreis a:hover{
	color:  #838383;
}
