* {
	padding:0;
	margin:0;
}

body {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#015a70;
    text-align: center;
    background:url(images/body_bg.png) repeat-x #ebebeb;
}

img {
    border:0;
}

h1 {
	font-size:26px;
	color:#015a70;
	font-weight:normal;
	margin:0px 0 15px 0;
	padding:0;
}

h2 {
	font-size:26px;
	color:#c33200;
	font-weight:normal;
	margin:0px 0 15px 0;
	padding:0;
}


h3 {
	font-size:14px;
	color:#015a70;
	font-weight:bold;
	margin:0px 0 5px 0;
	padding:0;
}

p {
	margin:0 0 15px 0;
	padding:0;
	text-align:left;
	width:650px;
	color:#015a70;
}

hr {
	height:1px;
	color:#c7c7c7;
	background:#c7c7c7;
	margin:20px 0 20px 0;
}

a {
	color:#19768a;
	text-decoration:underline;	
}

a:hover {
	text-decoration:none;
}

.clear {
    clear: both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.main_content {
	background:#fff;
}

.wrapper {
    width:975px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.header {
	width:975px;
	height:151px;
}

.logo  {
	float:left;
	width:475px;
	padding-top:51px;
}

.logo img {
	margin-left:6px;
}

.worker {
	float:left;
	background:url(images/worker.jpg) no-repeat;
	width:250px;
	height:151px;
}

.search {
	float:left;
	width:250px;
	padding-top:92px;
}

.search_input {
	float:left;
	background:url(images/search_bg.png) no-repeat;
	width:218px;
	height:26px;
}

.search_input input {
	border:0;
	background:none;
	padding:3px;
	margin-left:2px;
	width:208px;
}

.search_button {
	float:left;
	padding-left:8px;
}

.content {
	width:975px;
}

.content_left {
	float:left;
	width:725px;
}

.content_right {
	float:left;
	width:250px;
}

.content_left_padding {
	padding:16px 18px 18px 0;
}

.content_right_padding {
	padding:16px 0 0 0;
}

.content_right .sidebar {
	list-style:none;	
	margin-bottom:25px;
}

.content_right .sidebar li {
	display:block;
	width:250px;
	line-height:30px;
	text-indent:14px;
	color:#015a70;
	font-weight:bold;
}

.content_right .sidebar li.single {
	background:url(images/content_right_head_bg_right.png) repeat-x;
}

.content_right .sidebar li.multi {
	background:url(images/content_right_head_bg_down.png) repeat-x;
}

.content_right .sidebar a {
	color:#015a70;
	font-weight:bold;
	text-decoration:none;
}

.content_right .sidebar a:hover {
	text-decoration:underline;
}

.content_right li.home {
	background:url(images/right_navi_home_bg.png) repeat-x;
}

.content_right .home a {
	color:#FFF;
}

.content_right .sidebar li ul {
	list-style:none;
}

.content_right .sidebar li ul li {
	display:block;
	width:250px;
	height:24px;
	line-height:22px;
	background:url(images/right_navi_sub_li.png) no-repeat;
	text-indent:28px;
}

.content_right .sidebar li ul li a {
	font-weight:normal;
	color:#1d5064;
}


.start {
	width:707px;
}

.start_left {
	width:517px;
	float:left;
}

.start_right {
	width:190px;
	float:left;
}

.content_spacer {
	background:url(images/spacer_grey.png) repeat-x left top;
	height:21px;
}

.content_last_articles {
	width:190px;
	height:340px;
	background:url(images/last_head_bg.png) no-repeat #ebebeb;
}

.content_last_articles .title {
	color:#1d5064;
	font-size:16px;
	padding-top:11px;
	text-indent:15px;
	font-weight:normal;
}


.content_last_articles .spacer {
	background:url(images/content_artikel_spacer.png) no-repeat 15px center;	
	height:19px;
}

.content_last_articles .article_title {
	text-indent:15px;
}

.content_last_articles .article_title a {
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

.content_last_articles .article_title a:hover {
	text-decoration: underline;
}

.content_last_articles .article_text {
	font-weight:normal;
	font-size:11px;
	padding:0 15px 0 15px;
	color:#015a70;
}

.content_last_articles .link {
	text-indent:15px;
}

.content_last_articles .link a {
	color:#c33200;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
}

.content_last_articles .link a:hover {
	text-decoration: underline;
}

.footer {
	background:url(images/footer_bg.png) repeat-x;
	padding:12px 0 15px 0;
}

.footer ul {
	list-style:none;
}

.footer ul li {
	float:left;
	background:url(images/footer_list_point.png) no-repeat left 5px;
	padding-right:12px;
}

.footer ul li.first {
	background:none;
}

.footer ul li a {
	display:block;
	margin-left:12px;
}


.storytitle {
	margin:0 0 10px 0;
}

.storytitle a {
	color:#015a70;
	font-size:14px;
	font-family:Tahoma;
	font-weight:bold;
	padding:0;
	text-decoration:none;
}

.storycontent {
	margin-bottom:10px;
}

.storycontent ul {
	padding-left:20px;
}

.storycontent ol {
	padding-left:20px;
}

.storytitle a:hover {
	text-decoration:underline;
}

.post {
	margin-bottom:15px;
}

.page {
	margin-bottom:15px;
	line-height: 18px;
}
.page ul, .page ol{
	margin-bottom: 20px;
	line-height: 23px;
}

.page li{
	margin-left: 30px;
}

.commentlist {
	list-style:none;
}

#comment {
	width:500px;
}