html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:10px 10px 10px 10px}
table{margin:10px 10px 10px 10px}
div#header h1{height:60px;line-height:60px;margin:0;
  padding-left:10px;color: #000060}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{}
div#extra{}
div#footer{color: #000}
div#footer p{margin:0;padding:5px 10px}

div#container{width:780px;margin:0 auto}
div#content{float:left;width:640px}
div#navigation{float:right;width:135px}
div#extra{float:right;clear:right;width:135px}
div#footer{clear:both;width:100%}
div#unterzeile h3 {height:20px;line-height:20px;margin:0;
  padding-left:10px;color: #000060; font-weight: bold;}
div#rahmen{ background-color: #CFAFAF; margin:0;padding:5px}
  
  

body,td,th {
	font-size: 12px;
}
body {
	background-color: #EEEEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


/* Chamfer Borders*/
.chamfer {background: transparent; width:98%; margin:0 auto;}
.chamfer h2, .chamfer p {margin:0 5px;}
.chamfer h1 {font-size:2em; color:#000; letter-spacing:1px;}
.chamfer h2 {font-size:15px; color:#000; letter-spacing:1px;}
.chamfer p {padding-bottom:0.5em;}

.chamfer .top, .chamfer .bottom {display:block; background:transparent; font-size:1px;}
.chamfer .b1, .chamfer .b2, .chamfer .b3, .chamfer .b4, .chamfer .b5 {display:block; overflow:hidden; height:1px; background:#fff; border-left:1px solid #000; border-right:1px solid #000;}
.chamfer .b1 {margin:0 5px; background:#000;}
.chamfer .b2 {margin:0 4px;}
.chamfer .b3 {margin:0 3px;}
.chamfer .b4 {margin:0 2px;}
.chamfer .b5 {margin:0 1px;}

.chamfer .boxcontent {display:block; background:#fff; border-left:1px solid #000; border-right:1px solid #000;}



/* Post list tabs */
#post-list-tabs .post ul { padding: 5px 2px 5px 7px; }
#post-list-tabs .post li { margin: 3px 0 5px 0; padding: 0; }
#post-list-tabs .post li a { display: inline; margin: 0; padding: 0; }

/************************************************
	Tabs
************************************************/

/* Tabs (actual tabs) */
.tabbed { background: transparent; border: none; }
#sidebar .tabbed { margin-bottom: 10px; }
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; }
.tabbed ul.tabs li a {
	color: #333;
	float: left;
	display: block;
	margin: 0 3px 0 0;
	padding: 3px .3em;
	background: #ECF3F7;
	}
.tabbed ul.tabs li a.t4 { margin-right: 0; }
.tabbed ul.tabs li a:hover { background: #CADCEB; text-decoration: none; }
.tabbed ul.tabs li a.tab-current { background: #fff; border-bottom: 1px solid #fff; }

/* Tab content */
.tabbed div.tab-content {
	height: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	clear: left;
	padding: 10px 5px 5px 5px;
	background: #fff;
	border-bottom: 1px solid #999;
	}
div.t2, div.t3, div.t4, div.t5 { display: none; }
.tabbed div.c { display: none; }
.tabbed div.c1 { display: block; }

/* Sections and posts */
.section, #content .post, #excerpts .post, #full-posts .post, .paged .post {
	width: 610px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 0;
	
	}


/* Post blocks */

#post-blocks { width: 610px; background: transparent; padding: 0; margin: -10px 0 10px 0; }

#post-blocks .post { width: 268px; margin: 10px 0 0 0; padding: 10px; background: #fff; border-bottom: 1px solid #999; }

#post-blocks .even { float: right; clear: none; }

#post-blocks .odd { float: left; clear: both; }

#post-blocks .post-title { margin: 0 0 5px 0; font-size: 1em; }



