﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 20px;
	padding: 0;
	background: #1c0404;
	text-align: justify;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	color: #393939;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	border-bottom: none;
	color: #e90b16;
}

a img {
	border: none;
}

#formatheadline
{
	color: #8C0209;
	font-size: 1.6em;
	font-weight: normal;
}

#header {
	width: 900px;
	margin: 0 auto;
	height: 100px;
	background: url(images/header.jpg) repeat-x left top;
}

/* Header */

#logo {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background: #d4b784;
}

#subheader {
	width: 900px;
	height: 5px;
	margin: 0 auto;
	background: #d4b784;
}


/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
	background: #f8efce;
	background-image: url(images/art_links.jpg);
	background-repeat: no-repeat;
}

#page-bg {
}

/* Content */

#content {
	float: left;
	padding-left: 30px;
	padding-right: 50px;
	width: 570px;
	background-image: url(images/art_rechts.jpg);
	background-repeat: no-repeat;
	
}



/* Sidebars */



#sidebar {
	float: left;
	width: 210px;
	padding-left: 5px;
	font-size: 15px;
	font-weight: bold;

}


.menuitem a {
	text-decoration: none;

}



.menutable { border: 2px #f8efce solid; border-collapse: collapse; width:198px;}

.menutable td { border: 2px #f8efce solid; padding-left:5px;}

.menutable tr { background-color: #ebdfb9}

.menutable  tr:hover { background-color: #f8efce;}





/* Footer */

#footer {
	width: 860px;
	height: 40px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/footer.jpg) no-repeat left top;
}

#footer p {
	margin: 0 auto;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}


