﻿.top {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 118px;
	
	background-image: url('/_img/header.gif');
	background-repeat: repeat-x;
}

.top .menu {
	position: absolute;
	top: 62px;
	left: 20px;
}


.top .logo {
	position: absolute;
	left: 45px;
	top: 42px;
}

.top .links {
	position: absolute;
	right: 10px;
	top: 7px;

	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #339933;
}

.top .links a {
	color: #339933;
	text-decoration: none;
	
	margin-left: 4px;
	margin-right: 4px;
}

.content {
	position: absolute;
	left: 0px;
	top: 128px;
	
	width: 100%;
}

.content .left {
	position: absolute;
	left: 5px;
	top: 0px;
	width: 150px;
}

* html .content .left {
	position: relative;
	float: left;
}

.content .left .box_klein {
	width: 150px !important;
}

.content .left .box_grosz {
	width: 150px !important;
}

.content .left .box_mittel {
	width: 150px !important;
} 

.content .right .box_mittel {
	width: 350px;
	float: right;
} 

.content .right .box_klein {
	width: 350px;
	float: right;
} 

.content .right .box_grosz {
	width: 350px;
	float: right;
} 

.content .right {
	position: absolute;
	right: 5px;
	top: 0px;
	width: 350px;
	float: right;
}

* html .content .right {
	right: 0px;
}

.content .breadcrumb {
	position: absolute;
	top: 0px;
	left: 160px;
	right: 360px;
	
	height: 10px;
	width: auto;
	
	margin: 0 5px 0 5px;
	font-size: 10px;
    color: #A82494;
}

* html .content .breadcrumb {
	position: relative !important;
	float: left;
	left: 5px;
}

.content .breadcrumb strong
{
    color: #A82494;
    font-weight: normal;
}
.content .breadcrumb a, .content .breadcrumb span
{
    color: #666;
}

.content .center {
	position: absolute;
	top: 25px;
	left: 160px;
	right: 360px;
	
	width: auto; /*575px;*/
	margin: 0 5px 0 5px;
}

* html .content .center {
	position: absolute;
	width: auto;
	float:left;
	left: 160px !important;
	margin-right: -30px !important;	
	/*margin-right: 525px;*/
}

p
{
    margin: 10px 15px 10px 0;
}

p {
    margin: 0;
    padding: 0;
    border: 0;
}

h3
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #A82494;
    margin-bottom: 11px !important;
}

h3 {
    margin: 0;
    padding: 0;
    border: 0;
}
/*
ol {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    margin: 0;
    padding: 0;
    border: 0;
}
*/

li {
	margin-left: 15px;
}

.style1 {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
}
