/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	color: #202020;
	background: #808080;
}

h1, h2, h3 {
	color: #004494;
}

h1 {
}

h2 {
		margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.7em;
}

blockquote {
}

/*
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
*/
a {
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #004494;
}

/* Wrapper */

#wrapper {
	
}

#backer{
	width: 999px;
	margin: 0 auto;
	background: url(images/lastback_02.png) repeat-y;
}

/* Header */

#header {
	width: 999px;
	height: 170px;
	margin: 0 auto;
	background-image: url(images/lastback_01.png);
}

/* iconbar */

#icons {
	width: 95px;
	height: 40px;
	position: relative;
	left: 394px;
	top: 34px;
}

/* Menu */

#grps {
	width: 200px;
	height: 20px;
	position: relative;
	left: 100px;
	top: 54px;
	color: white;
}

#grps a {
	color: white;
	text-decoration: none;
}

#menu {
	
	width: 592px;
	height: 26px;
	position: relative;
	left: 340px;
	top: 106px;
}


#menu ul {
	padding: 0;
	list-style: none;
	line-height: normal;
	margin: 0;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 8px;
	text-decoration: none;
	text-align: center;
	/*text-transform: uppercase;*/
	font-size: 1em;
	font-weight: bold;
	color: white;
}

#menu a:hover, #menu .active a {
	color: #110404;
	background-color: #6699CC;
}


/* Page */

#page {
	width: 999px;
	margin: 0 auto;
	background: url(images/lastback_01.png) no-repeat 0 -170px;
}

#page-bgtop {
	/*background: url(images/img05.jpg) no-repeat left top;*/
	padding: 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 564px;
	padding-top: 30px;
	margin-left: 72px;
}

.vorspann {
	display: block;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 12px;
	margin-bottom: 12px;
}

.post {
	margin: 0px 0px 30px 0px;
	font-size: 0.9em;
	line-height: 1.6em;
}

.post .title {
	margin: 0px;
	padding: 7px 0px 5px 0;
	color: #004494;
}

.post .title a {
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #004494;
}

.post .entry {
	margin-top: 12px;
}

.post img {
	float: left;
	padding: 0;
	margin-bottom: 12px;
}

.post .meta {
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	color: #5E5E5E;
}


.post ul, .post li {
	list-style-type: disc;
	list-style-position: inside;
}


.post ul ul, .post li ul, .post li li {
	list-style-type: disc;
	list-style-position: inside;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 208px;
	padding-top: 30px;
	margin-right: 66px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	border-bottom: 1px dashed #999;
	width: 180px;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	color: white;
	font: bold 130% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #6699CC url(images/headright.png) no-repeat 168px 0;
	border-bottom-style: none;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #004494;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 999px;
	height: 30px;
	margin: 0 auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
	color: gray;
}

#footer a {
	text-decoration: none;

	color: #999;
}

#footer a:hover {
	text-decoration: underline;
}



.formtable
{
	border-collapse: collapse;
	width: 100%;
	background: white;
}

.formtable td
{
	vertical-align: top;
	padding: 20px 4px 8px;
}

.line1 {
	background-color: #cfcfcf;
	padding-top: 8px;
	padding-bottom: 8px;
}

.line2 {
	background-color: #efefef;
	padding-top: 8px;
	padding-bottom: 8px;
}

.bildtext {
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	display: block;
	margin-bottom: 8px;
	top: -12px;
	position: relative;
}

label {
	width: 150px;
	display: block;
	text-align: right;
	height: 16px;
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
	padding-top: 4px;
}

.formfield {
	width: 200px;
	height: 16px;
	padding: 2px;
	border: 1px solid #004494;
	background-color: #6699CC;
	margin-bottom: 8px;
}

.formtext {
	width: 200px;
	height: 160px;
	padding: 2px;
	border: 1px solid #004494;
	background-color: #6699CC;
	margin-bottom: 8px;
}

.respekt {
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
}

