/* *********************** Grundinformationen *********************** */

body{     
       background-color: #70ae2b;
	font-size: 1.01em;
	font-family:"Georgia","Times New Roman","Serif";
	padding: 0;	margin: 0;
	overflow:auto;
	color:#fffffe;
	text-align: left;
	width: 100%;
}
h1 {
	width:				100%;
	color:				#fffffe;
	margin:				0;
	margin-bottom:		15px;
	text-transform:		none;
	font-size:			16px;
	border-bottom:		2px solid #4E8A1C;
	padding-bottom:		4px;
}

h1 a {
	color:				#fffffe;
	text-transform:		none;
}
.header h1{	       font-size: 2em;
			color:#1c310a	;
			border: 0;
			padding-top: 15px;
}
.header h1 a{	text-decoration: overline;
			color: #1c310a;
	
}
div.header div.uber{	width: 452px;margin: 0 auto;
			background-image: url(../../../../../../../grafiken/blattheader.gif);
			background-repeat:no-repeat;
			background-position: top right;
			height:120px;
			
}

h3 {
	font-size:			12px;
}

img {
        border:                                0px;
}

/* Formulare */
form {
        display:                        inline;
}

fieldset {
        padding:                        5px;
        border:                                0px;
}

input {
        border:                                1px solid #D7DBDD;
        background-color:        #ffffff;
        font-size:                        10px;
        color:                                #000000;
}

select {
        border:                                1px solid #6D808F;
        background-color:        #ffffff;
        font-size:                        10px;
        color:                                #000000;
}

input.radio {
        border:                                0px;
        background-color:        #ffffff;
        width:                                15px;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
        text-decoration:        none;
        color:                                #fffffe;
}



/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
div.wrapper {
        position:                         relative;
        width:				950px;
	margin: 				10px auto;
	overflow: hidden;
	min-height: 				399px;
}

div.topnav{
		width:				950px;
	margin: 				0px auto;
	position: relative;
	bottom:17px;
}
span.headerlinks{
			background-image: url(../../../../../../../grafiken/d_scheune.gif);
			background-repeat: no-repeat;
			position: absolute;top: 0;left: 0;
			z-index: 2;
			width: 172px;height: 100px;
}
div.header{		height: 150px;
			background-image:url(../../../../../../../grafiken/d_kachel.gif);
			background-repeat:repeat-x;
			position: relative;
			z-index:1;
			width: 100%;
}
/* Hauptnavigation */
div.mainNav {
        width:                                200px;
        float:                                left;
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
div.content {
        width:                                730px;
        float:                                 right;
		
}

div.mainContent {
        margin-top:                        18px;
        width:                                525px;
        min-height:                        10px;
        float:                                left;
		
}

div.secondaryContent {
        width:                                180px;
        float:                                right;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */

div.footer {
	font-family: Arial, Helvetica, sans-serif;

        width:                                 100%;
        position:                         relative;
        clear:                                both;
        height:                                30px;
        z-index:                        1;
        background-image:         url(../../../../../../../grafiken/d_footer.gif);
        background-repeat:         repeat-x;
	padding-top:7px;
	color: #fffffe;
	text-align: center;
}
div.footer a {
        color:                                #fffffe;
        font-size:                        11px;
}
div.footer img{
			height:15px;
			position:relative;
			left:20px;
			top:2px;
			margin:0;
			margin-left:10px;
			border:none;
}