/* main styles */

html {
	height:100%;
	margin-bottom:1px;
}

* html {height:100%;} /*min-height eqiv. for IE6*/

body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ededed;
	font-family:Arial, Helvetica, sans-serif;
	/*overflow:scroll;
	overflow-x:hidden;*/
}

/* table */

.maintable {
	background-color: #fff;
}

.news {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-style:normal;
	border-bottom: 1px dotted #000;
}

.newsdate {
	font-size: 13px;
	color: #046f9b;
	font-style:italic;
}

.content a, link a:link, link a:visited {
	color: #1579a2;
	text-decoration:underline;	
}

.content a:hover, more a:active {
	text-decoration:none;
}

.more a, more a:link, more a:visited {
	color: #1579a2;
	text-decoration:underline;
	float: right;
	margin-right: 5px;
}

.more a:hover, more a:active {
	text-decoration:none;
}

.link a, more a:link, more a:visited {
	color: #1579a2;
	text-decoration:underline;
	margin-right: 5px;
}

.link a:hover, more a:active {
	text-decoration:none;
}

.projects {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	text-align: center
}

.projects2 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center
}

.projects3 {
	border-bottom: 1px dotted #000;
	text-align: center
}

.projects img {
}

.itemhead {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}

.item {
margin-left:10px;
margin-right: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 11px;
}

.itemB {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.item img {
	float: left;
	border: 0px solid #ccc;
	margin-right: 10px;
}

.divider {
	border-right: 1px dotted #000;
}

.white {
	background-color: #fff;
}

.tabletop {
	background-color: #fff;
	background-image:url(images-mk/table_top_bg.jpg);
	background-repeat: repeat-x;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	width: 895px;
}

.footer a {
	text-decoration: underline;
	color: #999;
}

.footer a:hover {
	text-decoration: none;
}

.bgleft {
	background-image:url(images-mk/shadow_left.jpg);
	background-repeat:repeat-y;
}

.bgright {
	background-image:url(images-mk/shadow_right.jpg);
	background-repeat:repeat-y;
}

.projects img {
border: none;
}

.bgleft_outer {
	background-image:url(images-mk/bg_left.jpg);
	background-repeat:repeat-x;
}

.bgright_outer {
	background-image:url(images-mk/bg_right.jpg);
	background-repeat:repeat-x;
}

.navi {
	background-image:url(images-mk/navi_bg.jpg);
	height: 29px;
	color: #fff;
	font-size: 13px;
	text-align:center;
}

.navi a {
	color: #fff;
	text-decoration: none;
	margin-top: 5px;
}

.navi a:hover {
	color: #2582a8;
}

.active, .active a {
color: #2582a8 
}

.tablesub {
	background-color: #fff;
	/* background-image:url(images-mk/table_top_bg.jpg); 
	background-repeat: repeat-x; */
}

.tablesub .header {
	font-size: 13px;
	color: #046f9b;
	font-weight: bold;
}

.tablesub .content {
	font-size: 12px;
	color: #000;
	margin: 10px;
	background-color: #fff;
	width: 850px;
}

input.text1 { padding:3px; border:solid 1px #bbbbbb; width:250px; height:13px; font-size: 10px;}
input.text1b { padding:3px; border:solid 1px #bbbbbb; width:50px; height:13px; font-size: 10px; }
input.login { padding:2px; border:solid 1px #bbbbbb; width:150px; height:13px; font-size: 10px; }
input.plz { padding:3px; border:solid 1px #bbbbbb; width:48px; height:13px; font-size: 10px; }
input.ort { padding:3px; border:solid 1px #bbbbbb; width:189px; height:13px; font-size: 10px; }
textarea { font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; }

textarea.textarea1 { border:solid 1px #bbbbbb; width:260px; }
textarea.textarea2 { border:solid 1px #bbbbbb; width:270px; }

input.submit { border:solid 1px #000000; background-image:url(images-mk/bg_button.gif); background-repeat:repeat-x; color:#000000; padding:1px 20px 1px 20px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
input.submit:hover {color:#ffffff;}