body {
	background: #fff url(/gfx/bg.gif) fixed repeat-x;
}

* {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#page {
	margin-top: 36px;
	width:760px;
	text-align: left;
}

#page_top {
	background: #ffffff url(/gfx/top.jpg) no-repeat;
	height: 287px;
}
#header_bottom {
	background: #ffffff url(/gfx/headerb.gif) repeat-x;
	height: 24px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
}
#page_middle {
	background: #ffffff url(/gfx/pbg.gif) repeat-y;
	padding: 15px;
	padding-right: 40px;
}
#page_bottom {
	background: url(/gfx/bottom.gif) no-repeat;
	height: 87px;
	text-align: right;
	padding-right: 30px;
	padding-top: 25px;
	font-size: 11px;
}

#page_bottom * {
	font-size: 11px;
}

#navigation {
	float:left;
	width: 180px;
}

#navigation a:link, 
#navigation a:visited, 
#navigation a:active, 
#navigation a:hover {
	padding: 5px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background: url(/gfx/hline.gif) bottom repeat-x;
	text-decoration: none;
} 

#navigation a:hover {
	text-decoration: underline;
}

#navigation a.active {
	text-decoration: none;
	font-weight: bold;
}

/* UNTERPUNKTE */

#navigation a.sub:link, 
#navigation a.sub:visited, 
#navigation a.sub:active, 
#navigation a.sub:hover {
	padding: 5px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background: url(/gfx/hline.gif) bottom repeat-x;
	font-size: 11px;
	text-decoration: none;
} 

#navigation a.sub:hover {
	text-decoration: underline;
}

#navigation a.subactive {
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background: url(/gfx/hline.gif) bottom repeat-x;
	font-size: 11px;
}

#content {
	float: right;
	width: 480px;
	padding-top: 10px;
}
#content * {
	line-height: 18px;
}

.clear {
	font-size: 1px;
	clear: both;
	height: 1px;
}

.accessable {
	display: none;
}

h1 {
	font-size: 16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.hline {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: url(/gfx/hline.gif) bottom repeat-x;
}

#pagetipps {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	padding-right: 20px;
	border: 1px solid #90C0E6;
	background: #ffffff;
}

#pagetipps h2 {
	background: url(/gfx/tipp.gif) 6px 0px no-repeat;
	padding-left:38px;
	padding-bottom: 10px;
	padding-top: 2px;
	font-size: 13px;
}

#pagetipps li {
	list-style-image: url(/gfx/tul.gif);
	margin-bottom: 10px;
	font-size: 11px;
}

.wtipp {
	padding: 10px;
	border: 1px solid #224466;
}

.imgcaption, .imgcaption * {
	font-size: 11px;
}

