* {
	margin: 0;
	padding: 0;
	border: 0;
}
/* standard elements */
html {min-height: 100%;}

body {
	color: #000;
	font: normal 11px Tahoma,sans-serif;
	background-color: #E5E5E5;
	background-image: url(img/bck.jpg);
	background-repeat: repeat-x;
}

a {
	color: #65AC2A;

}
a:hover {
	text-decoration: underline;
}

h1,h2,h3 {
	padding-top: 6px;
	color: #65AC2A;
	margin-bottom: 4px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* structure */
.inner-container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 960px;
	background-color: #FFF;
}

.outer-container {
	padding-bottom: 64px;
}

/* headere & title */
.header {
	height: 300px;
	margin-bottom: 5px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
.topNav {
	height: 25px;
	font-size: 11px;
}
.topNav ul {


}

.topNav ul li {
	list-style: none;
	float: right;
	line-height: 25px;
	margin-right: 10px;
}
.topNav ul li a {
	color: #999;
	text-decoration: none;
}

.topNav ul li a:hover {
	color: #65AC2A;

}


/* main */
.main {
	border-top: 2px solid #D7D7D2;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: left;
	width: 490px;
	text-align: justify;
	padding-bottom: 20px;
}
.content .descr {
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}
.content ul {
	margin-left: 5px;
}


.content p,code,ul {
	padding-bottom: 10px;
	line-height: 120%;
}
.content p {
	margin-left: 5px;

}
.content .box {
	float: left;
	width: 140px;
	height: 140px;
	padding: 5px;
	margin: 0px 5px 10px 5px;
	border: solid #E5E5E5 1px;
	background-image: url(img/bg_box.png);
}
.content .box p {
	margin: 0;
	line-height: 1;
}


/* navigation */
.navigation {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-left: 10px;
}

.navigation ul {
	list-style: none;



}
.navigation ul #sub {
	background-color: #FFF;
	background-image: url(none);
	border: none;
	font-weight: normal;
	padding-left: 10px;
	height: 22px;
	line-height: 22px;
}

.navigation li {
	background-image: url(img/bg_nav.png);
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
	border: solid #E5E5E5 1px;
	margin-bottom: 2px;
	font-weight: bold;
	background-repeat: no-repeat;

}

.navigation li a {
	font-size: 12px;
	text-decoration: none;
	width: 95%;
	color: #333;
}
.navigation li a:hover {
	color: #65AC2A;

}
.right-column {
	float: right;
	width: 200px;
}
.right-column .box {
	background-image: url(img/bg_box.png);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
	padding: 10px;
	margin-bottom: 10px;
	border: solid #E5E5E5 1px;
}
.right-column .box p {
	font-size: 12px;
}
.right-column .box h1 {
	font-size: 17px;
}





/* footer */
.footer {
	font: normal 11px sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	border-top: solid #65AC2A 4px;
	background-image: url(img/bg_ftr.png);
	background-repeat: repeat-x;
	color: #FFF;
}
.footer ul {
	float: left;
	list-style: none;
	border-left: solid #CCC 1px;
	margin-left: 20px;
	padding-left: 5px;
}

.footer li a {
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	margin-left: 5px;
}
.footer li a:hover {
	text-decoration: underline;
}
.footer .themen {
	float: left;
	width: 180px;
}
.img_right{
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid #CCC 1px;
	padding: 3px;
}

.kontakt {
	background-color: #E0E0DA;
	width: 150px;
	height: 100px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 10px;
	border: solid #C5C5AD 1px;
}

.left {float: left;}
.right {float: right;}
.picRight {
	float: right;
	margin-left: 10px;
}


/* misc */
.clearer {clear: both; font-size: 0;}

