body {
	background: #fff url(../images/html-bg.gif) repeat-x;
	font: 75%/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333;
}
a {
	color: #004E9C;
	text-decoration: none;
}
a:visited {
	color: #004E9C;
}
a:hover {
	color: #f60;
}
p.list {
	background: url(../images/pw-pfeil2.gif) no-repeat;
	padding-left: 10px;
	margin: .5em 0;
}

img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
#page {
	
}
#wrapper {
	background: url(../images/main-bg.jpg) no-repeat center top;
	width: 790px;
	margin: 0px auto;
	position: relative;
}

	/* (en) clearfix method for clearing floats */
	/* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ------------------------------------- header area  */
#header {
	height: 165px;
	margin-bottom: 5px;
}
#logo {
	background: url(../images/pw-logo.gif) no-repeat;
	width: 139px;
	height: 47px;
	position: relative;
	top: 60px;
	left: 25px;
}
/* ------------------------------------- main content area  */
#left-col {
	width: 570px;
	float: left;
	display: inline;
}
/* content */
#content {
	padding: 20px 10px 10px 20px;
	width: 550px;
	background:  #fff url(../images/content_left_bg.gif) no-repeat;
	clear: both;
}
#content-inner {
	width: 548px;
	float: left;
	border-bottom: #CCC 1px solid;
}
#placeholder {
	width: 1px;
	margin-left: -1px;
	height: 620px;
	float: left;
}
.post {
	padding-top: 20px;
}
.linie {
	background: url(../images/dot.gif) repeat-x;
	padding: 10px 0 0 0;
	color: #004E9C;
	clear: both;
}
.id {
	margin-right: 2em;
}

h2 {
	color: #004E9C;
	margin: 10px 0;
	font: bold 135%/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	color: #004E9C;
	font: normal 135%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	color: #004E9C;
	margin: 20px 0 10px 0;
	padding-top: 10px;
	font: bold 130%/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top: #CCC solid 1px;
}

/* ------------------------------------- footer area  */
#footer {
	padding: 15px 0px 15px 20px;
	font: normal 90%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	text-decoration: underline;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float: right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear: both;
}

hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}


/* ------------------------------------- sidebar area  */
#sidebar {
	background: url(../images/content_right_bg.gif) no-repeat top right;
	float: right;
	padding-right: 6px;
	width: 204px;
	color: #666;
	line-height: 160%;
}
#sidebar p {
	margin: 0px 0px 15px;
}

#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar ul li {
	background: url(../images/pw-pfeil.gif) no-repeat;
	padding-left: 10px ;
}
#sidebar ul li ul li {
	background: url(../images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}

.right-col {
	position: relative;
	display: block;
	background: #FFF;
	overflow: hidden;
	width: 204px;
}

.box_blue {
	padding: 5px 0 0 10px;
	margin: 10px 10px 0 0;
	background: #004E9C;
}

.box_blue h3 {
	font: bold 105%/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}

.box_blue .box {
	font: normal 12px/110% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	overflow: hidden;
}

p.blue_link {
	background: url(../images/pfeil_blau.gif) no-repeat;
	font: bold 95%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p.blue_link a {
	margin-left: 15px;
	color: #FFF;
}

.box_grey {
	border: 1px #CCC solid;
	margin: 10px 10px 100px 0;
	background: #FFF url(../images/box_bg.jpg) repeat-x; 
}

.box_grey h3 {
	font: normal 125%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004E9C;
	margin: 10px 5px 10px 10px;
}

.box_grey .box {
	margin: 0;
	padding: 0 10px 9px 10px;
	overflow: hidden;
}