html, body {
   background: #000000;
   color: #FFFFFF;
   font-size:1em;
   margin:0px;
   padding:0px;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, a {
   font-family: arial, sans-serif;
}

h4 {
   padding-top: 20px;
}

div.x-page {
   min-width: 980px;
   margin: 0 auto; 
	padding: 0px 10px 0px 10px;
	font-size: 0.8em;
}

/*start x-header*/
div.x-header {

}

div.x-logo {
	background: #000000 url(images/head.gif) repeat-x;
	height: 80px;
   border-left: 1px solid #555566;
   border-right: 1px solid #555566;
}

h1.x-logo {
	padding: 20px 0px 0px 20px;
   margin: 0px;
}
/*end x-header*/

/*start top navigation*/
div.x-nav {
	background: #CCCCDD url(images/nav_back.gif) repeat-x;
	display:block;
	overflow: hidden;
	padding-left: 5px;
   border-left: 1px solid #555566;
   border-right: 1px solid #555566;
}

a.x-nav:link, a.x-nav:visited, a.x-nav:active {
   color: #000000;
   padding: 4px 20px 4px 20px;
  	font-size: 1em;
	font-weight: bold;
   text-decoration: none;
   display:block;
}

a.x-nav:hover {
   color: #FFFFFF;
   background: #A6A6B3 url(images/nav_back_mo.gif) repeat-x;
   padding: 4px 20px 4px 20px;
  	font-size: 1em;
	font-weight: bold;
   text-decoration: none;
   display:block;
} 

ul.x-nav {
	list-style-type: none;
	padding: 0; margin: 0;
}

li.x-nav {
	float:left;
}

ul.x-nav-dyn {
	background: #A6A6B3;
	border: 1px solid black;
	width: 150px;
	list-style: none;
	display: none;
	position: absolute;
	padding: 0; margin: 0;
}

li.x-nav:hover ul.x-nav-dyn {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}

a.x-nav-dyn:link, a.x-nav-dyn:visited, a.x-nav-dyn:active {
   color: #000000;
   padding: 4px;
  	font-size: 1em;
	font-weight: bold;
   text-decoration: none;
   display:block;
}

a.x-nav-dyn:hover {
   color: #FFFFFF;
   background: #A6A6B3 url(images/nav_back_mo.gif) repeat-x;
   padding: 4px;
  	font-size: 1em;
	font-weight: bold;
   text-decoration: none;
   display:block;
} 
/*end top navigation */

/*start x-sub-nav*/
div.x-sub-nav {
	background: #A6A6B3;
	color: #000000;
   padding: 4px;
  	font-size: 1em;
	font-weight: bold;
   text-decoration: none;
}

div.x-sub-nav-title {
	float:left;
}

a.x-sub-nav:link, a.x-sub-nav:visited, a.x-sub-nav:active {
	color: #000000;
  	font-size: 1em;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
   text-decoration: none;
   display:block;
}

a.x-sub-nav:hover {
	color: #FFFFFF;
  	font-size: 1em;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
   text-decoration: none;
   display:block;
}
/*end x-sub-nav*/

/*start x-content*/
div.x-main {
	background: #222222 url(images/main.gif) repeat-x;
	padding: 15px 25px 15px 5px;
	min-height: 500px;
	border-left: 1px solid #555566;
	border-right: 1px solid #555566;
}

div.x-content {
	padding: 0px 0px 0px 15px;
}

div.head-clear {
	clear:both;
	height:10px;
	background: #000000;
	margin:0;
   border-left: 1px solid #555566;
   border-right: 1px solid #555566;
}

a:link, a:visited, a:active {
   color: #CCCCDD;
}

a:hover {
   color: #FFFFFF;
} 

table {
	border-collapse: collapse;
}

th, td {
	border: 1px solid #FFFFFF;
	padding: 5px;
}

img.x-thumb {
   border: none;
   vertical-align: middle;
}

div.x-thumb {
   line-height: 120px;
   width: 120px;
   height: 120px;
   float:left;
   padding:5px;
   margin:5px;
   text-align: center;
   border: 1px solid #555566;   
   background-color: #111111;
}
div.fleft {
	float:left;
}
div.flright {
	float:right;
}
div.cleft {
   clear:left;
}
div.clright {
   clear:right;
}
div.clboth {
   clear:both;
}
/*end x-content*/

/*start footer*/
div.x-footer {
   background: #000000 url(images/footer.gif) repeat-x;
   padding: 2px 4px 2px 4px;
   color: #CCCCCC;
   text-align: center;
   border-left: 1px solid #555566;
   border-right: 1px solid #555566;
   border-bottom: 1px solid #555566;
}

a.x-footer:link, a.x-footer:visited, a.x-footer:active {
   color: #CCCCCC;
   font-weight: bold;
   text-decoration: none;
}

a.x-footer:hover {
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
/*end footer*/

/*start preload*/
img.preload {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}
/*end preload*/
