/* --- CSS - Formate für Bildschirmanzeige --- */

body 	{
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 11px;
	color: #606060;
	background: #FFF;
	margin-top: 5px;
	}

#over	{
	width: 100%;
	background: #FFF;
	}

#basic1 {
	width: 980px;
	height: 540px;
	padding: 10px;
 	border: solid 3px #A0A0A0;
	}

#over #basic1 .banner_left {
	float: left;
	width: 250px;
	height: 50px;
	}

#over #basic1 .banner_rite {
	float: right;
	width: 730px;
	height: 50px;
	text-align: right;
	font-size: 14px;
	letter-spacing: 2px;
	}

#over #basic1 .banner_rite .head {
	font-size: 20px;
	}

#over #basic1 .banner_rite .head2 {
	font-size: 14px;
	}

/* --- Navigation --- */
#over #basic1 .mainnavi {
	float: left;
	height: 50px;
	width: 980px;
	background-image: url('../images/gif/line.gif');
	background-repeat: repeat-x;
	}

#navimain {
	width: 980px;
	height: 50px;
	background-image: url('../images/gif/line.gif');
	background-repeat: repeat-x;
	}

#navimain ul {
	list-style: none;
	padding: 3px;
	margin: 3px;
	}

#navimain li {
	float: left;
	display: inline;
	width: 187px;
	line-height: 20px;
	text-align: center;
	border: solid 1px #A0A0A0;
	font-size: 12px;
	padding: 2px;
	background: white;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
	}

#navimain li:hover {
	background: #EEE;
	}


/* ------------------ */

#over #basic1 .main_left {
	float: left;
	width: 265px;
	height: 445px;
	}

#over #basic1 .main_left #midbild {
	width: 260px;
	height: 280px;
	}

#over #basic1 .main_left #commerce {
	font-size: 10px;
	text-align: left;
	padding: 5px 0 5px 0;
	}

#over #basic1 .main_middle {
	float: right;
	width: 715px;
	height: 425px;
	}

#over #basic1 .main_middleleft {
	float: left;
	width: 580px;
	height: 425px;
	}

#over #basic1 .main_middleleft .content {
	padding: 0 10px 0 10px;
	text-align: justify;
	}

#over #basic1 .main_middleleft .content h1 {
	font-size: 14px;
	letter-spacing: 2px;
	}

#over #basic1 .main_middleleft .content h2 {
	font-size: 12px;
	letter-spacing: 2px;
	}

#over #basic1 .main_middleleft .content .headr {
	font-size: 14px;
	text-align: right;
	}

#over #basic1 .main_middleleft .content .headr a {
	background: #FFF;
	color: #808080;
	}

#over #basic1 .main_middleleft .content .headl {
	font-size: 14px;
	text-align: left;
	}

#over #basic1 .main_middleleft .content .headl a {
	background: #FFF;
	color: #808080;
	}

#over #basic1 .main_middleleft .content .headr a:hover	{
	background: #F2F2F2;
	color: #000;
	}

#over #basic1 .main_middleleft .content .preise td {
	border: solid 1px #A0A0A0;
	text-align: center;
	width: 140px;
	vertical-align: middle;
	}

#over #basic1 .main_middleleft .content .preise .wprice0 {
	background: #FFFFFF;
	}

#over #basic1 .main_middleleft .content .preise .wprice1 {
	background: #F0F0F0;
	}

#over #basic1 .main_middleleft .content .preise .wprice2 {
	background: #E2E2E2;
	}

#over #basic1 .main_middlerite {
	float: right;
	width: 130px;
	height: 425px;
	text-align: left;
	}

#over #basic1 .main_middlerite .tags {
	font-size: 11px;
	font-family: Tahoma,Arial,Helvetica;
	width: 130px;
	/*border: 1px dotted #A0A0A0;*/
	text-align: justify;
	height: 170px;
	}

#over #basic1 .main_bottom {
	float: left;
	width: 715px;
	height: 20px;
	}

#over #basic1 .main_bottomleft {
	float: left;
	width: 265px;
	height: 20px;
	text-align: left;
	}

#over #basic1 .main_bottomrite {
	float: right;
	width: 450px;
	height: 20px;
	text-align: right;
	color: #A0A0A0;
	font-size: 11px;
	}

#over #basic1 .main_bottomrite input {
	background: transparent;
	cursor: pointer;
	}

.referenz {
	width: 560px;
	height: 330px;
	overflow: auto;
	}

.referenz .refcontent {
	padding: 10px;
	text-align: left;
	}

#boxleft, #boxmidd, #boxrite {
	width: 170px;
	height: 180px;
	border: 1px solid #A0A0A0;
	font-family: tahoma, sans-serif;
	text-align: left;	
	}

#boxleft {
	float: left;
	}

#boxrite {
	float: right;
	}

.boxtitle {
	height: 20px;
	width: 170px;
	background: #F0F0F0;
	font-weight: bold;
	text-indent: 10px;
	}

.boxcontent {
	padding: 5px;
	height: 130px;
	width: 160px;
	letter-spacing: 0px;
	}

/* --- mini windows --- */
.linklist .mini {
	position: relative;
	z-index: 0;
	}

.linklist .mini:hover {
	z-index: 99;
	}

.linklist .mini span{
	position: absolute;
	left: 0px;
	background: #F2F2F2;
	padding: 10px;
	border: 1px solid #A0A0A0;
	visibility: hidden;
	}

.linklist .mini span img {
	border-width: 0;
	}

.linklist .mini:hover span{
	visibility: visible;
	top: 15px;
	left: 50px;
	}


.linklist .mini:hover span.ref{
	visibility: visible;
	top: 0px;
	left: 75px;
	}

/* ------------------------- */

td	{
	font-family: Verdana,Tahoma,sans-serif;
	font-size: 11px;
	color: #606060;
	}

#bild	{
	position: absolute;
	left: 25px;
	top: 125px;
	}

#lis	{ font-weight:bold; }

.nobord {
	border-style: none;
	background: #FFF;
	}

input,textarea   {
	font-family: Verdana,Tahoma,sans-serif;
	color: #606060;
	font-size: 10px;
	background: #FFF;
	border: none;
	}

option,select	{
	font-size: 9px;
	color: #606060;
	}

select	{
	height: 20px;
	width: 265px;
	background: #FFF;
	font-size: 9px;
	}

.inp	{
	background: #FAFAFA;
	border: 1px solid #A0A0A0;
	}

.big	{ font-size:12px; }
.heading {
	width: 550px;
	text-align: right;
	vertical-align: bottom;
	font-size: 12px;
	letter-spacing: 2px;
	}

.link	{
	font-size: 9px;
	color: #A0A0A0;
	}

.blu9	{
	color: #000020;
	font-size: 9px;
	}

.red9	{
	color: #802000;
	font-size: 9px;
	}

.ju,p	{ text-align: justify; }
.c	{ text-align: center; }
.ri	{ text-align: right; }
.le	{ text-align: left; }

.top td { vertical-align: top; }
.p8	{ font-size: 8px; letter-spacing: 0px; }
.p9	{ font-size: 9px; letter-spacing: 0px; }
.p10	{ font-size: 10px; letter-spacing: 0px; }
.p12	{ font-size: 12px; letter-spacing: 0px; }
.p16	{ font-size: 16px; letter-spacing: 0px; }

.host td {
	background: #FAFAFA;
	border: solid 1px #F0F0F0;
	letter-spacing: 0px;
	}

.none	{ border-style: none; }

.a	{
	font-size: 9px;
	color: #A0A0A0;
	}

.wis	{
	font-size: 12px;
	color: #E0E0E0;
	letter-spacing: 1px;
	font-weight: bold;
	}

.wr	{
	font-size: 12px;
	color: #802000;
	letter-spacing: 2px;
	}

.wi14	{
	font-size: 14px;
	color: #606060;
	letter-spacing: 2px;
	font-weight: bold;
	}

.t8	{
	font-family: Tahoma,sans-serif;
	font-size: 9px;
	border-bottom: solid 1px #E0E0E0;
	}

.dat	{
	font-size: 9px;
	color: #606060;
	letter-spacing: 1px;
	}

a:link,a:visited {
		color: #808080;
         	text-decoration: none;
         	}

a:active,a:hover	{
		color: #000;
         	text-decoration: underline;
         	}

.min		{
		font-size: 10px;
		color: #606060;
		}

.m		{
		width: 140px;
		height: 22px;
		}

.nav		{
        		border: solid 1px #E0E0E0;
		background: #AAAAAA;
		}

.navr      	{
		border-right: solid 1px #E0E0E0;
                 }

.nav2      	{
		border-right: solid 1px #EEE;
                 vertical-align: middle;
                 text-align: center;
                 font-size: 10px;
                 }

.nav3      	{
		vertical-align: middle;
                 text-align: center;
                 font-size: 10px;
                 }

td.nau     	{
		border-bottom: solid 1px #96C8FA;
                 }

td.nvu     	{
		border-left: solid 1px #96C8FA;
                 border-bottom: solid 1px #96C8FA;
                 }

td.cus     	{
		border-bottom: solid 1px #D0D0D0;
                 background: #E0E0E0;
             	text-align: center;
                 }

img.pro		{
		border-width: 2px;
                 border-color: #000000;
                 }

img.thu		{
                 width: 60px;
                 height: 34px;
		}

img.nn     	{ visibility: hidden; }

.cmi       	{
		text-align: center;
                 vertical-align: middle;
                 }

.but       	{
		border: solid 1px #A0A0A0;
             	background-image: url(../images/gif/buttonbg.gif);
                 font-size: 10px;
                 color: #606060;
                 text-align: center;
                 }

.but2      	{
		border: solid 1px #A0A0A0;
                 width: 100px;
             	background-image: url(../images/gif/buttonbg.gif);
                 font-size: 10px;
                 color: #606060;
                 text-align: center;
                 }

.zlink	{
	font-size: 11px;
         }

.rand      	{ border: solid 1px #A0A0A0; }

.randc     	{
		border: solid 1px #A0A0A0;
                 text-align: center;
                 }

.trand     	{
		border: solid 1px #E0E0E0;
             	background: #FAFAFA;
             	font-size: 9px;
             	color: #606060;
           	}

.rp20      	{
		border: solid 1px #A0A0A0;
             	text-align: center;
             	background: #F0F0F0;
             	width: 100px;
                 height: 20px;
                 }

.kon0      	{
		background: #FFF;
                 color: #606060;
                 text-align: left;
             	border: solid 1px #A0A0A0;
             	width: 180px;
                 height: 18px;
                 }

.kon1      	{
		background: #FFF;
                 color: #606060;
                 text-align: left;
             	border: solid 1px #A0A0A0;
             	width: 240px;
                 height: 18px;
                 }

.kon2      	{
		background: #FFF;
                 color: #606060;
                 text-align: left;
             	border: solid 1px #A0A0A0;
             	width: 320px;
                 }

.do        	{
		border-bottom: solid 1px #A0A0A0;
                 border-left: solid 1px #F0F0F0;
             	border-right: solid 1px #A0A0A0;
                 text-align: center;
                 }

.r1        	{ border: solid 1px #FFFFFF; }
.r4        	{ border: solid 4px #E0E0E0; }
.y         	{ background: #FFFF00; }
.ro        	{ color: #802000; }
.gr        	{ color: #A0A0A0; }

.he        	{
           	font-weight: bold;
                 text-align: center;
                 background: #F0F0F0;
           	font-size: 10px;
                 font-family: Verdana,Tahoma,Arial,sans-serif;
           	}

.st	{
	border: solid 1px #F0F0F0;
	font-size: 10px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	text-align: center;
	}

#referenz {
	position: absolute;
	left: 300px;
	top: 357px;
	width: 450px;
	height: 55px;
	}
