* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #003A5C;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: 300;
	padding: 8px;
	padding-left: 15%;
	padding-right: 15%;
}

#table {
	width: 100%;
	background-color: #3D7899;
	border-bottom: 1px solid black;
	padding: 0px;
}

#table td {
	
	spacing: 0;	
}

#main {
	background-color: #3D7899;
	min-height: 100px;
	min-width: 600px;
	border: 2px solid black;
}

#header_border {
	width: 100%;
	background-color: #3D7899;
	padding: 5px 5px 0px 5px;
	min-width: 600px;
}

#header {
	background-color: #002142;
	border: 2px solid black;
	padding: 18px;
}

#title {
	position: relative;
	float: left;
}

#logo {
	text-align: right;
}

h1 {
	font-size: 22pt;
	font-weight: 400;
	margin: 11px 0 0 0;
}

h2 {
	font-size: 11pt;
	font-weight: 400;
	margin: 0px;
}


h3 {
	font-size: 13pt;
	font-weight: 300;
}

h4 {
	font-size: 11pt;
	font-weight: 400;
	margin: 0 0 12px 0;
}

h5 {
	font-size: 10pt;
	font-weight: 300;
	border-bottom: 1px solid #000;
	text-indent: 10px;
	margin-bottom: 3px;
	line-height: 22px;
}

#menu {
	width: 170px;
	vertical-align: top;
	background-color: #002142;
	border: 2px solid #000;
	border-top: 0px;
	margin: 0;
}

#menu_border {
	width: 170px;
}

#menu ul {
	list-style-type: none;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	text-align: right;
	z-index: 1;
}

#menu ul li {
	border-top: 1px solid #000;
	text-decoration: none;
}

#menu ul li ul {
	margin-bottom: -2px;
	/*display: none;*/
}

/*
#menu ul li:hover ul {
	display: block;
}
*/

#menu ul li ul li {
	margin-top: -1px;
	margin-left: 30%;
	border-left: 1px solid #000;
}

#menu ul li ul li a {
	border-left: 2px solid #fff;
}

#menu ul * a, #menu ul * a:link, #menu ul * a:visited, #menu ul * a:hover {
	display: block;
	background-color: #003A5C;
	padding: 5px;
	padding-right: 10px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0px;
	font-size: 9pt;
	font-variant: normal;
}

#menu ul * a:hover {
	background-color: #3D7899;
	text-decoration: none;
}

.status_img {
	border: 0;
	float: left;
}

#pollcolumn {
	width: 15%;
	vertical-align: top;
	background-color: #002142;
	border: 2px solid black;
	padding: 15px;
	margin: 0; 
	text-align: right;
}

#content {
	vertical-align: top;
	background-color: #002142;
	border: 2px solid black;
	padding: 15px 30px 15px 34px;
}

#content p {
	margin-top: 12px;
}

.with_border {
	border: 2px solid black;
}

#footer {
	margin-top: 15px;
	text-align: center;
	font-size: 7pt; 
}

a, a:link, a:visited, a:hover { 
	color: #fff; 
	text-decoration: none; 
	letter-spacing: 1px;
	font-size: 110%;
	font-variant:small-caps
}
a:hover { text-decoration: underline; }


.archive_row td {
	padding: 5px;
}

.article {
	margin-bottom: 30px;
}

.article_header {
	border: 1px solid #000;
	padding: 10px;
	padding-left: 15px;
	background-color: #003A5C;
	margin-bottom: 5px;
}

.article_meta {
	font-size: 7pt;
	text-indent: 10px;
}

.article_body {
	border: 1px solid #000;
	padding: 10px;
}

.comment {
	padding: 10px;
	border: 1px dotted #000;
	background-color: #003A5C;
	margin: 10px;
}

.comment_text {
	margin-top: 10px;
	padding: 0 10px 0 10px;
}

.article_footer {
	border-top: 1px dotted #000;
	padding: 5px;
	text-align: right;
	margin-top: 20px;
	font-size: 7pt;
}



.title {
	 font-family: verdana, arial, sans-serif;
	 font-size: 22pt;
	 font-weight: 400;
	 color: white
}

.stitle {
 	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
	font-weight: 400;
	color: white;
}

.ntitle {
	font-family: verdana, arial, sans-serif;
	font-size: 13pt;
	color: white;
}

.titel {
 	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: 400;
	color: white;
}

.small { font-family: verdana, arial, sans-serif; font-size: 7pt; }
.vsmall { font-family: verdana, arial, sans-serif; font-size: 6pt; }
.asmall { 
	font-family: "arial narrow", sans-serif; 
	font-size: 7pt;
}
.rahmen { border: 1px solid #000000; }
.rahmenl { 
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.rahmenr { 
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.rahmenlr { 
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000 
}
.linkstabellecolor { background-color: #003A5C }
.headcolor { background-color: #003A5C}
.hrahmen { border: 2px solid #000000; }
