body {
	background-color: #2E4F58;
	font-family: Arial,sans-serif;
	color: #162529;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
html {
	scrollbar-arrow-color:#C8D3D7;
	scrollbar-track-color:#2E4F58;
	scrollbar-face-color:#2E4F58;
	scrollbar-highlight-color:#2E4F58;
	scrollbar-3dlight-color:#C8D3D7;
	scrollbar-darkshadow-color:#2E4F58;
	scrollbar-shadow-color:#C8D3D7;
} 
a:link, a:visited, a:hover {
	color: #162529;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.beta:link, a.beta:visited, a.beta:hover {
	color: #162529;
	text-decoration: underline;
}
a.beta:hover {
	text-decoration: none;
}
a.gamma:link, a.gamma:visited, a.gamma:hover {
	color: #A5B9BE;
	text-decoration: underline;
}
a.gamma:hover {
	text-decoration: underline;
}
#globalNav a:link {
	color: #C8D3D7;
	text-decoration: underline;
}
#globalNav a:visited {
	color: #C8D3D7;
	text-decoration: underline;
}
#globalNav a:hover {
	color: #C8D3D7;
	text-decoration: none;
}
#globalNav a:active {
	color: #C8D3D7;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #162529;
}
h2 {
	font-size: 114%;
	color: #162529;
}
h3 {
	font-size: 100%;
	color: #162529;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	color: #162529;
}
h5 {
	font-size: 100%;
	color: #162529;
}
ul {
 list-style-type: square;
}
ul ul {
 list-style-type: disc;
}
ul ul ul {
 list-style-type: none;
}
#global {
	margin: 0 auto;
	width: 920px;
	background-color: #C8D3D7;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#masthead {
	margin: 0;
	padding: 10px 0px 0px;
	width: 920px;
	background-color: #C8D3D7;
}
#wrap {
	padding: 0px;
	width: 920px;
}
#navBar {
	padding: 0px;
	background-color: #A5B9BE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 155px;
}
#content {
	float:right;
	width: 740px;
	margin: 0;
	padding: 0 15px 0 0;
}
#siteName {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #660000;
}
#pageName {
	padding: 0px 0px 0px 10px;
}
#globalNav {
	color: #C8D3D7;
	padding: 5px 0px 10px 177px;
	white-space: nowrap;
	background-color: #728DA6;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
#globalNav img {
 display: block;
}
#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
#breadCrumb {
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
.feature h3 {
	padding: 20px 0px 5px 0px;
	text-align: center;
}
.feature img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 10px 5px 0;
	border: 1px dotted #162529;
}
/* adjust margins to change separation between the feature image and text flowing around it */
.story {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.story p {
	padding: 0px 0px 10px 0px;
}
.story_big {
	font-size: 102%;
	color: #162529;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
#story ul {
	margin: 0;
	padding: 0;
}
#storyList {
	position: relative;
	font-size: 105%;
	padding: 0px 10px;
	margin-left: auto;
	margin-right: auto;
}
#storyList  ul {
	padding: 2px 0px 2px 10px;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	list-style: disc;
}
#storyList li {
	padding: 5px 0px;
}
.linone {
	list-style: none;
}
#siteInfo {
	border: 1px solid #728DA6;
	font-size: 75%;
	color: #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	clear: both;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
label {
	font: bold 100% Arial,sans-serif;
	color: #162529;
}
#search {
	padding: 5px 0px 5px 10px;
	font-size: 90%;
	border-top: 1px solid #CCCCCC;
}
#search form {
 margin: 0px;
 padding: 0px;
}
#search label {
	display: block;
	margin: 0px;
	padding: 0px;
}
#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEEEEE;
}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 85%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#sectionLinks a:visited{
	border-top: 1px solid #CCCCCC;
	padding: 2px 0px 2px 10px;
}
#sectionLinks a:hover{
	border-top: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	padding: 2px 0px 2px 10px;
}
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 85%;
	;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.coolSites{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 85%;
	;
	border-top: 1px solid #CCCCCC;
}
.coolSites h3{
	padding: 10px 0px 2px 0px;
}
#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #CCCCCC;
	margin: 0px;
}
#advert img{
	display: block;
}
#headlines{
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
}
#headlines p{
	padding: 5px 0px 5px 0px;
}
#end{
	clear: both;
}
.Stil3 {
	color: #4E4E4E;
}
.Stil4 {
	color: #660000;
}
.Stil5 {
	color: #DF0800;
}
.Stil6 {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 130%;
}
hr {
	color: #162529;
	height: 1px;
	border: 0;
	background-color: #162529;
}
.Rahmen1 {
	border: 1px dotted #162529;
}
.RahmenBox {
	border: 1px dotted #162529;
}
img, div { behavior: url(iepngfix.htc) }
#dropin {
	position:absolute;
	width:330px;
	height:330px;
	z-index:2;
	top: 50%;
	left: 50%;
	background-color: #A5B9BE;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	visibility: hidden;
	margin-left: -165px;
}
.RahmenDropin {
	border: 1px solid #FF0000;
}
.Listpunkt    {
	list-style: disc;
}
.normal {
	color: #CCCCCC;
}
.zeilerahmen {
	border-top: 1px solid #162529;
	border-bottom: 1px solid #162529;
}
#footer {
	background-color: #C8D3D7;
}
#jugend {
	width: 250px;
	text-align: center;
	background-color: #D8DFE2;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
.left {
	float: left;
}
.middle {
	float: inherit;
}
.right {
	float: left;
	margin-bottom: 0px;
	margin-top: auto;
}
.clear {
	clear: both;

}
.tufat {
	float: left;
	width: 190px;
}
#addhey {
	margin-right: auto;
	margin-left: auto;
	border: 0;
	height: 20px;
	width: 105px;
	float: left;
}
