/* CSS Document */

Theme Name: redesign
Description: blah
Version: 1.0
Author: gh

*/

/* Social Style
********************* */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin-bottom: 0.1em;
}

body {
	background: #8d1002 url(images/back.jpg) 0 0 repeat-x;
	color: #4d4d4d;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {border: none;}
p {
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0.5em;
	padding: 0;
}
img.right {
	float: right;
	margin: 10px 0 0 10px;
}
img.left {
	float: left;
	margin: 0 10px 0 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: 1.2em Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

hr {
    height: 0;
    border: 0;
	border-top:1px solid #ccc;
    width: 920px;
    margin: 0 0 0 20px;
    text-align: center;
   }


/* Etc
******************** */
br.clear {
	clear: both;
	margin:0;
	padding:0;
}
.cta {
	margin: 40px 0;
}
#glossar-nav a {
	font-size: 1.2em;
	font-weight: bold;
	color: #b41706;
}
.abt {
	font-size: 1.2em;
	font-weight: bold;
}
#content a {color: #000; text-decoration: underline;}
#content h2 a {color: #b41706; text-decoration: none;}

/* Design
******************** */
#top {
	margin: 0 auto;
	width: 960px;
	position: relative;
	height: 200px;
	background: #fff;
	border-bottom: 2px solid #fff;
}
#tophome {
	margin: 0 auto;
	width: 960px;
	position: relative;
	height: 288px;
	background: #fff;
	border-bottom: 2px solid #fff;
}
#topi {
	background: #fff url(images/header_small.jpg) 0 0 no-repeat;
	left: 0;
	width: 960px;
	height: 200px;
	top: 0;
	position: absolute;
}
#topihome {
	background: #fff url(images/header_big.jpg) 0 0 no-repeat;
	left: 0;
	width: 960px;
	height: 320px;
	top: 0;
	position: absolute;
}
#page {
	text-align: left;
	width: 960px;
	background: #fff;
	margin: 0 auto;
}
#header {
	background: #fff;
}
#headr {
	width: 960px;
	margin: 0 auto;
	color: #4d4d4d;
	text-align: left;
}
#headr h1 {
	margin: 0;
	padding: 20px 0 0 30px;
	font-size: 3em;
	font-family: Arial, Helvetica, sans-serif;
}
#headr h1 a {
	color: #FFF;
	}
#headr h1 a:hover {
	color: #FFF;
	}
#headr .description {
	padding: 10px 0 0 600px;
	color: #efefef;
}
.rss2 {
	position: absolute;
	right:0;
	bottom: 0;
}
#left {
	float: left;
	width: 690px;
	background: #fff;
	height: auto;
	min-height:210px;
	margin:0;
	padding:0;
}
#right {
	float: right;
	width: 270px;
	margin:0;
	padding:0;
}

#content {
	width: 420px;
	float: right;
	margin: 0;
	padding:0 40px 0 31px;
	border-left: 1px #b41706 solid;
	background-color:#fff;
}
#contenthome {
	width: 670px;
	float: left;
	margin: 0 0 0 20px;
	padding:0;
	background-color:#fff;
}
.post {
	margin-bottom: 30px;
}
.entry {
	margin-bottom: 10px;
	text-align: left;
}
.entry a {
	color: #000;
	text-decoration: underline;
}
.side1 {
	width: 149px;
	float: left;
	color: #4d4d4d;
	margin:0;
	padding:0 0 0 40px;
}
.side2 {
	margin:0 20px 0 0;
	width: 250px;
	float: right;
	color: #4d4d4d;
	background-color: #fff;
}
.gap {
	padding: 0;
}

#footer {
	background-color: #fff;
	margin: 0 auto;
	padding-top: 36px;
	text-align: center;
	width: 960px;
	height: 40px;
	color: #4d4d4d;
	font-size: 1em;
	border-top: 1px #fafafa solid;
}

#footer a {
	color: #b41706;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#cta {
	display: block;
	height: 76px;
	margin: 40px 0;
	border-top: 2px #b41706 solid;
	border-bottom: 2px #b41706 solid;
}
#cta h3 {
	font-size: 12px;
}
#cta h3 a, #cta h3 .red {
	color: #b41706;
}
#cta h3.ctamail {
	background: transparent url(/assets/images/cta_mail_back.gif) 0 0 no-repeat;
	margin: 13px 0 0 30px;
	padding: 3px 0 0 40px;
}
#cta h3.ctatel {
	background: transparent url(/assets/images/cta_tel_back.gif) 0 0 no-repeat;
	margin: 5px 0 0 30px;
	padding: 8px 0 0 40px;
	height: 33px;
}

/* Design
******************** */
.side1 ul, .side2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.side1 ul.children, .side2 ul.children {
	margin-left: 20px;
}
.boxy, .side1 .categories, .side2 .categories, .widget, .side1 .linkcat, .side2 .linkcat {
	margin-bottom: 20px;
}
.entry ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.entry ul li {
	margin: 0 0 5px -10px;
	padding: 0;
}

#searchform { margin: 0; padding: 0;}
#s {
	float: left;
	width: 200px;
	padding: 2px 0 0 0;
	margin: 15px 20px 0 690px;
	height: 20px;
	background: #fff;
	border: 1px solid #a8a8a8;
	color: #4d4d4d;
}
#s:focus {
	border: 1px solid #a8a8a8;
	color: #4d4d4d;
}
#searchsubmit {
	display:block;
	font-size: 12px;
	float:right;
	width: 30px;
	margin: 16px 18px 0 0px;
	padding: 0 0 4px 0;
	height: 22px;
}

/* Design  Typo
********************* */
.side1 h2, .side2 h2 {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 5px;
	padding: 0px;
	background: #6F7374;
}
.side1 ul li ul li a, .side2 ul li ul li a {
	color: #4d4d4d;
	background: url(images/star2.gif) left top no-repeat;
	padding-left: 0px;
}
#recentcomments .recentcomments a:link, #recentcomments .recentcomments a:visited {
	background: none;
}
.side1 ul li ul li a:hover, .side2 ul li ul li a:hover {
	color: #b41706;
}
.side1 ul li ul li.current_page_item a,.side1 ul li ul li.current-cat a, .side2 ul li ul li.current-cat a {
	color: #b41706;
}



.post-date {
	margin:0 0 3px 0;
	font-size: 0.9em;
}
.post h2, .post h2 a {
	font: 1.3em Arial, Helvetica, sans-serif;
	color: #b41706;
	line-height: 1.3em;
	display: block;
	font-weight: normal;
}
.post h2 a:hover {
	color: #b41706;
	text-decoration:underline;
}
h2.pagetitle {
	margin: 0 0 20px 0;
	border: none;
	font-size: 1.5em;
}
.entry p{margin: 0 0 30px 0;}
.entry h2{margin: 0 0 5px 0;}

p.postmeta {
	display:none;
	margin-bottom: 10px;
	color: #A73228;
}

p.meta {
	display:none;
	font-size: 87%;
	border-top: 2px solid #822601;
	margin-bottom: 10px;
	color: #A73228;
}
p.meta a {
	display:none;
	color: #A73228;
	text-decoration: none;
}

.post a img {margin:10px 13px 10px 0;}

span.user {
	padding: 3px 5px;
}

span.timr {
	background: #822601;
	color: #fff;
	padding: 3px 5px;
}
span.catr {
	padding: 3px 5px;
}
span.editr
{
	padding: 2px 2px 2px 18px;
}
span.commr {
	background: url(images/ico/comment.gif) 0 0 no-repeat;
	padding: 0 2px 0 18px;
}
.post ul.postspermonth {
	list-style:none;
	padding: 0;
	margin: 0;
}

.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}

.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}

/* Comment Etc
********************* */
.navigation {
	margin-bottom: 20px;
	width: 450px;
	float: left;
}

.navigation a {
	color: #666;
}
.alignleft {
	float: left;
	width: 50%;
}
.alignright {
	float: right;
	text-align: right;
	width: 50%;
}


.ileft {
	float: left;
	margin-right: 5px;
}
#avatr {
	border: 1px solid #333;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote {
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}
#content .commentsfeedr {
	background: url(images/ico/feed_add.png) no-repeat left center;
	padding: 3px 20px;
}
#content .trackbackr {
	background: url(images/ico/arrow_refresh.gif) no-repeat left center;
	padding: 3px 20px;
}
input.textbox, textarea {
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus {
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit {
	padding: 3px 5px;
}
.comment {
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt {
	background: #fff;
}
.MyAvatars {
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}

h3#respond, h3#comments {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #333;
}

#comment {
	width: 98%;
}

/* Top Navigation Style
********************* */
/*  Menuv
******************** */
#topy {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	height: 58px;
	font-size: 1.2em;
}
#menuv ul {
	font:14px Arial, Helvetica, sans-serif;
	list-style: none;
	position: absolute;
	top: 4px;
	left: 0;
	}
#menuv li {
	display: inline;
}

#menuv li.page_item a, #menuv li.admintab a {
	padding: 0 12px 0 0;
	color: #777;
	font-weight:bold;
}
#menuv li a:hover {
	color: #b41706;
}
#menuv li.current_page_item a {
	padding: 0 12px 0 0;
	color: #b41706;
	font-weight: bold;
}
#menuv li.rss2 a {
	right: 0;
	top: 0;
	position: absolute;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #A73228;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #A73228;
	padding: 5px;
	background: #F7E2D4;
}

code {
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #A73228;
	padding: 2px;
}



/* Teaser and Widgets Home
******************** */
.teaser1 {
	float: left;
	margin:0 30px 0 0;
	width: 305px;
	height: 208px;
	background: #fff url(images/home_teaser_back_neu_1.gif) 0 0 no-repeat;
	position: relative;
	/*background-color: #FF9999;*/
}
.teaser1 h1 {
	margin: 19px 0 10px 45px;
	font: 1.4em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b41706;
	display: block;
}
.teaser1 p {
	margin: 10px 0 0 20px;
	width: 267px;
}
.teaser1 a.teaserlink {
	position: absolute;
	margin:0 15px 0 0;
	padding:0 20px 0 0;
	font: 1.0em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff5a00;
	text-decoration: underline;
	background: url(images/teaserlink-arrow.gif) bottom right no-repeat;
	right: 0px;
	bottom: 10px;
}
.teaser2 {
	float: right;
	width: 250px;
	height: 100px;
	background: #fff url(images/home_teaser_back_neu_2.gif) 0 0 no-repeat;
	position: relative;
	/*background-color: #FF9999;*/
}
.teaser3 {
	width: 250px;
	height: 100px;
	background: #fff url(images/home_teaser_back_neu_3.gif) 0 0 no-repeat;
	/*background-color: #00CCFF;*/
	float: right;
	position: relative;
}

.teaser2 h2 {
	margin: 10px 0 0px 35px;
	padding:0;
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b41706;
	display: block;
	background-color: transparent;
}
.teaser3 h2 {
	margin: 8px 0 0px 35px;
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3582d8;
	display: block;
	background-color: transparent;
}
.side2 .post-date {
	color: #3582d8;
	font-size:12px;
}
.side1 .widgettitle, .side2 .widgettitle {display:none;}
.side2 .teaser2 p, .side2 .teaser3 p {
	margin: 10px 0 0 14px;
	width: 210px;
}

.teaser2 a.teaserlink {
	position: absolute;
	height: 14px;
	margin:0 15px 0 0;
	padding:0 20px 0 0;
	font: 0.9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff5a00;
	text-decoration: underline;
	background: url(images/teaserlink-arrow.gif) bottom right no-repeat;
	bottom: 10px;
	right: 0px;
}
.teaser3 a.teaserlink {
	position: absolute;
	height: 14px;
	margin:0 15px 0 0;
	padding:0 20px 0 0;
	font: 0.9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3582d8;
	text-decoration: underline;
	background: url(images/teaserlink-arrow-blue.gif) top right no-repeat;
	bottom: 10px;
	right: 0px;
}

/* Widgets
******************** */
.side1 ul li, .side2 ul li {
margin:0 0 8px 0;
}
.side1 .widgettitle, .side2 .widgettitle {
	display:none;
}
.side2 .teaserbox {
	margin:0 0 20px 0;
}
.side2 .teaserbox p {
	margin:10px 0 0 20px;
}
.side2 .teaserbox p .name {
	font-weight: bold;
	font-size:14px;
	color:#b41706;
}
.side1 a {color: #000;}
.side1 a:hover {color: #000;text-decoration:underline;}
.lokalzeit {margin-top:80px;}
#glossar-nav a {font-size:0.9em;color: #4d4d4d;text-decoration:none;margin-right:3px;padding:3px; background-color: #ddd;}
#glossar-nav a:hover {font-size:0.9em;color: #fff;text-decoration:none;margin-right:3px;padding:3px; background-color: #b41706;}

