/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #fff;
	font: normal 13px Verdana,sans-serif;
	color: #0060A9;
	padding-bottom: 1em;
}

a {color: #06A;}
a:hover {color:#036;}

p {
	padding: 0.1em 0 0.8em;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
/*   color ???   */	
}

h1 {
	font: normal 1.8em Verdana, Geneva, sans-serif;
	color: #6f93de;
	text-transform: uppercase;
}
h2 {font: normal 1.5em Verdana, Geneva, sans-serif;}
h3 {font: bold 1em Verdana, Geneva, sans-serif;}


code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

img {border: none;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 1em Verdana,sans-serif;
}

textarea {
	width: 440px;
}
	
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px 5px 0px;
}

/* Searchform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 10px auto 0;
	width: 956px;
	border-left-color:#0060A9;
	border-right-color:#0060A9;
}
#layout_container {
	background: #FFF;
	padding: 0px 5px;
}
#layout_edgetop, #layout_edgebottom {
	background: url('img/layout_edges_green.png') no-repeat left top;
	display: block;
	height: 10px;
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Site Title */
#site_title {
	background: url('img/logos1_2.png') #FFFFFF repeat-x left top;
	padding: 0px 0px 0px 0px;
}

#site_title h1,#site_title h1 a {
	color: 5482c0;
}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #305A7A}
#site_title h2 {
	padding-top: 1.4em;
	font: normal 1.1em sans-serif;
	color: #679;
}

#top_separator {
	background: #FFF;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}

/* Navigation */
#navigation {
	background: #799de8;
	padding: 0px 0px 0;
	height: 30px;
}

/* Main Layout */
#main_left {
	width: 686px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#main_right {
	width: 260px;
	padding-top: 5px;
    padding-right: 5px;  
}

/* Footer */
#footer {
	background: url('img/footer.png') #FFFFFF left top;
	padding: 8px 4px 2px 10px;
	font-size: 0.85em;
	color: #333;
	width: 935px;
	height: 18px;
	margin-left: 5px;
	background-repeat: no-repeat;
}
#footer .right {
	color: #0060A9;
	padding-right: 10px;
}
#footer .right a {
	color: #EEEEEE;
	text-decoration: none;
}
#footer .right a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {
	float: left;
}
.right {float: right;
}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 0px;
	width: 680px;
	border-color: #799de8;
	border-style:solid;
	border-width: 1px;
	background-image:url(borders_post.png);
	background-repeat:repeat-y;
	-moz-border-radius: 10px 10px 0px 0px;
}
.post_title {
/* 	background: #799de8 url('img/post/title.png') no-repeat left top;  */
background-image:url(img/post_titel_transparent.png);
background-repeat:repeat-x;
	padding: 6px 12px 5px;
	width: 656px;
	border-bottom-color:#C00;
}
.post_title h1 {
	font: bold 1em Verdana,sans-serif;
	color: #0060a9;
	text-transform:uppercase;
}

.post_title h1.left {
	width: 655px;
}
.post_date {
	color: #999;
	padding-top: 1px;
	font-size: 1em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}


.post_body {

	padding: 10px 10px 1px;
	width: 660px;
/*	border-bottom: 1px solid #D0D8DE;  */
}
.post_body img {
	border: 1px solid # 090;
/*	background: #F5F5F5;  */
	padding: 3px;
}

.post_bottom {
/*	background: url('img/post/bottom.png') no-repeat left top;  */
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */
	
.box {
	margin-bottom: 5px;
	border-color: #799de8;
	border-style:solid;
	border-width: 1px;
/*	background-image:url(borders.png);
	background-repeat:repeat-y;  */
background-color:#eff3fc; 
	
}

.box_title {
background-image:url(img/post_titel.png);
background-repeat:repeat-x;
	padding: 6px 5px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform:uppercase;
	color: #0060a9;
}
.box_body {

	padding: 8px 10px 1px 10px;
	font-size: 1em;
}
.box_bottom {
	background: url() no-repeat left top;
	display: block;
	height: 5px;
}

.box ul {
	margin-left: 0;
/*	border-bottom: 1px solid #E2ECF2;  */
}

.box ul li {
	list-style: none;
	padding: 4px;
/*	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;  */
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #f5f5f5;
	margin-bottom: 5px;
	padding-left: 0px;
	width: 680px;
}
.pagenav_bottom {
	background: url('img/pagenav_bottom.png') no-repeat left bottom;	
	display: block;
	font-size: 0;
	line-height: 0;
	height: 3px;

}
.pagenav {

	font-size: 0.85em;
	padding: 5px 0px 0;
	width: 675px;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}
.post_text_deco {
	background-color:#FF9;
	}

