@import url(toggle.css);
@import url(modules.css);

html {
	height: 101%;
}

body {
	/* background: url(images/blue/bodybg.png) #5B9CC1 repeat-x; */
	/* background-color: #670A0A; */
	background-color: #a73f2c;
	font-family: Verduna, Sans-Serif;
	color:#333333;
	margin: 0px;
	padding: 0px;
	
}

body, html {
	height: 101%;
}

img {
	border: 0px;
}

input {
	background: url(images/inputbg.png) #FFFFFF repeat-x;
	border: 1px solid #144D6B;
	padding: 3px;
	font-size: 11px;
}

textarea {
	background: url(images/inputbg.png) #FFFFFF repeat-x;
	border: 1px solid #144D6B;
	padding: 3px;
	font-family: Verduna, Sans-Serif;
	font-size: 12px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
}

h1 {
    margin-top: 0em;
    margin-bottom: 0.4em;
    font-size: 1.0em;
}

h2 {
    margin-bottom: 0.65em;
    font-size: 1.5em;
}

h3 {
    margin-bottom: 0.65em;
    font-size: 1.2em;
    font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	color: #a73f2c;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

/* Box Style */
.box {
	float:left;
	width: 630px;
	clear:both;
	padding:0px;
	margin-top: 20px;
	margin-bottom:10px;
	background-color:#f9f9f9;
	border:1px solid #c6c6c6;
}

.box h1{
	margin:0;
	padding:6px;
	background-color:#a73f2c;
	color: #fff;
	font-weight:bold;
	font-size:0.6em;
	line-height:1;
}

.box h2 {
	margin:0;
	margin:0px;
	margin-bottom:0;
	font-size:1.2em;
}

.box div.content{
	border-top:1px solid #c6c6c6;
	margin:0;
	padding:6px;
}

.box  p.date{
	padding:0px;
	margin:0px;
	font-size:0.9em;
	color:#000;
	margin-bottom:0.25em;
	margin-top:0.25em;
}

.box  p.more{
	padding:0px;
	margin:0px;
	font-size:0.9em;
	margin-bottom:0.25em;
	margin-top:0.0em;
	text-align:right;
}

/* Die Navigation */


#navi_level1 {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	color: #FFFFFF;
}

#navi_level1 hr {
	margin: 0px;
	color: #FFFFFF;
}

.level1-active, .level1-inactive {
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
}

.level1-active a:link, .level1-active a:visited  {
	color: #FFFFFF;
	font-weight: bold;
}

.level1-inactive a:link, .level1-inactive a:visited  {
	color: #FFFFFF;
}

.level1-active:hover, .level1-inactive:hover  {
	border-right: 5px solid #B8C9D2;
}

.level1-active  {
	border-right: 5px solid #FFFFFF;
}

.level1-div {
	padding: 8px 0px 8px 15px;
}

.level2-active, .level2-inactive {
	padding: 5px 10px 5px 25px;
	background: url(images/navibg1.png) repeat-x #FFFFFF;
	margin: 0px;
	list-style-type: none;
	border-left: 1px solid #666;
}

.level2-active {
	border-right: 4px solid #670A0A;
}

.level2-active a:link, .level2-active a:visited  {
	color: #a73f2c;
	font-weight: bold;
}

.level2-inactive a:link, .level2-inactive a:visited  {
	color: #666;
}

.level2-inactive a:hover {
	color: #670A0A;
}

.level2-active:hover {
	border-right: 4px solid #144d6b;
}

.level3-active, .level3-inactive {
	padding: 5px 10px 5px 35px;
	background-color: #FFFFFF;
	margin: 0px;
	background: #FFFFFF;
	list-style-type: none;
	font-size: 14px;
	border-left: 1px solid #666;
}

.level3-active a:link, .level3-active a:visited  {
	color: #666;
	font-weight: bold;
}

.level3-inactive a:link, .level3-inactive a:visited  {
	color: #666;
}

.level3-inactive a:hover {
	color: #666;
}

/* Level 4 */
.level4-active, .level4-inactive {
	padding: 5px 10px 5px 55px;
	background-color: #FFFFFF;
	margin: 0px;
	background: #FFFFFF;
	list-style-type: none;
	font-size: 14px;
	border-left: 1px solid #666;
}

.level4-active a:link, .level4-active a:visited  {
	color: #666;
	font-weight: bold;
}

.level4-inactive a:link, .level4-inactive a:visited  {
	color: #666;
}

.level4-inactive a:hover {
	color: #666;
}


/* Design-DIVs */


#centerdiv {
	width: 1024px;
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
}

#maindiv {
	position: relative;
	float: left;
	border: 5px solid #FFFFFF;
	margin-bottom: 15px;
	text-align: left;
	margin: 0 auto;
    background-color: #fff;
}


#leftdiv {
	max-width: 755px;
	width: 755px;
	height: auto !important;
	float: left;
	position: relative;
}

#rightdiv {
	width: 250px;
	float: right;
	background: url(images/darkbg.png) repeat-x #a73f2c;
	color: #FFFFFF;
	min-height: 200px;
	position: relative;
	border-left: 5px solid #FFFFFF;
	margin-bottom: 50px;
}

#header {
	height: 99px;
	padding: 10px 0px 10px 20px;
	font-size: 2em;
	color: #670A0A;
	
}

#headerimage {
	width: 755px;
	margin: 0px;
	padding: 0px;
	min-height: 100px;
	/* border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
    background: url(images/banner/bild.gif) #F1F1F1; */
}

#content {
	height: auto !important;
	background: url(images/greybg2.png) repeat-x;
	min-height: 100%;
	padding: 10px 25px 20px 25px;
	margin-bottom: 50px;
	font-family: Verdana, Atial, sans-serif;
	font-size:1.75em;
	color:#333333;
	line-height:1.5;
	
}

#printdiv {
	float: right;
	font-size: 12px;
	padding: 20px 10px 0px 0px;
}

#content_text {
    font-size: 12px;
}

#search {
	height: 50px;
	text-align: center;
	padding: 20px 20px 20px 20px;
	font-size: 11px;
	color: #FFFFFF;
}

#search a:link, #search a:visited {
	color: #FFFFFF;
}

#searchbutton {
	border: 0px;
	background: none;
	vertical-align: bottom;
}



#headline_div {
	padding: 20px 0px 0px 0px;
	margin-bottom: 30px;
}

#headlinebg {
	background: url(images/inputbg.png) repeat-x #FFFFFF;
	padding: 5px 5px 5px 15px;
	font-size: 14px;
	color: #000;
}

#headlinebg p {
	margin: 5px 0px 5px 0px;
}

#block_div {
	padding: 0px 5px 0px 15px;
	font-size: 12px;
}

#block_div h2 {
	margin-left: 0px;
}

#block_div a:link, #block_div a:visited {
	color: #FFFFFF;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 650px;
	min-height: 20px;
	padding: 30px 10px 15px 20px;
	text-align: center;
	font-size: 10px;
	color: #144D6B;
	background: url(images/footerbg.png) repeat-x #FFFFFF bottom;
}

#footer a:link, #footer a:visited {
	font-weight: bolder;
}

#footer_right {
	position: absolute;
	bottom: 0px;
	padding: 0px 0px 15px 15px;
	color: #FFFFFF;
	font-size: 10px;
	background: #144D6B;
	margin: 25px 0px 0px 685px;
	min-height: 20px;
}

#footer_right a:link, #footer_right a:visited {
	color: #FFFFFF;
}

/* Versch. Klassen */

.icon_print {
	padding: 1px 1px 1px 5px;
	vertical-align: bottom;
}

.icon {
	padding: 1px 3px 1px 1px;
	vertical-align: bottom;
}

/* Table */
table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
        border-spacing: 0px;
        width: 100%;
}

table th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 0px;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #E6E6E6;
        text-align: left;
}

table tr.row2,
table tr.marketRow3 {
	background-color: #F9F9F9;
}

table tr.row1,
table tr.marketRow2 {
	background-color: #ffffff;
}

table tr.row3,
table tr.marketRow1 {
	background-color: #FFEE9F;
}

#shop table tr.row3 {
	background-color: #f5f5f5;
}


table td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 0px solid #E6E6E6;
	border-right: 0px solid #ffffff;
	border-spacing: 0px;
	vertical-align:top;
}

table td.none {
	border: 0px solid #000000;
}

/* Unten */
#unten {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 935px;
	font-size: 11px;
	background-color: #fff;
}

