body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:10pt;
	color:#333;
}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:89px;
	background:url(images/marketing_logo.jpg) top left no-repeat;
	border-bottom:10px solid #be3f16;
}

#header h1 {
	color:#fff;
	font-size:1pt;
	margin:0;
	padding:40px 10px 10px 400px;
}

#content {
	width:500px;
	padding:10px;
	float:right;
	text-align:justify;
}

.supermenu li {font-size:9pt;
}


#content h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#3b658f;
	font-size:14pt;
	text-align: right;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#3b658f;
	font-size:13pt;
	text-align: center;
	border-bottom:1px solid #ccc;
}

#content h4 {
	color:#3b658f;
	font-size:12pt;
	text-align: left;
	border-bottom:1px solid #ccc;
}

#content h5 {
	color:#3b658f;
	font-size:11pt;
	text-align: center;
	border-bottom:1px solid #ccc;
}

#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#photos1 {
	width:428px;
	height:112px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(images/li-off.jpg) top left no-repeat #ffffff;
	color:#666666;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(images/li-on.jpg) top left no-repeat #ffffff;
	color:#3b658f;
	text-decoration:underline;
}

#sidebar ul li a.active { 
     display:block; 
     padding:3px; 
     width:192px; 
     background:url(images/li-on.jpg) top left no-repeat #ffffff; 
     color:#666666; 
     text-indent:30px; 
     text-decoration:none; 
}

span, #widget1 {
        color: #006AC3;
}

.widget1 {
	height:16px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:9pt;
	font-weight:bold;
}

.widget2 {
	height:70px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:justify;
	margin:10px 0 0 0;
	font-size:8pt;
}	

.widget3 {
	height:16px;
	border:1px solid #ccc;
	background:#ffffff;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:9pt;
	font-weight:bold;
}

.widget4 {
	height:81px;
	border:1px solid #ccc;
	background:#ffffff;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:9pt;
	font-weight:bold;
}

.widget5 {
	height:240px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:justify;
	margin:10px 0 0 0;
	font-size:8pt;
}

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#3b658f;
	padding:3px;
	color:#999999;
	font-size:8pt;
	text-align:center;
}

a {
	color:#bd4014;
	font-weight:bold;
}

a:hover {
	background:#dae9f9;
}

#contact {
	margin:0;
	padding:0;
}
label    {
	display:block;
	float:left;
	clear:left;
	width:170px;
}
			label, input, select
			{
				margin:3px;
				vertical-align:middle;
			}
			input
			{
				padding:1px;
			}
			fieldset
			{
				width:450px;
			}
			#Firma, #Vorname, #Fax, #Attention, #Datenschutz, #Nachricht
			{
				margin-bottom:1.5em;
			}
			#E-Mail, .mtop
			{
				margin-top:1.5em;
			}
			.inline
			{
				display:inline;
				float:none;
				margin:0;
				clear:none;
			}
			.red
			{
				color:red;
				background:inherit;
			}