/** grund elemente */
html {  
  	height:100%;
  	margin-bottom:1px;/** damit der scrollbalken immer dar ist */
}
body {
  	margin:0px;
  	padding:0px;
   color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;  	
  	text-align:center;
  	background-color:#000000;
}
div, img, h2, p, ul, a, 
form, input, select, textarea {
	margin:0px;
  	padding:0px;
   	font-size:12px;
}
img { border:0px; }
h1, h2 {
   width:500px;
}
p {
	width: 400px;
}
h1 {		
	color:#666666;
	font-size:20px;
	font-weight:bold;
}
h2 {
	color:#DF0000;
	font-size:16px;
	font-weight:bold;
   margin-bottom:20px;
}
p {	
	text-align:justify;
	line-height:12px;
}
ul {   
   margin-bottom:16px;
   list-style-position:inside;
}
a {
	color:#005193;
	text-decoration:none;
}
a:hover {
	color:#0099FF;
	text-decoration:underline;
}
a.hauptmenu {	
	margin-bottom:16px;
   margin-left:20px;
	color:#666666;
	font-weight:bold;
	text-transform:uppercase;  
}
a.hauptmenu-aktiv {
	margin-bottom:16px;
   margin-left:20px;
	color:#df0000
	font-weight:bold;
	text-transform:uppercase;
}
a.untermenu {
	margin-bottom:8px;
	color:#666666;
	font-weight:bold;
}
p.untermenu {
	width: 165px;
	margin-bottom: 5px;
}
a.untermenu-aktiv {
	margin-bottom:8px;
	color:#df0000;
	font-weight:bold;
}
a.untermenu2 {}
a.goodranking { color:#999999; }
a.goodranking:hover { color:#df0000; }
.cleaner { clear:both; width:100%; font-size:1px; height:2px; }
.gruen { color:#22AC22; }
.blau { color:#0066CC; }

/** grundaufbau elemente*/
.oben {
	display:block;
	width:900px;
	height:132px;
	padding-top: 132px;
	margin:0 auto 0 auto;
	text-align:right;
	background-image:url('y-tonx_logo.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}
.oben-fixed {width: 100%; background-color:#000000; text-align:right; position: fixed; top: 0px; }
.oben-links {
	width: 150px;
	height: 49px;
	margin-top: 80px;
	margin-left: 8px;
	float: left;
}

.oben-rechts {
	width: 735px;
	height: 49px;
	margin-top: 80px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	float: left;
	background-image: url('menu-back.jpg');
	background-repeat: no-repeat;
}


.mitte {
	display:block;
	width:900px;
	margin:0px auto 0 auto;
	padding: 300px 0px 0px px;
	left:182px;
	}
	
.unten {
	display:block;
	width:900px;
	/*height: 2px;*/
	margin:0 auto 0 auto;	
}

/** Modul-Klassen */
/** Modul Bild, 2 Bilder (nebeneinander), Bild + Text  */
.bild { margin-bottom:16px; text-align:center;}
.bild a:hover { text-decoration:none; }
.bild-links { 
	width:150px;
	font-size:9px;
	text-align:left;
	margin-right:20px;
	margin-bottom:16px;
	float:left;
}
.bild-rechts { 
	width:150px;
	font-size: 9px;
	text-align:right;
	margin-left: 10px;
	margin-bottom:16px;
	float:right;
}
.bild-link{	text-decoration:none; }
.div-text-rechts {	
	float:right; 
}
.text-rechts {
	width: 400px;
	float:left;
}
.text-links {
	width: 400px;
	text-align: left
}
/** Modul Text (mit Editor) */
table {
   width:100%;
   border:1px solid black;
}
td { padding:5px;}

/** Modul Sitemap */
.sitemap { width:480px; margin-left:20px;}
.sitemap_lvl_1 { margin-left:0px; }
.sitemap_lvl_2 { margin-left:25px; }

/** Modul Kontakt - Formularfelder */
.kontaktForm {
}
.label { 
	width:80px;
	padding-top:3px;
	float:left;
}
.label-textarea { 
	width:100%;
	padding-top:3px;
	float:left;
}
.kontakt-textarea {
	width:380px;
	border:solid 1px #595a59;
}
.kontakt-input {
	width:300px;
   height:16px;
   padding-bottom:2px;
   margin-right:2px;
	border:solid 1px #595a59;
	/**float:right;*/
}
.kontakt-select {
	width:220px;
   height:17px;
   margin-right:2px;
	border:solid 1px #595a59;
	float:left;
} 
.submit {	
	width:80px;
   height:19px;
   margin-bottom:0px;
   margin-top:2px;
   padding:0px;
   color:#454545;
   font-size:11px;
   text-align:center;
   vertical-align:middle;   
   background-color:#D1D1D1;
   border:solid 1px #595a59;
	cursor:pointer;
}
/** Modul Kontakt - Formularfelder */
.googlemaps {
	display:block;
	width:680px;
	height:400px;
	position:absolute;
	margin:0 auto 0 auto;
	visibility:hidden;
}

/** Galerie Magazinlayout */
.magazine-container {
	clear: both;
	margin-left: 160px;
	background:#f7f7f7;
}
.magazine-image a, .magazine-image a:hover {
	border:0;
	background:transparent;
	outline:0;
}
.margin{
	margin-left: 180px;
}
.mitte .content-mitte .download { margin-bottom:10px; }

