html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background: #FFF url(images/back_verlauf.jpg) repeat-x top;
}

#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

/** template layout stuff **/

#pagewidth-800 {
	width:770px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: transparent url(images/back_all.gif) repeat-y 0px 140px;
	margin-bottom: 20px;
}

#pagewidth-1024 {
	width:970px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: transparent url(images/back_all1024.gif) repeat-y ;
	margin-bottom: 20px;
}

#header {
	height:  116px; 
	width:  100%;
	background: #FFF url(images/back_verlauf.jpg) repeat-x top;
}
 
#top-top {
	height: 30px;
	width: 100%;
	background: transparent;
}

#top-bottom {
	height: 80px;
	width: 200px;
	background: transparent;
	float: left;
}

#search {
	margin: 0px;
	padding: 0px;
	width: 148px;
	height: 28px;
	float: right;
	background: url(images/back_search.jpg) right top no-repeat;
	padding-left: 10px;
	padding-top: 2px;
	vertical-align: top;
}

#search .inputbox{
	width: 140px;
	height: 18px;
	font-size: 10px;
	background: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	color: #005E31;
}

#search .button{
	margin: 0px;
	padding: 0px;
	height: 14px;
	font-size: 10px;
	background: transparent;
	border: none;
	line-height: 10px;
	color: #005E31;
}

#search form {
	margin: 0px;
	padding: 0px;
}

/* Topmenu */
#topmenu {
	height: 20px;
	float: right;
	width: 600px;
}

/* Main Menu(s) */
a.mainlevel {
	font-size: 10px;
	padding-left: 4px;
	width: 143px;
	display: block;
	line-height: 26px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: normal;
	border-right: 4px solid #CACACA;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	width: 135px;
}

html>body a.mainlevel {width:135px;} /* Opera5-Fix-fix ;-) */

a.mainlevel:hover, a.mainlevel#active_menu {
	background: #F1F1F1;
	text-decoration: underline;
}

a.sublevel {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	padding-left: 12px;
	width: 139px;
	display: block;
	line-height: 20px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: normal;
	border-right: 4px solid #CACACA;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	width: 123px;
}

html>body a.sublevel {width:123px;} /* Opera5-Fix-fix ;-) */

a.sublevel:hover, a.sublevel#active_menu {
	text-decoration: none;
	width: 139px;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	width: 123px;
}

html>body a.sublevel:hover, a.sublevel#active_menu { /* Opera5-Fix-fix ;-) */
	width: 123px;
}

ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	white-space: nowrap;
}

ul#mainlevel-nav li {
	width: auto !important;
	width: 5%;
	float: left;
	margin: 0;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	margin-right: 1px;
	background: url(images/headmenu_left.gif) bottom left no-repeat;
}

ul#mainlevel-nav li a {
	font-weight: normal;
	height: 20px;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	text-decoration: none;
	color: #CCCCCC;
	margin-left: 5px;
	white-space: nowrap;
	background: url(images/headmenu_right.gif) bottom right no-repeat;
}

ul#mainlevel-nav li:hover, ul#mainlevel-nav li.sfhover {
	background: url(images/headmenu_left_hover.gif) bottom left no-repeat;
}

ul#mainlevel-nav li:hover a, ul#mainlevel-nav li.sfhover a{
	background: url(images/headmenu_right_hover.gif) bottom right no-repeat;
}

#banner {
	width: 478px;
	height: 69px;
	float: right;
	padding-left: 6px;
	padding-top: 6px;
	background: url(images/banner_back.jpg) no-repeat;
}

#pathway { 
	width: 760px;
	height: 19px;
	padding-left: 10px;
	padding-top: 5px;
}

.pathway {
	font-size: 10px;
	font-weight: normal;
}

.pathway a {
	font-weight: normal;
}

.pathway a:hover {
	font-weight: normal;
	text-decoration:  underline; 
	border: none;
	color: #000000;
}
}
 
iframe.wrapper {
	z-index: 0;
}

.content {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

/* No image should have a border when linked */
a img{
border: 0;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D5EED5;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, tr.windowbg td
{
	padding: 5px;
	background: #EEE;
	border-bottom: 1px solid #eee;
}
.windowbg2,tr.windowbg2 td
{
	padding: 5px;
	background: #fcfcfc;
	border-bottom: 1px solid #eee;
}
.windowbg3,tr.windowbg3 td
{
	padding: 5px;
	background: #f0f0f0;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	height: 96px;
	border: 2px outset;
	padding: 2px;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
table.nopad .titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, tr td.titlebg
{
	font-size: 100%;
	font-weight: bold;
	padding: 4px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
}

.titlebg a:hover
{
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
}

.titlebg2 a:hover
{
}
.titlebg, .titlebg2{
	background: #DDD;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
  border: 1px solid #CCC;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
  border: 1px solid #CCC;
  padding: 1px;
}

.catbg, .catbg2, .catbg3{
	background: #efefef url(images/cat-bg.png) 0 -10px repeat-x;
	border-bottom: 2px solid #CCC;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
  line-height: 18px;
  text-indent: 10px;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error {
	color: red;
}

#news {
	height: 93px;
	padding-top: 15px;
	overflow: auto;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #999;
}

/* the usercenter (login / avatar "quick user links") */
#useropts
{
	margin: 0 50px 0 0;
	list-style: none;
	padding: 0;
}

.avatar_t
{
	height: 65px;
	width: 65px;
	border: none;
}

div.profile_info {
  margin-left: 80px;
}

td.smalltext {
	font-weight: normal;
}

/* toolbar */

#toolbar {
	margin: 0;
	padding: 0;
	height: 28px;
	background: url(images/toolbar-bg.png) repeat-x;
	position: relative;
}

/* menu */
#nav {
	margin: 0 0 0 20px;
	padding: 0;
	height: 28px;
	background: url(images/toolbar-div.png) 0 0 no-repeat;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#nav li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0px 15px 0 15px;
	color: #999;
}

#nav a:hover {
	color: #eee;
	background: #F4B12C url(images/hover-bg.png) 0 0 repeat-x;
}

#nav a:active {
	color: #333;
}

/* showcase */

#showcase {
	background: transparent;
	margin-left: 2px;
}

#showcase ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#showcase li {
	padding-bottom: 0;
	margin-bottom: 2px;
}

.userinfo {
	background: #fff url(images/showcase-bgl.png) 100% 0 no-repeat;
	width: 350px;
	float: left;
	padding: 6px 0 0px 10px;
}

.searchfield {
	background: #fff;
	text-align: right;
	padding: 15px 20px 10px 5px;
}


#outer-800 {
	width: 770px;
	padding-top: 6px;
	background: transparent url(images/content-top.gif) no-repeat top;
}

#outer-800 a {
	color: #005E31;
}

#outer-800 a:hover {
	text-decoration:  underline; 
	color: #000000;
}

#outer-1024 {
	width: 970px;
	padding-top: 6px;
	background: transparent url(images/content-top1024.gif) no-repeat top;
} 

/* footer (smf copyright) */

#footer-800 {
	height: 40px; 
	width:100%; 
	background: transparent url(images/footer.jpg) bottom left no-repeat; 
	font-size: 10px;
}

#footer-1024 {
	height: 40px; 
	width: 100%; 
	background: transparent url(images/footer1024.jpg) bottom left no-repeat; 
	font-size: 10px;
}

#footer-800 a {
	font-weight: normal;
	color: #000000;
}

#footer-800 a:hover {
	font-weight: normal;
	text-decoration:  underline; 
	color: #000000;
}

/* footer2 */

#footer2 {
	margin: 0 30px 10px 0;
	text-align: right;
	color: #999;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

/*** fonts ***/

a {
	text-decoration:  none;
	font-weight: bold;
	border: none;
	color: #005E31;
}

a:hover {
	text-decoration:  underline; 
	border: none;
	color: #000000;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

#nav a,
#inset a {
	font-size: 110%;
}


/* font family */
#nav,
span.small,
.createdate,
.modifydate,
#inset {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
}

/* headings */

h1 {
	padding-bottom: 5px;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding-bottom: 0px;
}

h4 {
	 padding-bottom: 5px;
}

.small {
	font-weight: bold;
	color: #999;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-weight: bold;
	color: #999;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #999;
}

.clr {
	clear: both;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
