@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #330000;
	background-color: #FFFCDB;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.Main #container {
	width: 707px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 53px;
	margin-bottom: 0;
	margin-left: 174px;
}
.Main #subLine {
	background-image: url(../images/bottom.jpg);
	padding-top: 10px;
	padding-bottom: 22px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}
.Main #Logo {
	width: 174px;
	top: 3px;
	position: absolute;
	left: 0px;
}
.Main #mainContent {
}
.Main #SpalteLinks {
	float: left;
	width: 15px;
	position: relative;
	background-image: url(../images/linksbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 405px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Main #SpalteMitte {
	padding-left: 15px;
	padding-right: 15px;
}
.Main #topdesign {
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 677px;
}
.Main #SpalteRechts {
	float: right;
	width: 16px;
	background-image: url(../images/rechtsbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 405px;

}
.Main #Copyright {
	position: relative;
	bottom: 1px;
	color:#666666;
	text-align: left;
}

.Main #Copyright a {
	color:#666666;
}

.Main #oneBox {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.Main #twoBox {
	padding-right: 0px;
}
.Main #twoBox #links {
	float: left;
}
.Main #twoBox #rechts {
	padding-left: 255px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 12px;
}
.Main #twoBox #rechts2 {
	padding-left: 270px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 12px;
}

.Main #twoBox #rechts3 {
	padding-left: 285px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 12px;
}
.Main #topText {
	font-size: 45px;
	position: relative;
	font-family: sans-serif;
	font-weight: bold;
	left: 15px;
	clip: rect(auto,auto,auto,auto);
	color: #FFFFFF;
	z-index: 10;
	top: -60px;
	margin-bottom: -50px;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

/*Navigation*/
 ul#Navigation {
	width: 10em;
	margin: 15;
	font-family: sans-serif;
	font-size: 14px;
	padding-top: 15px;
	text-align: left;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
	width: 11.6em;
	w\idth: 10em;
	padding-left: 0;
	padd\ing-left: 0em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
	display:block;
	padding: 0.2em;
	text-decoration: none;
	font-weight: bold;
	color: #4b3a23;
  }

  ul#Navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #a1988c;
  }
  
  
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
	width: 100%;
	w\idth: 8em;
  }
  ul#Navigation a:hover {
	color: #4b3a23;
  }
.Main #ribbon {
	position: absolute;
	right: 1px;
	top: 1px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 116px;
	width: 158px;
	cursor:pointer;
	background-image: url(../images/ribbon_aussen.gif);
}

.adressbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1BBAC;
	border-right-color: #C1BBAC;
	border-bottom-color: #C1BBAC;
	border-left-color: #C1BBAC;
	padding: 5px;
	margin-left: 5px;
	background-color: #F0DBAA;
}

a { 
	text-decoration:none;
	color:#5D5544;
}
.linkHighlight {
	color:#900;
	font-weight:bold;
	text-decoration:underline;
	}

h1	{
	font-size:14px;
	font-family: sans-serif;
	color:#493820;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
BLOCKQUOTE {
	text-align: left;
	font-weight: bold;
	font-style: normal;
	margin-left: 0px;
}

BLOCKQUOTE:before {
	/*content: url(../images/blockquote.png);*/
	margin-right: 5px;
}
BLOCKQUOTE:after {
	/*content: url(../images/blockquote1.png);*/
	margin-left: 5px;
}
.Main H2 {
	font-size: 12px;
	margin-bottom: -10px;
}
.vergriffen {
	text-decoration: line-through;
}
.imageborder{
	padding:5px;
	text-align: center;
}
.larger{
	font-size:14px;
}
.aroundimage{
	width:100%;
	}
.checka{
	width:250px;
}
.eingabebox{
	margin-left:100px;
}.alert {
	background-color:#900;
	padding: 3 px;
	color: #FFF;
}
.alert a {
	font-weight: bold;
	color: #FFF;
}

