﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #333733;
	background-attachment: fixed;
	color: #D0D3D5;
	font: 100% Tahoma, Helvetica, Arial, sans-serif;
}
#container {
	width: 1250px;
	height: 855px;
	margin: 6px auto 0 auto;
	border-right: 2px #6C6C6C solid;
	border-bottom: 2px #6C6C6C solid;
	border-left: 1px solid #725972;
	border-top: 1px solid #725972;
	color: #D0D3D5;
	background-color: #2B2F2B;
}
#masthead {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	background: #2B2F2B url('../images/logo.jpg') no-repeat right;
	height: 125px;
	color: #383F38;
}
#masthead .pagetitle {
	font-size: 1.4em;
	color: #CED9CC;
	font-weight: normal;
	padding: 1em 0 0 20px;
	margin: 0 0 0 0;
}

#top_nav {
	margin: 0;
	padding: .1em 1em .1em 0;
	background-color: #2B2F2B;
	color: #D0D3D5;
	font-size: .9em;
}

#left_col {
	height: 650px;
	width: 170px;
	margin: 0 0 2px 0;
	padding: 0 5px 5px 8px;
	background-color: #383F38;
	color: #E1E2E3;
	font-size: .9em;
	float: left;
}
#page_content {
	height: 650px;
	width: 864px;
	margin: 0 2px 2px 2px;
	padding: 0 8px 5px 8px;
	background-color: #F3F6FB;
	color: #2B2F2B;
	float: left;
}
#right_col {
	height: 650px;
	width: 170px;
	margin: 0 0 2px 0;
	padding: 0 8px 5px 5px;
	background-color: #383F38;
	color: #E1E2E3;
	font-size: .85em;
	float: right;
}
#footer {
	font-size: .85em;
	padding: .1em 1em;
	margin: 0;
}

/* Navigation */
a {
	color: #F3F6FB;
}
a:visited {
	color: #D0D3D5;
}
a:active {
	color: #CED9CC;
}
a:hover {
	color: #E1E9F4;
}
#page_content a{
	text-decoration: underline;
	background-color: #F3F6FB;
	color: #2B2F2B;
}
#page_content a:hover{
	text-decoration: blink;
	background-color: #F3F6FB;
	color: #2B2F2B;
}
#left_col a {
	text-decoration: none;
	color: #D0D3D5;
}
#left_col a:hover {
	background-color: #333733;
	color: #D0D3D5;
}
#right_col a {
	text-decoration: underline;
	color: #D0D3D5;
}
#right_col a:hover {
	text-decoration: none;
	color: #E1E9F4;
}
#footer a {
	text-decoration: none;
	color: #F3F6FB;
}
#footer a:hover {
	color: #F3F6FB;
}

/* Formatvorlagen  */
.style_normal {
	font-weight: normal;
	font-style: normal;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_u {
	text-decoration: underline;
}
.style_n {
	text-decoration: none;
}
.style_center {
	text-align: center;
}
.style_just {
	text-align: justify;
}
.style_left {
	text-align: left;
}
.style_right {
	text-align: right;
}
.style_1 { font-size:xx-small; }
.style_2 { font-size:x-small; }
.style_3 { font-size:small; }
.style_4 { font-size:medium; }
.style_5 { font-size:large; }
.style_6 { font-size:9pt; }


.style2 {
	color: #CED9CC;
}
.style_pic {
	border: 0px none;
}
.style5 {
	margin-left: 0px;
}
.style6 {
	margin-left: 13px;
}
.style7 {
	color: #333733;
}
.style8 {
	margin-left: 0;
	margin-right: 47px;
}
.style9 {
	font-family: "Comic Sans MS";
}
.style10 {
	font-family: "Comic Sans MS";
	color: #D0D3D5;
}
.style11 {
	font-weight: normal;
	font-family: "Comic Sans MS";
}
.style12 {
	font-weight: normal;
	font-family: Tahoma;
}
.style13 {
	color: #F3F6FB;
}

