﻿@charset "UTF-8";
/* CSS Document */
body{
	background-color:#fff;
	font-family: Arial, sans-serif; 
	font-size:12px;
}
img{
	border:0px;
	}

p{
	line-height:14pt;
}

h1{
	color:#6e2dd3; 
	margin:6px 0px 0px 0px; 
	padding:0px;
}

h4{
	float:left;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

a.h1:link{
color:#6e2dd3;
text-decoration:none;
}
a.h1:visited{
color:#6e2dd3;
text-decoration:none;
}
a.h1:hover{
color:#0a3c63;
text-decoration:underline;
}
a.h1:active{
color:#0a3c63;
text-decoration:none;
}

a.breadcrumb:link{
color:#333;
text-decoration:none;
}
a.breadcrumb:visited{
color:#333;
text-decoration:none;
}
a.breadcrumb:hover{
color:#0a3c63;
text-decoration:underline;
}
a.breadcrumb:active{
color:#0a3c63;
text-decoration:none;
}

#container{
	width:860px;
	margin:auto;
	}
#header{
	background-color:#FFF;
	width:860px;
	height:90px;	
	}

#menuecontainer{
	width:860px; 
	height:26px; 
	color:#FFF;
}

#m-left{
	width:168px; 
	height:14px; 
	padding:6px; 
	background-color:#6e2dd3; 
	float:left;
}

#m-right{
	width:167px; 
	height:14px; 
	padding:6px; 
	margin-left:1px; 
	background-color:#d3c0f2; 
	float:left; 
	text-align:right; 
	color:#6e2dd3;
}

#hauptmenue{
	width:487px; 
	height:14px; 
	padding:6px; 
	margin-left:1px; 
	background-color:#d3c0f2; 
	float:left; 
	color:#6e2dd3;
}

#imagecontainer{
	width:860px; 
	margin-top:1px;
}

#content{
	width:860px;
	margin-top:1px;
}

#footer{
	width:860px; 
	height:11px; 
	text-align:right; 
	color:#333; 
	font-size:10px;
}

.halfbox{
	width:420px; 
	float:left;
	overflow:visible;
	}

.line{
	width:860px; 
	height:1px; 
	font-size:0px;
	background-color:#6e2dd3
}

.breadcrumb{
	margin:0px; 
	padding-top:6px; 
	color:#999; 
	font-size:10px;
}

.floatstopp{
	border:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	clear:both;
}
