body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	background-color: #AFAFB3;
	font-size: 12px;
}
a {
	color: #C6282D;
	text-decoration: none;
}
a:hover, a:hover.black {
	color: #C6282D;
	text-decoration: underline;
}
a.black {
	color: #000000;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #C6282D;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #C6282D;
	text-align: left;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
img {
 border: 0;
}

ul {
	margin: 0;
	padding: 10px 0 10px 20px;
	list-style-image:url(/img/anstrich.gif);
}
li {
	margin-bottom: 10px;
}

#Blatt {
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
}
#Kopf {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #F0DE8E;
}
#Oben {
}

#Inhalt1Sp {
	padding: 10px;
	background-color: #FFFFFF;
}
#Layout2Sp {
	width: 800px;
}
#Inhalt2Sp {
	padding: 10px;
	background-color: #FFFFFF;
	/*width: 650px;*/
}
#MWSpalte {
	padding: 0px;
	background-color: #F0DE8E;
	width: 300px;
}

#Fuss {
	border-top: 1px solid #C6282D;
	text-align: center;
}

#Sponsoren {
	position: absolute;
	left: 810px;
	top: 10px;
	width: 160px;
	height: 500px;
	color: #6E6E6E;
}

#Fehler {
  background-color: #FFEEEE;
  border: 2px solid #FF0000;
  padding: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*** Teaser ***/
#TopTeaser {
	width: 100%;
}
#TopTeaser1 {
	background-color: #F0DE8E;
	font-size: 13px;
	padding: 2px;
}
#TopTeaser1 h2 {
	color: #C6282D;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}
#TopTeaser1	h2, #TopTeaser1	h2 a {
	color: #C6282D;
	text-decoration: none;
}
#TopTeaser1	h2 a:hover {
	text-decoration: underline;
}
#TopTeaser2 {
	border: 2px solid #F0DE8E;
	font-size: 10px;
	width: 190px;
	padding: 0;
}
#TopTeaser2	a {
	color: #000000;
	text-decoration: none;
}
#TopTeaser2	a:hover {
	color: #000000;
	text-decoration: underline;
}
#TopTeaser2 h3 {
	background-color: #F0DE8E;
	margin: 0 0 2px 0;
	padding: 2px 5px;
	color: #C6282D;
	font-size: 12px;
}
#TopTeaser2 div {
	padding: 0 5px 2px 5px;
}

#TeaserBlock	{
	margin-bottom: 20px;
	background-color: #EEEEEE;
}
#TeaserBlock	h1 {
	padding: 0 0 0 20px;
	margin: 0;
	border-bottom: 1px solid #C6282D;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image:url(/img/dreieck.gif);
	background-repeat:no-repeat;
}
#TeaserBlock	h1 span {
	float: right; 
	width: 100px; 
	text-align: right; 
	padding-right: 3px;
	font-weight: normal;
}
#TeaserBlock	h2 {
	margin: 0 0 0px 0;
	padding: 0;
	border: none;
}
#TeaserBlock	h2, #TeaserBlock	h2 a {
	color: #000000;
	text-decoration: none;
}
#TeaserBlock	h2 a:hover {
	color: #000000;
	text-decoration: underline;
}
#TeaserBlock	ul {
	margin: 0;
	padding: 10px 0 10px 20px;
	list-style-image:url(/img/anstrich.gif);
}
#TeaserBlock	li {
	margin-bottom: 0px;
}
#TeaserBlock	a {
	color: #C6282D;
	text-decoration: none;
}
#TeaserBlock	a:hover {
	color: #C6282D;
	text-decoration: underline;
}

#Teaser, #TeaserBig {
	margin: 4px 0 6px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #BE0111;
}
#Teaser table, #TeaserBig table {
	border-collapse: collapse;
}
#Teaser td, #TeaserBig td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#Teaser H1, #TeaserBig H1 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
#Teaser .TeaserInhalt, #TeaserBig .TeaserInhalt {
	padding-left: 10px;
}
.TeaserDatum {
	color: #777777;
}

/* News ***********************************/

#NewsDatum {
	font-weight: bold;
}
#NewsTitel {
	font-size: 1.5em;
	font-weight: bold;
	color: #BE0111;
}
#NewsUntertitel {
	font-weight: bold;
	margin-bottom: 10px;
}
#NewsInhalt {
	padding-bottom: 15px;
	border-bottom: 1px solid #BE0111;
}

/* Bildkasten ***********************************/

#BildKasten {
	background-color: #EEEEEE;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	padding: 2px;
	margin: 10px;
}

#BildKasten img {
	border: 1px solid #A00000;
}

#BildKasten.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
}
#BildKasten.right {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}

#Pager {
margin-top: 15px;
margin-bottom: 15px;
}

#ColorTable {
	margin-top: 10px;
	margin-bottom: 10px;
}
#ColorTable.noSpace {
	border-collapse: collapse;
}
#ColorTable.noAbstand {
	margin-top: 0px;
	margin-bottom: 0px;
}

#ColorTable td, #ColorTable th {
	padding: 2px;
	margin: 2px;
}
#ColorTable th {
	background-image: url(/img/tech/3dbalken_hg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#ColorTable td {
	background-color: #F0DE8E;
}
#ColorTable td.noHG, #ColorTable tr.noHG td {
	background-color: #FFFFFF;
}
#ColorTable .hilite {
	font-weight: bold;
	background-color: #DDDDDD;
}
#ColorTable .hiliteHG, #ColorTable tr.hiliteHG td {
	background-color: #DDDDDD;
}

.legtvor {
	font-style:italic;
}

/*** MWSpalte ***************************************************/
#VereinsTitel {
	padding: 10px;
}
#VereinsTitel h2 {
	padding: 0 10px;
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	color: #C6282D;
	border: 0;
}
#VereinsTitel h3 {
	padding: 0 10px;
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #C6282D;
	border: 0;
}

#VereinsLogo {
	padding: 0;
	border-left: 2px solid #F0DE8E;
	border-right: 2px solid #F0DE8E;
}
#VereinsLogo div {
	text-align: center;
	background-color:#FFFFFF;
	padding: 10px 0;
}

#VereinsAnschrift {
	padding: 10px;
}
#VereinsAnschrift h2 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #C6282D;
	border: 0;
}
#VereinsAnschrift table {
	border-collapse: collapse;
}
#VereinsAnschrift td {
	padding: 0 5px 0 0;
	margin: 0;
}

#VereinsSponsor {
	padding: 0;
	border-top: 1px solid #D8C780;
	border-bottom: 1px solid #D8C780;
	text-align: center;
}
#VereinsSponsor h2 {
	padding: 0 10px;
	margin: 0;
	font-size: 0.9em;
	font-weight: normal;
	border: 0;
	text-align: center;
	color: #A89B63;
}
#VereinsSponsor div {
	padding: 5px 0;
}

#VereinsPerson {
	padding: 10px;
}
#VereinsPerson h2 {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #C6282D;
	border: 0;
}
#VereinsPerson table {
	border-collapse: collapse;
	width: 280px;
}
#VereinsPerson table table {
	width: auto;
}
#VereinsPerson td {
	padding: 0;
	margin: 0;
}
#VereinsPerson td td {
	padding: 0 5px 0 0;
}

#VereinsLink {
	overflow: hidden;
}

#MWKasten {
	border: 1px solid #BE0111;
	border-collapse: collapse;
	margin: 10px 10px 0px 10px;
	width: 280px;
	font-size: 9pt;
}
#MWKasten th {
	background-image: url(/img/tech/3dbalken_hg.jpg);
	background-repeat: repeat-x;
	background-color: #BE0111;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px;
	text-align: left;
}
#MWKasten th.link {
	text-align: right;
	font-weight: normal;

}
#MWKasten th.link a {
	color: #FFFFFF;
	font-style: italic;
}
#MWKasten td {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 1px 2px;
	vertical-align: top;
}
#MWKasten td.titel {
	background-color: #CCCCCC;
	font-weight: bold;
}
#MWKasten table {
}
#MWKasten table th {
	font-weight: bold;
	color: #000000;
	background-color: #F0DE8E;
	background-image: none;
}
#MWKasten table td {
	padding: 1px;
	margin: 0px;
}
#MWKasten table tr.hilite td {
	background-color: #BE0111;
	color: #FFFFFF;
	font-weight: bold;
}
#MWAbstand {
	margin: 10px 10px 0px 10px;
}

/*** Menues ***/

#HMenu, #UMenu {
	padding-left: 10px;
}
#HMenu {
	font-size: 12px;
	background-color: #C6282D;
	background-image: url(/img/hmenurechts.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 2px;
}
#HMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#HMenu a:hover {
	color: #F0DE8E;
	text-decoration: none;
}
#HMenu a.sel {
	color: #F0DE8E;
	text-decoration: none;
}
#HMenu .Begrenzer {
	padding: 0px 1px;
}
#HMenuRechts {
	float: right;
	width: 230px;
	border-left: 1px solid #FFFFFF;
	padding-left: 5px;
}
#HMenuRechts a {
	color: #000000;
	text-decoration: none;
}
#HMenuRechts a:hover {
	color: #C6282D;
	text-decoration: none;
}
#HMenuRechts a.sel {
	color: #C6282D;
	text-decoration: none;
}

#UMenu {
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: normal;
	color: #C6282D;
}
#UMenu a {
	color: #C6282D;
	text-decoration: none;
}
#UMenu a.sel {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#UMenu a:hover {
	color: #C6282D;
	text-decoration: none;
}

#SubMenu {
	border-top: 1px solid #DDDDDD;
}

#SubMenuMW ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#SubMenuMW li {
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	padding: 0;
}
#SubMenuMW a {
	padding: 2px;
	display: block;
}
#SubMenuMW a.sel {
	background-color: #C6282D;
	color: #FFFFFF;
}
/**** Forum ********************/

#ForumTable {
	margin-top: 10px;
	font-size: 8pt;
	letter-spacing: 1pt;
}
#ForumTable td, #ForumTable th {
	padding: 2px;
	margin: 2px;
}
#ForumTable th {
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(/img/tech/3dbalken_hg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#ForumTable tr.sel td {
	background-color: #AAAAAA;
}
#ForumTable td {
	background-color: #F0DE8E;
}
#ForumTable .line {
	border-bottom: 1px solid #AAAAAA;
}
#ForumTable #Input {
	background-color: #FFFFFF;
	text-align: right;
}
#ForumTable #InputLeft {
	background-color: #FFFFFF;
	text-align: left;
}
#ForumTable #ThemaNavi {
	text-align: right;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 5px;
}
#ForumTable blockquote {
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-style: italic;
	padding: 0px;
	margin: 10px;
}
#ForumTable #Avatar {
	border: 1px solid #AAAAAA;
}
#ForumTitel {
	font-weight: bold;
}
#ForumBeschreibung {
}
#ForumOptions {
  text-align: right;
  display: block;
}


#Karteikarte {
	border-collapse: collapse;
}
#Karteikarte th {
	padding: 0px;
	margin: 0px;
}
#Karteikarte td {
	background-color: #F0DE8E;
	padding: 5px;
}
#Karteikartenreiter {
	border-collapse: collapse;
	margin-left: 10px;
}
#Karteikartenreiter td {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 2px;
	background-color: #FFFFFF;
}
#Karteikartenreiter td.sel {
	background-color: #F0DE8E;
}
#Karteikartenreiter td a {
	font-weight: normal;
	color: #000000;
	display: block;
}
#Karteikartenreiter td a:hover {
	background-color: #F0DE8E;
	text-decoration: none;
}

/*
*
* Zoomer
*
*/
#zoomBox {
	visibility: hidden;
	position: absolute;
	left: 200px;
	top: 200px;
	z-index: 500;
}
#zoomBox img {
	border: 2px solid #C00D10;
}
#zoomSpin {
	visibility: hidden;
	position: absolute;
	left: 200px;
	top: 200px;
	z-index: 499;
}

/*
*
* lightbox
*
*/
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav { left: 0;}
#hoverNav a { outline: none;}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { 
	left: 0; 
	float: left;
	
	filter: alpha(opacity=50);
	KhtmlOpacity: 0.5;
  MozOpacity: 0.5;
  opacity: 0.5;
  background: url(../img/lightbox/prev.gif) left 85% no-repeat; 
}
#nextLink {
	right: 0; 
	float: right;
	
	filter: alpha(opacity=50);
	KhtmlOpacity: 0.5;
  MozOpacity: 0.5;
  opacity: 0.5;
  background: url(../img/lightbox/next.gif) right 85% no-repeat; 
}
#prevLink:hover, #prevLink:visited:hover { 
	/*background: url(../img/lightbox/prev.gif) left 15% no-repeat;*/
	
	filter: alpha(opacity=100);
	KhtmlOpacity: 1;
  MozOpacity: 1;
  opacity: 1;
}
#nextLink:hover, #nextLink:visited:hover { 
	/*background: url(../img/lightbox/next.gif) right 15% no-repeat;*/
	
	filter: alpha(opacity=100);
	KhtmlOpacity: 1;
  MozOpacity: 1;
  opacity: 1;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%	
}

#imageData {	padding:0 10px; color: #666; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; }	
#imageData #caption { font-weight: bold;	}
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/*
*
* /lightbox
*
*/
