/*
This stylesheet contains the style information that is
shared between the one-column, the two-column, and the
three-column variants of wucoco.  See style.css for
additional info.
*/

body {
	margin: 2em;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px , but there's font-size's all over the place compensating for it.*/
	color: black;
	background-color: white;
	}

.alignleft {	float: left;	}
.alignright {	float: right;	}
.center {	text-align: center;	}

/**************
 *** Header ***
 **************/

#header .nav {	display:none;	}
#header .searchform {	display:none;	}
#blogtitle h1 {	font-size: 1.8em; display:block; margin:0;	}
#blogtitle { font-size:1.3em; }

/******************************
 *** Columns and Containers ***
 ******************************/

#page_container {	font-size: 1.2em;	}


.postbox {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	background: white;
	}
.postbox .right { background: url(images/postboxR.jpg) repeat-y right; }
.postbox .bottom { background: url(images/postboxB.jpg) repeat-x bottom; }
.postbox .left { background: url(images/postboxL.jpg) repeat-y left; }
.postbox .br { background: url(images/postboxBR.jpg) no-repeat bottom right; }
.postbox .bl { background: url(images/postboxBL.jpg) no-repeat bottom left;}
.post_title { background: #EBF4F3; }
.post_title .top { background: url(images/post_titleT.jpg) repeat-x top; }
.post_title .right { background: url(images/post_titleR.jpg) repeat-y right; }
.post_title .left { background: url(images/post_titleL.jpg) repeat-y left; }
.post_title .tl { background: url(images/post_titleTL.jpg) no-repeat top left; }
.post_title .tr { background: url(images/post_titleTR.jpg) no-repeat top right; }
.postbox .content {
	margin: 0px 15px 0px 15px;
	padding: 0px;
    padding-bottom:2em;
	}

.navigation { margin: 15px 0px 15px 0px; }

/************
 *** Post ***
 ************/

h2.title {
	margin: 0px;
	padding: 10px 15px 0px 15px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 1em;
	font-size: 1.6em;
	}

h2.title a {
	color: #333333;
	text-decoration: none;
	}

h2.title a:hover { text-decoration: underline; }

small.title {
	margin: -10px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	font-size: 0.9em;

	color: #777777;
	}

.postmetadata {
	text-align: center;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	color: #777777;
	}

blockquote {
	color: #777;
	display: block;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	background: url(images/quote.gif) no-repeat left top;
	}

cite {
	margin: 5px 0 0;
	display: block;
	}

strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Georgia, Fixed, Sans-Serif;
	}

.postbox .content img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.postbox .content h1 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 1.25em;
	}

.postbox .content h2 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 1.25em;
	}

.postbox .content h3 {
	font-size: 1.25em;
	font-weight: normal;
	letter-spacing: 1px;
	}

.postbox .content h4 {
	font-size: 1em;
	}

.postbox .content p {
	margin-top: 1em;
	margin-bottom: 1em;
	}

/****************
 *** Comments ***
 ****************/

#comments{
	font-size:  1.1em;
	text-align: left;
	}

.respond {
	border-bottom: 1px dotted #7f7f7f;
	margin-top: 50px;
	margin-bottom: 0px;
	font-weight: normal;
	}

.comment_1, .comment_2, .comment_author {
	margin: 15px;
	background: white;
	}

.comment_1 .top, .comment_2 .top { background: url(images/commentT.jpg) repeat-x top; }
.comment_1 .right, .comment_2 .right { background: url(images/commentR.jpg) repeat-y right; }
.comment_1 .bottom, .comment_2 .bottom { background: url(images/commentB.jpg) repeat-x bottom; }
.comment_1 .left, .comment_2 .left { background: url(images/commentL.jpg) repeat-y left; }
.comment_1 .tl, .comment_2 .tl { background: url(images/commentTL.jpg) no-repeat top left; }
.comment_1 .tr, .comment_2 .tr { background: url(images/commentTR.jpg) no-repeat top right; }
.comment_1 .br, .comment_2 .br { background: url(images/commentBR.jpg) no-repeat bottom right; }
.comment_1 .bl, .comment_2 .bl { background: url(images/commentBL.jpg) no-repeat bottom left; }
.comment_1 .content, .comment_2 .content { padding: 15px; }

.comment_author .top { background: url(images/comment_authT.jpg) repeat-x top; }
.comment_author .right { background: url(images/comment_authR.jpg) repeat-y right; }
.comment_author .bottom { background: url(images/comment_authB.jpg) repeat-x bottom; }
.comment_author .left { background: url(images/comment_authL.jpg) repeat-y left; }
.comment_author .tl { background: url(images/comment_authTL.jpg) no-repeat top left; }
.comment_author .tr { background: url(images/comment_authTR.jpg) no-repeat top right; }
.comment_author .br { background: url(images/comment_authBR.jpg) no-repeat bottom right; }
.comment_author .bl { background: url(images/comment_authBL.jpg) no-repeat bottom left; }
.comment_author .content { padding: 15px; }

.respond {
	border-bottom: 1px dotted #7f7f7f;
	font-size: 1.5em;
	margin-top: 50px;
	margin-bottom: 0px;
	}

#commentform {
	margin: 15px auto 15px auto;
	}

#commentform .textform {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	}

#commentform textarea {
	width: 100%;
	font-size: 1.5em;
	}
#commentform .comments_text {
   font-size: 1em; 
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
    font-family: verdana,arial,sans-serif;   
}

#commentform #submit {
	float: right;
	}

/****************
 *** Sidebars ***
 ****************/

#rightbar, #leftbar {	display:none;	}

/**************
 *** Footer ***
 **************/

#footer { display:none; }


/**********************
 *** Eigene Klassen ***
**********************/

.companylogo {
    float:right;   
    margin: 10px 3px;
}

.imagelink img {
    margin:10px 3px; 
    border:8px solid #EAEDF2;
}
.contactform, .addtofavourites, .printpage  { display:none;	}