.tx-loginboxmacmade-pi1 {
	width:195px;
}
#main #border #maincontent .leftmain .news .bodytext .internal-link {
	margin: 0px 0px 0px 5px;
	padding-bottom: 10px;
}
#main #border #maincontent .leftmain .news .bodytext a {
	color: #3366FF;	
}
#main #border #maincontent .leftmain .news .tx-loginboxmacmade-pi1 .tx-loginboxmacmade-pi1-forgotpasswordLink a {
	margin: 0px 0px 0px 5px;
	color: #3366FF;	
}
#main #border #maincontent .leftmain .news .tx-loginboxmacmade-pi1 .tx-loginboxmacmade-pi1-forgotpasswordLink a:hover {
	color: #F60;
}
#main #border #maincontent .leftmain .news .bodytext a:hover {
	color: #F60;
}
#main #border #maincontent .leftmain .news .tx-loginboxmacmade-pi1 .tx-loginboxmacmade-pi1-header {
	float: left;
	visibility: hidden;
	display: none;
}
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #6787ff;
	color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
margin: 0;
padding: 0;
}
p, li, h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-size: 1em;
}
body,td,th {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14pt;
	color: #3366ff;
}
h2 {
	font-size: 12pt;
	color: #3366ff;
}
h3 {
	font-size: 12pt;
	color: #3366ff;
}
#main {
	height: auto;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}
#border {
	float: left;
	height: auto;
	width: 968px;
	border: 1px solid #CCC;
}
#header {
	background: url(images/image_01.jpg) no-repeat;
	float: left;
	height: 110px;
	width: 970px;
	position: relative;
}

.topnavi {
	width: 324px;
	position: absolute;
	top: 76px;
	text-align: right;
	height: 32px;
	left: 646px;
}
.topnavi .topmenue {
	list-style: none;
}
.topnavi .topmenue li {
	float: left;
}

.topnavi .topmenue li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	font-weight: bold;
	padding: 9px 15px;
	margin-right: 10px;
}
.topnavi .topmenue li a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.topmenuefocus {
	color: #36F;
	background-color: #cfcfcf;
}
.breadcrumb {
	left: 242px;
	width: auto;
	top: 48px;
	height: 20px;
	float: left;
	margin-top: 55px;
	line-height: 20px;
	margin-left: 250px;
	font-size:10px;
}
.breadcrumb a {
	color: #36F;
}
.breadcrumb a:hover {
	color: #ff6600;
}
.search {
	position: absolute;
	width: 200px;
	line-height: 20px;
	height: 20px;
	left: 764px;
	top: 11px;
	text-align: right;
}
.home {
	background: url(images/li-home.jpg) no-repeat left center;
}
.kontakt {
	background: url(images/li-mail.jpg) no-repeat left center;
}
.impressum {
	background: url(images/li-impressum.jpg) no-repeat left center;
}


#maincontent {
	float: left;
	height: auto;
	width: 970px;
	background: url(images/mainbg.jpg) repeat-y;
}
#left {
	float: left;
	height: auto;
	width: 202px;
}
.leftmain {
	float: left;
	height: auto;
	width: 202px;
}
.leftmain .news {
	float: left;
	height: auto;
	width: 202px;
	margin-top: 10px;
}
#main #border #maincontent .leftmain #left #nav {
	position: relative;
	z-index: 999;
}

ul#nav {
	list-style-type: none;
	margin: 10px 0px 0px;
	padding: 0px;
	float: right;
	background: #FFF;
	border-right: 1px solid #cfcfcf;
}
ul#nav ul {
	margin: 0;
	padding: 0;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	background: #fff; /* IE6 Bug */
	color: black;
	font-size: 100%;
	z-index: 999;
	}
 
ul#nav li {
	position: relative;
	list-style: none;
	}
 
ul#nav li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	width: 170px;
	font-size: 12px;
	color: #3366ff;padding: 6px 2px 5px 22px;
	border-bottom: 1px solid #CCC;
	}
ul#nav li a:hover {
	color: #fff;
	background-color: #3366FF;
	}	
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
 
ul#nav ul {
	position: absolute;
	display: none;
	left: 194px; /* Set 1px less than menu width */
	top: 0;
	z-index: 999;
	width:194px;
	}
 
ul#nav li ul li a { 
	display: block;
	text-decoration: none;
	font-weight: bold;
	width: 170px;
	font-size: 12px;
	color: #3366ff;padding: 6px 2px 5px 22px;
	border-bottom: 1px solid #CCC;
 } /* Sub Menu Styles */
 
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */
 
ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } /* The magic */
 
ul#nav li.menuparent { background: transparent url(images/arrow.gif) no-repeat 180px center }
 
ul#nav li.menuparent:hover,
ul#nav li.over { 
	background-color: #f9f9f9; 
}
 
 
ul#nav li a:hover { 

	color: #fff; 	
}


.aktiv {
    color: #fff;
    background-color: #cc3333;
}
.aktiv a {
    color: #fff;
}
.eg {
	background: #e2e2e2;

	border-bottom: 1px solid #CCC;
	width: 250px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.eg img {
	border: 1px solid #000084;
}
.leftimg img {
	margin-top: 20px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}
.adresse {
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#content {
	float: left;
	width: 768px;
	height: auto;
	background: #FFF;
}
.inhalt {
	float: left;
	width: 748px;
	margin-top: 10px;
	padding-left: 20px;
}

.newsticker {
	float: right;
	width: 230px;
	padding: 0px 10px 10px;
	border-top: 1px;
	border-bottom: 1px solid #CCC;
}
#footer {
	height: 24px;
	width: 970px;
	border-top: 1px solid #ccc;
	float: left;
	background: #ffffff;
	color: #999;
	padding-top: 10px;
	text-align: center;
}
#footer a {
    color:#999999;	
}
#footer a:hover {
    color:#600;	
}
#footer a:visited {
    color:#999999;	
}
#footer a:active {
    color:#999999;	
}
.newsticker-header  {
	color: #CA3436;
	font-weight: bold;
	background: #e4e4e4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.inhalt a {
	color: #cc3333;
}
.inhalt a:hover {
	color:#600;
}
.inhalt a:visited {
	color: #cc3333;
}
.inhalt a:active {
	color: #cc3333;
}
#main #border #maincontent #content .inhalt div table tr td #big {
	border: 1px solid #C33;
	padding: 2px;
}
#main #border #maincontent #content .inhalt div table tr td #table1 tr td #table2 tr td a .box {
	border: 1px solid #C33;
	padding: 2px;
}
#main #border #maincontent #content .inhalt .bgcolor {
	width: 360px;
	margin-left: 160px;
	background: #E4E4E4;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

