/* -- ALLGEMEINES ---------------------------------------- */
*	{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin: 0 auto;	
	background: #fff;
}
a:link {
	text-decoration: underline;
	color:#336699;
}
a:visited {
	text-decoration: none;
	color:#993333;
}
a:hover, a:active {
	text-decoration: underline;
	color:#993333;
}

dl {margin:0 0 10px;}
dt {font-weight:bold;}
dd {margin:0 0 3px 10px;}
/*p {margin:0 0 15px;}*/
h1 {
	font-size: x-large;
	margin: 0 0 12px;
}
h2 {font-size:medium; margin:8px 0;}
h3 {font-size:small; margin:6px 0 5px;}
h4 {font-size:x-small; margin:4px 0;}
h5 {font-size:xx-small; margin:3px 0;}
h6 {font-size:xx-small; margin:0;}
img {border:none;}
acronym {border-bottom: 1px dotted;}
blockquote {margin:0 25px 20px 25px; font-style:italic;}
/*
div {
	border: 1px solid #f00;
}
li {
	border: 1px solid #0f0;
}*/

/* -- WRAPPERS ------------------------------------------------------- */
#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 606px;
}

#header {
	background: url(gfx/header.gif) no-repeat;
	width: 606px;
   height: 196px;
}

#logo {
	position:relative;
	top:34px;
	left:100px;
}

/* -- NAVIGATION ---------------------------------------------------- */
#navi{
	position:relative;
	top:56px;
	left:14px;
	float:left;
	white-space: nowrap;
/*	line-height: 14px;*/
	/*border: 1px solid #c00;*/
	
}
#navi li{
	display: block;
	list-style: none;
	float: left;
	/*border: 1px solid #0c0;*/
}
* html #navi li {
	width:1%;
	wi\dth:auto;
}
#navi a{
	display: block;
	font-size: 13px;
	line-height: 14px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: #ccc;

	/*border: 1px solid Fuchsia;*/
}
#navi a:hover, #navi a:active {
	background: #8C83BD;
	color: #FFF;
}
#navi .active {
	font-size: 13px;
	line-height: 14px;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #8C83BD url(gfx/markierer.gif) no-repeat bottom;
	color: #FFF; /*border: 1px solid blue;*/
	font-weight: bold;
}

/* Submenu 
div#navi ul ul {
	position: absolute;
	display: none;
	z-index: 100;
	width: 300px;
	height: auto;	
}
div#navi ul ul li{
	float: left;
	display: block;
	padding: 3px;
	background: url(gfx/trans50.png) repeat;
}
div#navi ul ul li a{	
	float: left;
	display: block;
	color: #666;
}
div#navi ul li:hover ul {
	display: block;
}
/*Submenu Ende */

/* -- CONTENT ------------------------------------------------------- */
#middle {
	background-image: url(gfx/background.gif);
	background-repeat: repeat-y;
	width: 606px;
}
#content {
	position:relative;
	left:40px;
	width: 380px;
}
#content h1{
	font-size: 20px;
	font-weight: bold;
	color: #2E1D86;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
	line-height: 1.2em;
}
#content h2{
	font-size: 16px;
	font-weight: bold;
	color: #2E1D86;
	margin-bottom: 10px;
}
#content p, td{
	font-size: 12px;
	color: #333;
	line-height: 24px;
	margin-top: 15px;
}
#content ul, ol {
	color: #333;
	margin:0 0 10px 25px;
}
.referenzen a img{
	margin: 10px;
	border: 1px solid #ccc;
}
#footer {
	background-image: url(gfx/footer.gif);
	background-repeat: no-repeat;
	height: 38px;
	padding: 5px 13px 0 13px;
	text-align: center;
	color: #FFF;
	/*border: 1px solid blue;*/
}
#footer a{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	/*border: 1px solid blue;*/
}
#footer a:hover{
	text-decoration: none;
}


