<!--
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/*************/
/*   Links   */
/*************/
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #666;
}

/* Schwarz Fett */
a.BlackBold:link, a.BlackBold:visited, a.BlackBold:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a.BlackBold:hover {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

/*************************/
/*   Tabellen - Content  */
/*************************/
.Header {
	width: 953px;
	height: 117px;
	border:none;
	margin-left:auto;
	margin-right:auto;	
}

.HeaderMenu {
	width: 953px;
	height: 25px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	margin-left:auto;
	margin-right:auto;	
	background-image:url(/gfx/head/head_menu_back.jpg);

}

.HeaderBottom {
	width: 953px;
	height: 40px;
	border:none;
	margin-left:auto;
	margin-right:auto;	
}

.HeaderMenuBotton {
	width: 130px;
	height: 25px;
	border:none;
	background-image:url(/gfx/head/head_menu_button.jpg);
	text-align:center;
}

.HeaderMenuBotton:hover {
	background-image:url(/gfx/head/head_menu_button2.jpg);
	}

.ContentMain {
	width: 953px;
	border-top: 1px #ccc solid;	
	border-bottom: 1px #ccc solid;	
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	margin-left:auto;
	margin-right:auto;	
}

.BoxLeft {
	width: 250px;
	border: none;	
}

.BoxKlein {
	width: 240px;
	border-top: none;	
	border-bottom: none;	
	border-left: none;
	border-right: none;
	margin-left:auto;
	margin-right:auto;
}

.BoxCenter {
	width: 700px;
	border-top: none;	
	border-bottom: none;	
	border-left: none;
	border-right: none;
	margin-left:auto;
	margin-right:auto;
}

.BoxCenterBig {
	width: 850px;
	border-top: none;	
	border-bottom: none;	
	border-left: none;
	border-right: none;
	margin-left:auto;
	margin-right:auto;
}

.BoxCenterKlein {
	width: 660px;
	border-top: none;	
	border-bottom: none;	
	border-left: none;
	border-right: none;
	margin-left:auto;
	margin-right:auto;
}

.BoxCenterTD {
	width: 165px;
}

.TDLineGreen {
	border-top: none;	
	border-right: none;	
	border-left: none;
	border-bottom: 1px #11BCCA solid;
	height: 30px;
}

.TDLineNews {
	border-top: none;	
	border-right: none;	
	border-left: none;
	border-bottom: 1px #11BCCA solid;
}


.TDLinksBack,.TDLinksAktiv {
	border-top: none;	
	border-right: none;	
	border-left: none;
	border-bottom: none;
	height: 20px;
	background-color: fff;
}

.TDLinksBack:hover {
	background-color: #F8F8FA;
}

.TDLinksAktiv {
	background-color: #BBCCFF;
}

/*********************/
/*   ÜberSchriften   */
/*********************/
h1 {
	font-size: 16px;
	color: #000; 
	display: inline;
}

h2 {
	font-size: 14px;
	color: #1159CD;
	display: inline;
}

h3 {
	font-size: 13px;
	color: #000;
	display: inline;
}

.TXTGrau {
	color: #666;
}


/*****************/
/*   Formulare   */
/*****************/
.form {
	display: inline;
}

.TextfeldGlobal {
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	font-size: 12px; 
	padding: 2px;
	background:none;
}

.FormButton {
	border-top: 1px #82D9E0 solid;	
	border-left: 1px #82D9E0 solid;	
	border-right: 1px #11BCCA solid;	
	border-bottom: 1px #11BCCA solid;
	font-size: 12px; 
	background-image:url(/gfx/head/head_menu_button.jpg);
	height: 25px;
}

/**************/
/*   Bilder   */
/**************/

.PicBlank {
	border-top: 1px #11BCCA solid;	
	border-bottom: 1px #11BCCA solid;	
	border-left: 1px #11BCCA solid;
	border-right: 1px #11BCCA solid;
	width: 100px;
	height: 70px;
}

.PicBorder {
	border-top: 1px #1159CD solid;	
	border-bottom: 1px #1159CD solid;	
	border-left: 1px #1159CD solid;
	border-right: 1px #1159CD solid;
}

.PicPresse {
	margin: 0px 10px 10px 0px;
	float:left;
	border:1px #1159CD solid;
}

/*********************/
/*   Systeme-Seite   */
/*********************/


.image_wrap { display: inline-block;
		  overflow:hidden;
		  height:60px;
		  width:100px;
		  border: 1px #11BCCA solid; 
		}

.image_top {
		display: table-cell;
		
		background-color:#fff; 
		text-align:center;
		vertical-align: middle;
		padding:0px; 
		}
