@charset "utf-8";
/*--------------------------Reset--------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
}

html {
	height: 105%;
	font-size: 62.5%;
	line-height: 1.5em;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: center;
	color: #333;
/*	background-image: url(http://www.xac.de/templates/XAC/images/headback.gif);
	background-repeat: repeat-x; */
	background-color: #fff;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, form, table {
	margin: 0em;
}

html, body, form, table {
	padding: 0em;
}

html, body, img, table {
	border: none;
}


h1, h2, h3, h4, h5, h6 {
	padding: 1.0em 0em 1.0em 0em; font-weight: normal;
	color: #317fe0;
	font-weight: bold;
	
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.2em;
}

p, ul, ol {
	padding: 0em 0em 1.5em 0em;
}

ul, ol {
	padding: 0em 0em 1.5em 2.5em;
}

blockquote {
	margin: 2em; padding: 2em;
}

table td {
	padding: 5px;
}

input {
	padding: 3px;
}

a {
	font-weight: normal; text-decoration: underline;
}

a:hover {
	padding-bottom: 1.0em; font-weight: bold; text-decoration: underline;
}

a:link {
	color: #333; padding-bottom: 1.0em; text-decoration: underline;
}
a:visited {
	color: #333; padding-bottom: 1.0em; text-decoration: none;
}
a:hover {
	color: #036; padding-bottom: 1.0em; text-decoration: underline;
}

/* hide hack from Mac-IE5 \*/
* html .buggy { height: 1%; }
/* end hiding */


/*--------------------------Seite--------------------------------*/

#container {
	width: 80%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-right: 1px solid #036;
	border-left: 1px solid #036;
	border-bottom: 1px solid #036;
}

#header {
	height: 160px;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	border-bottom: 1px solid #039;
}

#spare {
	height: 2em;
	background-color: #fff;
	background-image: url(http://www.xac.de/templates/XAC/images/sback.jpg);
	background-repeat: repeat-x;
}

#contentwrapper {
	height: auto;
	float: right;  
	overflow: hidden;
}

#content_start {
	height: auto;
	width: 70%;
	float: right; 
	padding: 0 1.0em 2.0em 1.0em;
}

#content {
	height: auto;
	width: 71%;
	float: right;
	padding: 0 1.0em 2.0em 1.0em;
	border-left: 1px solid #036;
	text-align: justify;
	margin-bottom: -3500px; /* Boxhöhe */
	padding-bottom: 3500px; /* Boxhöhe */
}

#sidebarleft {
	float: left;
	height: auto;
	width: 26%;
	margin-bottom: 20px;
}

#footerline {
	background-color:#fff;
	height: auto;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 0.6em;
	color: #666;
}

#footer {
	background-color: #fff;
	height: auto;
	padding: 2em 2em 2em 4em;
	color: #666;
}


#news {
	height: auto;
	width: 23%;
	clear: left;
	padding: 10px;
	margin-left: 10px;
	text-align: justify;
}

#powered {
	text-align: center;
	padding: 15px;
	height: auto;
	width: 100%;
	font-size: 0.8em;
}

.bildlinks {
	float: left;
	padding: 5px 10px 10px 0px;
}

.bildrechts {
	float: right;
	padding: 5px 0px 10px 10px;
}
.content_ul {
	margin: 0 0 0 12.0em;
}

/*************************************** Navigation *******************************************/
/* Menü links, Schriftart, Höhe der Kasten */

#navi { 
	margin-left: 0px; 
	padding-left: 10px; 
} 

#navi ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	text-transform: uppercase; 
	font-variant:normal; 
	line-height:14px; 
	font-size:11px; 
	font-weight:bold;
}

#navi li a.menu-current {
/*	background-image: url(images/nav4.gif);
	background-repeat: repeat-x; */
	background-color: #ee7f00;
	
}
#navi a {
	border:1px solid #039;
	display: block;
	width: 180px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 4px 5px 4px 10px;
	margin-top: 1px;
/*	background-image: url(http://www.xac.de/templates/XAC/images/nav1.gif);
	background-repeat: repeat-x; */
	background-color: #00305e;
}

#navi a:hover {
	color: #036;
	font-weight: bold;
	text-decoration: none;
/*	background-image: url(http://www.xac.de/templates/XAC/images/nav2.gif);
	background-repeat: repeat-x; */
	background-color: #f58220;
}

#navi ul ul a {
	display: block;
	width: 150px;
	color: #fff;
	text-decoration: none;
	margin: 1px 1px 0 20px;
	padding: 4px 5px 4px 20px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
/*	background-image: url(http://www.xac.de/templates/XAC/images/nav1.gif);
	background-repeat: repeat-x; */
	background-color: #0054a5;

}
#navi ul ul a:hover {
	color: #036;
	text-decoration: none;
/*	background-image: url(http://www.xac.de/templates/XAC/images/nav2.gif);
	background-repeat: repeat-x; */
	background-color: #f58220;
}
#navi ul ul ul a {
	display: block;
	width: 130px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 1px 0 1px 40px;
	padding: 4px 5px 2px 20px;
	border-bottom: 1px solid #039;
/*	background-image: url(http://www.xac.de/templates/XAC/images/nav1.gif);
	background-repeat: repeat-x; */
	background-color: #00305e;
}

#navi ul ul ul a:hover {
	background-position: 19px 50%;
	color: #036;
	text-decoration: none;
/*	background-image: url(http://www.xac.de/templates/XAC/images/nav2.gif);
	background-repeat: repeat-x; */
	background-color: #f58220;
}
