/*
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 {
	margin: 20px 0;
	background: #C5E6EE;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #40ACC7;
}

h1, h2, h3 {
	font-weight: normal;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a {
	color: #FF7700;
}

a:hover {
	text-decoration: none;
}

img {
}

/* Logo */

#logo {
	height: 180px;
	background: #FBC25F url(../images/img02.gif) no-repeat;
	text-align: center;
}

#logo h1 {
	padding: 8px;
	font-size: 2.3em;
	font-weight: bold;
}

#logo h2 {
	font-size: .8em;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #600303;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img03.gif) repeat-y 260px 0;
	border: 5px solid #40ACC7;
}

/* Content > Main */

#main {
	float: right;
	width: 700px;
	padding: 15px;
}

#main h1 {
	padding: 5px 0;
	font-size: 2em;
}

#main p, #main blockquote, #main ul, #main ol {
	line-height: 180%;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 260px;
	background: url(../images/img04.gif) no-repeat;
}

/* Content > Sidebar > Menu */

#menu {
	padding: 10px;
	border-top: 5px solid #40ACC7;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 7px 15px;
	background: url(../images/img04.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	color: #40ACC7;
}

#menu a:hover, #menu .active a {
	/*background-image: url(../images/img05.gif);*/
	color: #FF7700;
}

/* Lsausgabe */

#lsausgabe	{
		width: 475px;
		padding: 15px;
		float: right;
}
#lsausgabe ul	{
		list-style-type: none;
		margin: 0;
		padding: 0;
}
#lsausgabe ul li	{
		display: inline;
		padding: 0 5px 0 10px;
		float: left;
		border-right: 1px solid #949494;
}

#lsausgabe ul li a	{
		text-decoration: none;
		color: #336699;
}
#lsausgabe ul li a:hover	{
		text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}