/* ==================== begin global definitions ==================== */

html, body {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px auto; padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFFFFF;
	color: #000000;
}


p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	font-weight: normal;
	line-height: 1.4em;
}
span {
}
hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid #D8D3C6;
}


a, a:visited{
	color: #4F9D03;
	text-decoration: underline;
}
a:hover {
	color: #4F9D03;
	text-decoration: underline;
}
a:active
{
	outline: none;
}


h1{
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height:1.3em;
	font-weight: normal;
}
h2{
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 11px;
	line-height:1.4em;
	font-weight: bold;
}


form {
	margin: 0;
	padding: 0;
}
fieldset {

}
lable {

}
input[type="text"],
input[type="password"],
textarea {

}
input[type="button"],
input[type="submit"],
input[type="reset"] {

}
input[type=select],
select {

}
.checkboxfield {

}


ul {
	list-style: url(../zz_global_images/bullet.jpg) ;
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
}
ol {

}
li {

}

/* ==================== end global definitions ==================== */


.wrapper {
	margin: 0px auto; padding: 0;
	width: 948px;
}
.row {
	float: left;
	width: 948px;
	margin: 0px; padding: 0px;
	margin-bottom: 32px;
	text-align: left;
}



.head {
	height: 446px;
	margin-left: 16px;
}
	.logoimg{
		float: left;
		margin-top: 51px;
		width: 313px;
		height: 101px;
		z-index: 10000;
		position: relative;
	}
	.logoimg img{
		border: 0;
	}
	.logoimg img a, .logoimg img a:hover{
		text-decoration: none;
	}
	.loginimg{
		float: left;
		margin-left:116px;
		margin-top: 70px;
		width: 266px;
		height: 76px;
		z-index: 10000;
		position: relative;
		display: inline;
	}
	.loginimg img{
		border: 0;
	}
	.loginimg img a, .loginimg img a:hover{
		text-decoration: none;
	}
	.backimg{
		float: right;
		margin-right: 20px;
		width: 233px;
		height: 170px;
		z-index: 10000;
		position: relative;
		display: inline;
	}
	.backimg img{
		border: 0;
	}
	.backimg img a, .backimg img a:hover{
		text-decoration: none;
	}
	#startbild {
		background: url(../zz_global_images/bg_head.jpg) no-repeat;
	}
	#inhaltbild {
		background: url(../zz_global_images/bg_head_inner.jpg) no-repeat;
	}


.nav {
	height: 164px;
}
	.nav a, .nav a img {
		border: 0;
	}
.main {
	background: url(../zz_global_images/bg_main.jpg) repeat-y;
}
.main_cnt {
	background: none;
}
.foot {
	background: url(../zz_global_images/bg_foot.jpg) repeat-y 16px;
	padding-top: 16px; /* grid has no padding on top/bottom, pad-bot follows from p-tag */
	color: #434343;
	margin-bottom: 0;
}
.foot a, .foot a:visited{
	color: #434343;
	text-decoration: none;
}
.foot a.gruenfett{
	color: #4F9D03;
	text-decoration: underline;
}
.foot a:hover {
	color: #4F9D03;
	text-decoration: underline;
}
.border {
	float: left;
	height: 1px;
	width: 916px;
	background: #bfbfbf;
	margin: 0px; padding: 0px;
	margin-left: 16px;
}


.col_1 {
	float: left;
	margin: 0;
	width: 316px;
	display: inline;
}
.col_2 {
	float: left;
	margin: 0;
	width: 632px;
	display: inline;
}

.grid_1 {
	float: left;
	margin-left: 31px;
	margin-right: 31px;
	width: 254px;
	display: inline;
}
.grid_2 {
	float: left;
	margin-left: 31px;
	margin-right: 31px;
	width: 570px;
	display: inline;
}
.grid_3 {
	float: left;
	margin-left: 31px;
	margin-right: 31px;
	width: 886px;
	display: inline;
}

.space {
	margin-left:16px;
	margin-right: 16px;
	width: 284px;
	z-index: 10001;
	position: relative;
}