/* CSS Document */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	margin-left:95px;
	margin-top:65px;
	padding:0px;
	color:#585842;
}

A {
	color:#585842;
	text-decoration: none;
	outline: none;
}

A:HOVER {
	color:#585842;
	text-decoration: underline;
	outline: none;
}

img{
	border: none;
}

.left {
	float:left;
}
.right{
	float:right;	
}

.clearer {
	clear:both;
	height: 1px;
}
.divider{
	margin: 5px 0 7px 0;
	background-image: url(img/line.jpg);
	background-repeat: no-repeat;
	height: 2px;
}
.border-right{
	border-right: 1px dotted #585842;
}
.border-bottom{
	border-bottom: 1px dotted #585842;
}
.left-9px{
	margin-left: 9px;
}

/* ----- Inhalt ----- */
#outer{
	width: 810px;
}

.header {
	margin-bottom: 18px;
}

.subline {
	margin-bottom: 36px;	
}
.subline2 {
	margin-bottom: 0px;	
}
.big-link{
	margin-right: 36px;	
	margin-bottom: 36px;
}

/* ----- Die Webseite ----- > */
.big-box{
	margin-top: 9px;
	margin-bottom: 54px;
	padding-bottom: 7px;
}

.content{
	margin-bottom: 9px;
	height: 252px;
}

.content-text{
	margin-bottom: 9px;
}

.show{
	width: 425px;
	height: 250px;
}

.table{
	height: 250px;
}
.table .row{
	height: 90px;
}
.table .row img{
	margin-left: 8px;
	border: none;
}

* html .table .row img{
	margin-left: 7px;
	border: none;
}

.link-line{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}
.link-line img{
	margin: 3px 3px 0px 0px;
}

/* ----- Track-Generator/ Widget ----- */
.small-box{
	margin: 9px 9px 54px 0px;
	padding-bottom: 7px;
	width: 260px;
	height: 210px;	
}
.gen-content{
	width: 261px;
}
.middle-box{
	margin: 9px 0px 54px 0px;
	padding-bottom: 7px;
	width: 540px;
	height: 210px;	
}

/* ----- Text-Box H/Z ------*/
.text-box-l{
	margin: 9px 0px 0px 0px;
	padding-bottom: 7px;
	width: 379px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text-box-r{
	margin: 9px 0px 0px 45px;
	padding-bottom: 7px;
	width: 379px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bottom-l{
	width: 379px;
	margin: 0px 0px 54px 0px;	
}
.bottom-r{
	width: 379px;
	margin: 0px 0px 54px 45px;
}
.text-box-r a{
	text-decoration: underline;
}
.text-box-r a:hover{
	text-decoration: underline;
}

ul, li{
	margin: 10px 0 0 8px;
	padding: 0px;
}





