/* CSS Document */

/*******************globales***************/
body  {
	margin:0px;
	padding:0px;
	color: #FFFFFF;
	height:100%;
	width:100%;
	background-color:#edd1de;
	background-image:url(images/startseite/hintergrund.jpg);
	background-repeat:repeat-x;
	background-position:center;

	}
	
body,
td,
p {

	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height:14px;
	}

h1	{
	font-size: 14px;
	font-weight:bold;
	color:#ac2761;
	padding-top:16px;
	border-bottom:dotted 1px #ac2761;
	}
	
a:link,
a:visited {
	color: #f0d9e3 ;
	border-bottom:dashed 1px #f0d9e3;
	text-decoration:none;
	padding:3px;
	margin:1px;
	line-height:20px;
}

a:hover {
	color: #FFFFFF;
	background-color:#860537;
	border-top:dashed 1px #f0d9e3;
}
/*******************Ebenen***************/



/***************navi********************/

#trenn {
	border-bottom: 3px solid #ac2761;
	height:0px;
	width:181px;
	margin-left:2px;
	}
	#navi_links {
	position:absolute;
	width:130px;
	top:185px;
	left:-399px;
	margin-left:50%;	
}	
.navi_links a:link,
.navi_links a:visited,
.navi_links a:hover
 {
	width:183px;
	height:27px;
	display:block;
	background-image:url(images/navi2_a.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:none;
	color:#666666;
	padding-left:10px;

	}
	
.navi_links a:hover {

	background-image:url(images/navi2_b.gif);
	color:#000000;
	}
	
.navi_links2 a:link,
.navi_links2 a:visited,
.navi_links2 a:hover
 {
	width:183px;
	height:27px;
	display:block;
	background-image:url(images/navi3_a.gif);
	background-repeat:repeat-y;
	background-position:left;
	border-bottom:none;
	color:#666666;
	padding-left:10px;

	}
	
.navi_links2 a:hover {

	background-image:url(images/navi3_b.gif);
	color:#000000;
	}
	
.navi_abstand {
	margin-left:10px;
	margin-top:5px;}
.none {
	display:none;
	}
	
	
ul {
	list-style-position:outside;
	margin-left:0px;}
	
	
	
hr {
	width:100%;
	background-color: #CCCCCC  ;  /* Mozilla 1.4 */
	color:#CCCCCC;  /* IE 6 */
	border: #CCCCCC;  /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	}
	


.kasten {
	border: 1px dotted #CCCCCC;	
	background-color: #f3f3f3;
	background-image:url(images/hint_kasten.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:3px;
	}
	
.referenzen{
	border-bottom: 1px dotted #CCCCCC;	
	padding-bottom:10px;
	width:400px;
	}
/************ formular ***********/

.ohne_rahmen {
border: none}
.button {
	border-right:2px  #CCCCCC solid;
	border-bottom:2px #000000 solid;
	border-top:1px  #CCCCCC solid;
	border-left:1px  #000000 solid;
	background-color: #666666;
	color:#FFFFFF;
	font-weight:bold;
	}

textarea,
input {
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #bc819b #ac2761 #ac2761 #bc819b;
	color: #ac2761;
	padding:3px;

	}
	
textarea,
input  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	}
	
form {
	margin:0px;
	padding:0px;
	}
	
/*******************Startseite***************/
.startseite {
	background-image:url(images/startseite/hintergrund_rechts.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:center;
	}
	
	
#navi_startseite {
	width: 100%;
	position:absolute;
	margin-top:125px;
	top:50%;
	text-align:center;
	}
	
#imagebild {
	width:755px;
	height:482px;
	background-image:url(images/startseite/imagebild.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:-241px;
	top:50%;
	margin-left:-377px;
	left:50%;
	position:absolute;
	}
	
	
#weiss {
	height:50%;
	margin-top:-241px;
	width:100%;
	background-color:#FFFFFF;
	position:absolute;
	}
	

