/****************************
+++ HTML-Standards +++
****************************/
html{
	height :100%;
    margin:0;
    padding:0;
}

body {
    margin:0;
    padding:0;
    font-family:'Trebuchet MS', Helvetica, sans-serif, arial;
    font-size:80%;
    color:#333333;
    line-height:1.3em;
    height:100%;
	background : #A2BD30;
}

img {
    border:none;
}

td {
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
	padding:0;
	font-size:100%;
	color:#a2bd30;
	line-height: 1.5em;
}

h1 {
    margin:0.5em 0;
	font-size: 1.4em;
	color:#7b0051;
	font-weight : normal;
	line-height: 1.4em;
}

h2{
	margin:0.5em 0;
	font-size: 1.3em;
	color:#7b0051;
	font-weight : normal;
	line-height: 1.4em;
}

.trenner {
    display:block;
    clear:both;
    height:0px;
    font-size:1px;
}

a {
    color:#a2bd30;
	font-weight:bold;
	text-decoration:none;
}


p {
}

.rechts {
    float:right;
    padding-left:5px;
}

.links {
    float:left;
    padding-right:5px;
}
.gruen{
    color:#a2bd30;
	font-weight:bold;
}
/******************************
+++ Hauptstruktur +++
*******************************/

#container {
	margin : 0 auto;
	width : 815px;
	
}

#main{
	width:100%;
	background: #7F0051 url(../images/background.jpg) top center no-repeat;
	clear:both;
	border-bottom:8px solid #fff;
}

#left{
	float:left;
	width:304px;
	background: url(../images/navi_bg.png) bottom center no-repeat;
}
#right{
	float:right;
	width:504px;
	margin-top:90px;
	background: url(../images/content_bg.png) top center no-repeat;
}

/****************************
+++ Header  +++
****************************/

#header{
	position: relative;
	height : 184px;
	width:250px;
	margin: 32px 27px 32px 27px;
	background: url(../images/header.jpg) no-repeat;
}

#headerlink1{
	position: absolute;
	top : 0px;
	left : 0px;
	display:block;
	height:184px;
	width:250px;
}
/****************************
+++ Navigation  +++
****************************/

#navigation{
	width : 200px;
	margin: 0 27px 27px 27px
}
#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}
#navigation ul li{
	padding-left : 30px;
	padding-top : 5px;
	line-height : 2em;
	border-bottom : solid 1px #A2BD30;
}
#navigation a {
	display:block;
	text-decoration:none;
	color:#7b0051;
	font-weight:bold;
}
#navigation .act{
	background: none;
}
#navigation .act a{
	color : #7b0051;
}


/****************************
+++ Inhalt  +++
****************************/
#content{
	padding:27px;
	background: url(../images/content_bg.png);
}


#contentlinks{
	width : 30%;
	float : left;
	min-height : 10px;
}
#contentmitte{
	width : 10%;
	height: 10px;
	float : left;
}
#contentrechts{
	width : 65%;
	float : right;
	min-height : 10px;
}

/****************************
+++ Fußzeile  +++
****************************/

#footer{
	clear:both;
	margin:0 auto;
	width:815px;
	background: #A2BD30;
}
#copyright{
	float : left;
	padding: 15px 0 15px 0;
	color : #fff;
}
#copyright a{
	color : #fff;	
	text-decoration : none;
}

