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

* {
	padding: auto;
	margin: auto;
}

body {
	background: url(images/back_tile.jpg);
}

body, th, td, input, textarea {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #333;
}

h1 {
	letter-spacing: -.075em;
	font-size: 24em;
}

h2 {
	letter-spacing: -0.05em;
	text-transform: none;
	font-size: 1.5em;
	font-weight: bold;
	color: #55160D;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 20px;
}

ul, ol {
	margin: 0em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: underline;
	color: #333333;
}

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

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #FF2600;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #FF2600;
}

hr {
	display: none;
}

a img { border:0; }

a:hover img { border:0; }

a:visited img { border:0; }

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	position: relative;
	display: block;
	text-align: center;
	width: 900px;
	height: 120px;
	margin-top: 50;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#333;
}

#menu {
	position: absolute;
	display: block;
	height: 47px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-left: 84px;
	left: -2px;
	top: 152px;
	right: auto;
	bottom: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
	font-family: "Lucida Sans", "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	border-left: #CCC 1px solid;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 16px;
	padding-left: 25px;
}

#menu a:hover {
	color: #333;
	background-color: #CCC;
}

#menu .current_page_item a {
	background: #FFFFFFFF;
	color: #333;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 16px;
	padding-left: 25px;
	background-color: #FFF;
}

#menu .last{
	border-right: #58032F 1px solid;
}

/* Logo */

/* Page */

#page {
	width: 900px;
	padding-top: 0px;
	background: #FFFFFF;
	border-top: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Termine */

#termine {
	float: left;
	width: 900px;
}

.termin {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Trebuchet MS";
	color: #333333;
}

.termin_datum {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Trebuchet MS";
	font-weight:bold;
	color: #505050;
	padding-left: 10px;
}


.termin_next {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Trebuchet MS";
	color: #FFFFFF;
}

.termin_datum_next {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Trebuchet MS";
	font-weight:bold;
	color: #FFFFFF;
	padding-left: 10px;
}


/* Content */

#content {
	float: left;
	width: 650px;
	background-color: #FFF;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
	font-size: 15px;
}

.post h1.title {
	height: 40px;
	font-size: 25px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS";
	text-transform: none;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	color: #333;
}

.post .entry {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: #000;
	font-size: 12px;
}

.post .entry a:hover {
	background:#333333;
	color: #FFFFFF;
}

.post entry a img {
background-color:none;
}

.post entry a:hover img {
background-color:none;
}


.post .meta {
	margin: 0;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 1.3em;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.post .meta a {
	color: #FF2600;
}

.post .links {
	margin: 0;
	padding: 0px 0px 15px 15px;
}

.post .tags {
	margin: 0;
	padding: 5px 10px 5px 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
}

.post .links a, .post .tags a {
	border: none;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	padding: 15px 0  0 0px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B10961;
}

#recent-posts h3 {
	margin: 0;
	padding: 15px 0  0 0px;
	font-size: 15px;
}

#recent-posts p {
	border-bottom: #E7E7E7 1px solid;
	line-height: 18px;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
}

#recent-posts a {
	margin-top:10px;
	padding: 5px;
	text-transform: none;
	font-family: "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#recent-posts a:hover {
	background: #FF2600;
	color: #FFFFFF;
}


#recent-posts h3 a {
}

/* Sidebars */

.sidebar {
	float: left;
	margin-bottom:20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: -5px;
}


.sidebar li h2 {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B10961;
}

#sidebar1 {
	width: 210px;
	padding: 0px 20px 0px 20px;
	background: #F2F2F2;
}

/* Calendar */

#calendar {
	margin: 0 auto;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	width: 220px;
	text-align: center;
	border-collapse: collapse;
}

#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}

#calendar tbody td {
	background: #EEEEEE;
}

#calendar #today {
	background: #B8D03B;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar a {
	font-weight: bold;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

/*Example CSS for demo ticker*/

#ajaxticker1{
width: 650px;
height: 35px;
border: none;
background-color:#FF2600;
margin-left: 20px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color:#FF2600;
}

.tickertext{
padding-top: 20px;
font-size: 1.2em;
font-family: "Lucida Sans Unicode", "Trebuchet MS";
color:#FFFFFF;
text-align:center;
}

/* Footer */

#footer {
	height: 50px;
	padding-top: 20px;
	width: 900px;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	padding-top:35px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	font-weight:bolder;
	color: #FFFFFF;
}

