@charset "utf-8";
/* CSS Document */

    /* General styles */
    body {
        margin:0px auto;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:840px;
        background:#fff;
        min-width:840px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		background-image:url(images/backgr.jpg);
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		text-decoration:none;
	}
    h2 {
        margin:10px 0 10px 0;
        padding:0;
		color:#7ea1bd;
		font-size:14px;
    }
	h1 {
        margin:10px 0 10px 0;
        padding:0;
		color:#000000;
		font-size:14px;
    }
	h3 {
        margin:10px 0 10px 0;
        padding:0;
		color:#000000;
		font-size:12px;
    }
    p {
        margin:10px 0 10px 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header_top {
        clear:both;
        float:left;
        width:840px;
		background-image:url(images/header_top.jpg);
		height:123px;
		min-height:123px;
		text-align:right;
		border-left:1px solid #7ea1bd;
		border-top:1px solid #7ea1bd;
		border-right:1px solid #7ea1bd;
    }
	#header_bottom {
        clear:both;
        float:left;
        width:840px;
		background-image:url(images/header_bottom.jpg);
		height:106px;
		min-height:106px;
		border-left:1px solid #7ea1bd;
		border-right:1px solid #7ea1bd;
    }

	#header_top ul {
	    clear:left;
	    float:right;
	    width:100%;
	    list-style:none;
	    margin:0 0 0 20px;
	    padding:0;
		text-align:right;
	}
	#header_top ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header_top ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header_top ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header_top ul li a.active,
	#header_top ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header_top ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		
	}
	/* column container */
	.container {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:840px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#fff;
		border-left:1px solid #7ea1bd;
		border-right:1px solid #7ea1bd;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background-color:#f3f4f8;
		border-left:1px solid #7ea1bd;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
		padding-top:20px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
		background-color:#f3f4f8;
		min-height:500px;
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
		top:20px;

    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:842px;
		background-color:#7ea1bd;
		text-align:center;
		color:#fff;
		height:40px;
		min-height:38px;
		font-size:12px;
		padding-top:7px;
	   }
	
	#MainMenu 
{
	width:170px;
	background: #FFFFFF;
	margin:0;
	border:0;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
float:left;
	margin:0 1px 0 0 ;
	padding:0;
	clear:both;
}
#tab a 
{
	background:#000000 url("images/bright_094.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	width:169px;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("images/bleft_094.gif") no-repeat left top;
	padding:0 45px 0 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	line-height:40px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid ;
	background: #FFFFFF;
	color:#000000;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:180px;
	margin:0 1px 0 0 ;
	padding:0;
	display:block;
	border:0 solid ;
	color:#000000;
	background:url("images/bleft_094.gif") no-repeat left top;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span 
{
	float:left;
	display:block;
	line-height:40px;
	background:url("images/bright_094.gif") no-repeat right top;
	padding:0 45px 0 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#000000;
}
.dropmenudiv a span 
{
	float:none;
}
.dropmenudiv a:hover
{
	border:0 solid ;
	background-position:left bottom;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFFFFF;
	font-weight:bold;
}
.spacer
{
height:25px;
min-height:25px;
}
li, ul {
margin:0;
padding:0 0 0 0;
list-style-type:none;}

li.text, ul.text {
padding-left:30px;}

form {width:400px;}
label {display:block;}
input, textarea {font-size:11px;}
textarea {width:400px;height:240px;}
input.button {border:1px solid #000;background:#a4c6ea;margin-top:12px;}
.fehler {border:1px solid red;}
p.error {color:red;}

.referenzen {
padding:10px;
border:0px;}

#table-ref
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin: 25px;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#table-ref th
{
	padding: 15px 8px 8px 8px;
	font-weight: normal;
	font-size: 12px;
	color: #039;
}
#table-ref tbody
{
	background: #e8edff;
}
#table-ref td
{
	padding: 8px;
	color: #669;
	border-top: 1px dashed #fff;
}
#table-ref tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}