body {
	margin: 0;
	padding: 0;
	background: #ffffff url(bilder/headbg.gif) repeat-x;
	font-size: 13px;
	color: #0f5280;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0f5280;
}

h2 {
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0f5280;
}

h3 {
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0f5280;
}

h1 {
	/*letter-spacing: -1px;*/
	font-size: 2,5em;
}

h2 {
	/*letter-spacing: -1px;*/
	font-size: 1em;
	line-height:3;
}

h3 {
	font-size: 1em;
	line-height:normal;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #0f5280;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 780px;
	height: 186px;
	margin: 0 auto;
	background: url(bilder/header.jpg) no-repeat;
}

#header h1, #header p {
	float: left;
	margin: 0;
	padding-top: 100px;
	/* text-transform: lowercase; */
	line-height: normal;
	text-align:right;
	padding-left: 450px;
}

#header h1 {
}

#header p {
	padding-left: 10px;
	text-align: right;
	padding-top: 150px;
	font-weight: 500;
	font-size:15px;
}

#header p1 {
	text-align:left;
	padding-left: 50px;
	
}

#header a {
}


/* Menu */

#menu {
	width: 780px;
	height: 64px;
	margin: 0 auto;
	background: url(bilder/menuebg.jpg) no-repeat;
	font-size: 15px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

.menuabgrenzung
{
	border-bottom:solid 0px;
	margin:0px;
	padding:0px;
	background-image:url(bilder/trenn.jpg);
	background-repeat:repeat-x;
}

#menu a, #menu a:visited , #menu a:active {
	display:block;
	color:#0f5280;
	font-weight: bold;
	text-decoration:none;
	padding: 0 50px 0 20px;
	border-left:0px;
	border-top:0px;
	line-height:64px;
	height:64px;
}

#menu a:hover {
	color:#0f5280;
	text-decoration:none;
	background-image:url(bilder/hoverbg.gif);
}

#menu2 a, #menu a:visited , #menu a:active {
	color:#27648d;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 480px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #0f5280;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #0f5280;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(bilder/bg.png) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 40px;
	border-bottom: 1px dotted #0f5280;
	background: url(bilder/bg.png) no-repeat 15px 50%;
}

#sidebar h3 {
	margin: 0;
	padding: 11px 0px 5px 0px;
	/* background: url(bilder/menue.gif) no-repeat left bottom; */
	border-bottom: 2px solid #0f5280;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #a7bfcf;
	border-top: 2px solid #0f5280;
	text-align: center;
	font-size: smaller;
}

