/*
Design by Valentin Thomalla
http://www.thomalla.at
*/

body {
	margin: 0;
	padding: 0;
	background: #0F5B96 url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A4E4F5;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {
/*	*** text-transform: lowercase; */
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.0em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

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

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 980px;
	margin: 0 auto;
	height: 160px;
	background: url(images/img02.jpg) no-repeat center top;
	text-transform: lowercase;
}

#header-img {
	position:relative; 
	top: 0px;
	left: 0px;
	width: 940px;
	height: auto;
	padding: 0px 0;
}

#header-text {
	position:relative; 
	top: 8px;
	left: 0px;
	width: 960px;
	height: auto;
	padding: 0px 0;
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #62D6F5;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}

#menu {
	float: right;
	margin: 15px;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: right;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .current_page_item a {
	background: #26BADF url(images/img04.gif) no-repeat;
}

/* Page */

#page {
	width: 980px; 
	margin: 7px auto;
}

/* Content */

#content {
	float: left;
	width: 980px;
	padding: 0 0 0 25px;
}

.post {
       padding: 25px 25px 25px 25px;
	margin-bottom: 0px;
	background: #1EB5DD url(images/img05.png) no-repeat;
	color: #0A416B;
}

.post a {
	color: #A4E4F5;
}

.post a:hover {
	color: #FFFFFF;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url(images/img06.gif) repeat-x left bottom;
	border-top: 1px solid #2872A6;
}

.post .links a {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}

.post .links a:hover {
	color: #FFFFFF;
}


/* Footer */
#footer {
	position:relative; 
	left: 10px;
	width: 960px;
	height: auto;
	clear: both;
	padding: 0px 0;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}

#language {
	position: relative;
	top: 0px;
	left: 10px;
	width: 960px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	background: #083253;

	text-align: right;
       white-space:nowrap;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}

#impressum {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	background: #000000;

	text-align: right;
       white-space:nowrap;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

