/*************************************************************
*                         page layout                        *
*************************************************************/

* {
	margin:0;
}

html, body {
	height: 100%;
}

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

#wrap {
	width:750px;
	background:transparent;
	margin:0 auto;
}

/*************************************************************
*                           layout                           *
*************************************************************/

#banner {
	background:url('images/kk.jpg') no-repeat;
	width:750px;
	height:142px;
	top:10px;
}

#menu {
	width:750px;
	height:70px;
	
}

#content {
	background:url('images/kasten.jpg') no-repeat;
	width:720px;
	height:410px;
	float:left;
	position:absolute;
	margin:0;
	padding: 30px 25px 10px 30px;
	background-image: url(images/kasten_gruen2.jpg);
}

#right {
	background:url('images/site_04.gif') no-repeat;
	width:154px;
	height:410px;
	float:right;
}

/*************************************************************
*                           menu                             *
*************************************************************/

DIV.center {
	text-align: center;
	padding: 20px;
}
.menu {
	display: block;
	width: 750px;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
}
.menu a {
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:active {
	color: #fff;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: #aaa;
	padding-top: 3px;
	padding-bottom: 13px;
	padding-left: 3px;		
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
}

/*************************************************************
*                           misc                             *
*************************************************************/
#content p{
	padding:6px 25px 10px 30px;
}

#right p{
	padding:10px 15px 10px 15px;
}

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

a:hover{
	text-decoration:none;
	color:#3b4044;
}

img {
	margin:0px 30px 20px 0px;
	float:left;
}

/*************************************************************
*                           headers                          *
*************************************************************/
#banner h1 {
	color:#333;
	font-size:1.7em;
	font-weight:bold;
	padding:50px 0 0 40px;
}

h2 {
	font-size:16px;
	text-align:left;
	color:#000;
	padding:4px 15px 20px 30px;
}

h3 {
	font-size:1em;
	text-align:left;
	color:#ba5445;
	padding:10px 15px 3px 25px;
}

h4 {
	font-size:1em;
	text-align:left;
	color:#b59a4a;
	padding:10px 15px 3px 35px;
}
