*,html, body {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#wrap {
	position: relative;
	width: 985px;
}

	#header {
		position: relative;
		width: 985px;
		height: 112px;
		z-index: 20;
	}

		#addon-navigation {
			position: absolute;
			width: 985px;
			height: 26px;
			top: 9px;
			left: 0px;
			z-index: 1;
		}

		#addon-navigation ul {
			list-style-type: none;
			margin: 0 0 0 10px;
		}

		#addon-navigation ul li {
			float: left;
			margin-right: 10px;
		}

		#addon-navigation ul li a:link {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666666;
			text-decoration:none;
		}

		#addon-navigation ul li a:visited {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666666;
			text-decoration:none;
		}

		#addon-navigation ul li a:hover {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #ff7500;
			text-decoration:none;
		}

		#navigation {
			position: absolute;
			width: 525px;
			top: 80px;
			left: 406px;
		}

	#subbar {
		position: relative;
		width: 985px;
		height: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		z-index:10;
}

		#breadcrumb {
			position: relative;
			width: 590px;
			height: 20px;
			float: left;
			padding-left: 10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #575757;
		}
	
			.breadcrumbpath {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #575757;
				text-decoration:none;
			}
		
			.breadcrumbpath:visited {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #575757;
				text-decoration:none;
			}
		
			.breadcrumbpath:hover {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #575757;
				text-decoration:underline;
			}
		
			.breadcrumbpathactive {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #0f3b8b;
				text-decoration:underline;
			}
		
			.breadcrumbpathactive:visited {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #0f3b8b;
				text-decoration:underline;
			}
		
			.breadcrumbpathactive:hover {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #ff7500;
				text-decoration:underline;
			}
		
		#printbutton {
			position: relative;
			width: 270px;
			height: 20px;
			float: left;
			text-align:right;
		}
	
		#rssbutton {
			position: relative;
			width: 99px;
			height: 20px;
			float: left;
			text-align:right;
		}
	
	#contentarea {
		position: relative;
		width: 975px;
		padding-left: 10px;
	}

	#contentarea-left {
		position: relative;
		width: 724px;
		margin-right: 10px;
		float: left;
	}

	#contentarea-sidebar {
		position: relative;
		width: 240px;
		float: left;
	}

	#footer {
		position: relative;
		width: 985px;
		height: 20px;
	}

	
	#footer-right {
		position: relative;
		float: left;
		width: 985px;
		height: 20px;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666;

	}

		#footer-right a:link {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666;
			text-decoration:none;
			padding-top: 3px;
		}

		#footer-right a:visited {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666;
			text-decoration:none;
		}

		#footer-right a:hover {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #ff7500;
			text-decoration:none;
		}


.clearer {
	clear: both;
}

.articlebox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 720px;	
}

.articlebox h1 {
			font-size: 16px;
			font-weight: bold;
			color: #003468;
			line-height: 18px;
			margin-bottom:0px;		
}

.articlebox h2 {
			font-size: 12px;
			font-weight: bold;
			color: #003468;	
}

.articlebox p {
			font-size: 12px;
			color: #003468;
			line-height: 18px;
			margin-bottom:10px;
}

.articlebox table {
			font-size: 12px;
			color: #003468;
			line-height: 18px;
			margin-bottom:10px;
}

.articlebox ol {
			margin:20px 20px 20px 30px;
}

.articlebox a:link  {
			color: #003468;
}

.articlebox a:visited {
			color: #003468;
}

.articlebox a:hover {
			color: #FF7500;
}

.sidebar-item {
	margin-bottom: 10px;
}
.sidebar-item img {
	border: none;
}

.actionbar {
	border: 0px solid #ccc;
	background:url(../gfx/actionbar_top.gif) no-repeat;
	margin-top: -10px;
	width: 720px;
	color: #003468;
}

.actionbar a:link {
	color: #003468;
}

.actionbar a:hover {
	color: #FF7500;
}

.actionbar a:visited {
	color: #003468;
}

.actionbar_header {
	padding: 10px;
}

.starratingbar {
	margin: 10px;
}

.actionbar_content {
	display:none;
	border-top: 0px solid #ccc;
	background:url(../gfx/actionbar_middle.gif) repeat-y;
	padding: 10px;
}
.actionbar_comments {
	//background:url(../gfx/actionbar_middle.gif) repeat-y;
}

.actionbar_commentform {
	//background:url(../gfx/actionbar_middle.gif) repeat-y;
}

.actionbar_commentform input {
	border: 1px solid #ccc;
	padding:2px;	
}

.actionbar_commentform input[type=text]{
	width: 350px;
}

.actionbar_commentform textarea{
	border: 1px solid #ccc;
	width: 500px;
	height: 100px;
	padding:2px;	
}

.actionbar_footer{
	height:6px;
	background:url(../gfx/actionbar_bottom.gif) no-repeat;
	margin-bottom: 20px;
	width: 720px;
}


.comment_container {
	border: 1px solid #ccc;
	background: #ffffff;
	margin-bottom: 10px;
	padding: 5px;
}

.comment_datetime {
	width: 100px;
}

.comment_content {
	width: 500px;
	padding-left: 20px;
}

.comment_action {
	width:100px;
	margin-right: 20px;
}

.comment_clearer {
	clear: both;
}

#teaser_links_startseite {
	width: 		336px;
	height:		289px;
	overflow:	hidden;
	margin-right:14px;
	margin-top: 2px;
	background:url(../gfx/startpage_box1.jpg) no-repeat;
	padding:10px;
	float:left;
}

#teaser_rechts_startseite {
	width: 		332px;
	height:		289px;
	overflow:	hidden;
	margin-top: 2px;
	background:url(../gfx/startpage_box2.jpg) no-repeat;
	padding:10px;
	float:left;		
}

.teaser_startseite {
	height: 352px;
}

#tagcloudcontent a:link {
	color: #003468;
}

#tagcloudcontent a:visited {
	color: #003468;
}

#tagcloudcontent a:hover {
	color: #FF7500;
}

.tagcloudlink {
	//color: #335d86;
}


