/* DIV STYLES */
#mainWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 978px;
}
#header {
	position: absolute;
	top: 0px;
	left: 8px;
	width: 960px;
	height: 110px;
	background: url(../i/header_bg_default_de.jpg) no-repeat;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#languageSwitch{
	position: absolute;
	top: 10px;
	right: 30px;
	color: #ffffff;
}
#navi {
	position: absolute;
	top: 0px;
	left: 8px;
	width: 210px;
	padding-top: 165px;
	background: url(../i/navi_bg.jpg) no-repeat;
}
#contentBorder {
	position: relative;
	width: 978px;
	background: url(../i/border.jpg) repeat-y;
}
#contentBorderBottom {
	width: 978px;
	height: 27px;
	background: url(../i/border_bottom.jpg) no-repeat;
}
#contentBG {
	position: absolute;
	top: 110px;
	left: 218px;
	width: 750px;
	min-height: 670px;
	#height: auto !important;
	height: 670px;
	background: url(../i/bg_default.jpg) no-repeat;
}
#content {
	position: relative;
	padding: 160px 30px 20px 240px;
	min-height: 890px;
	height: auto !important;
	height: 890px;
	overflow: auto;
}
#popContent {
	width:470px; 
	min-height:500px;
	height:auto !important;
	height:500px;
	background: url(../i/popup_content.jpg) repeat-y; 
	margin: -20px 0 0 0; 
	padding: 0 20px 20px 20px; 
}
#containerFloat {
	float:left; 
	margin-left: 2px;
}

/* UNIVERSAL STYLES / DEFAULTS */
html, body, p, h1, h2, h3, a, ul, ol, span, table, td, li, form, div {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  text-decoration:none;
  font-weight: none;
  font-size: 12px;
  color: #073f92;
  line-height: 1.6em;
  margin: 0px;
  padding: 0px;
}
body {
  background:	#fefefe;
}
img {
  border: 0px;
}
.imageRight {
  float:right;
  padding: 0 0 12px 12px;
}

.imageLeft {
  float:left;
  padding: 0 12px 12px 0;
  margin: 0 0 0 0;
}

a {
	color:#e2081e;
  font-weight: bold;
}
a.active, a:hover {
  text-decoration:underline;
}
.toolbarlink {
	color: #ffffff;
	font-weight: normal;
}
.teaserBoxUrl{
	font-weight: normal;
}

input, select, textarea, select {
  font-family: Arial, Verdana, sans-serif;
	width: 210px;
	font-size: 10px;
	height: 16px;
	margin-top: 10px; 
}
textarea {
	height: 145px;
	width: 350px;
}
.buttonDefault {
	width: 100px;
	height: 20px;
}
.selectDefault {
	height: 20px;
	width: 215px;
}
.buttonFormSend {
	background: url(../i/arrow_form.gif) no-repeat  #ffffff; 
	margin: 10px 0 0 0; 
	padding-left:5px; 
	text-align: left; 
	color: #e2081e; 
	border: 0px solid;	
	font-weight: bold;
	font-size: 14px;
	cursor:pointer; 
	cursor:hand;
}
.buttonNormal {
	font-weight: normal;
}

.radio, .checkbox {
	width: 20px;
}

.noRepeat {
	background-repeat: no-repeat;
}
.noMargin{
	margin-bottom: 0;
}
.error {
  color: #ff0000;
	font-weight: bold;
}

.show {
	display:block;
	visibility:visible;
}
.hide {
	display:none;
	visibility:hidden;
}


/* SPECIFIC STYLES / MAIN NAVIGATION */
#navi ul {
	list-style-type: none;
}
#naviLevel1 li {
	background: url(../i/navi_closed.jpg) no-repeat;
	margin: 0 0 -16px 0;
	padding: 15px 0 0 20px;
	height: 48px;
}
#naviLevel1 li.naviLi1Open {
	background: url(../i/navi_open.jpg) no-repeat;
	padding: 15px 0 0 20px;
	height: 48px;
}
#naviLevel2 li {
	padding: 10px 0 0 20px;
	margin: -15px 0 10px 1px;
	line-height: 1.4em;
}
#naviLevel2 a {
	line-height: 10px;
}
#naviLevel2 li.startLevel2 {
	padding: 10px 0 0 20px;
	background: url(../i/navi_open_bg.jpg) no-repeat;
}
#naviLevel3 li {
	padding: 5px 0 0 25px;
	margin: -15px 0 10px 1px;
}
#naviLevel3 a {
	font-weight: normal;
}
.naviIframe {
	margin: -7px 0 0 1px; 
	padding:0; 
	left:0; 
	top: 0;
}

a .arrow {
	width: 3px;
	height: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	margin: 0 0 0 -10px;
	background-image: url(../i/arrow.gif);
}
.linkArrow {
	margin: 0 !important; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: url(../i/arrow.gif);
}
#linkArrowTeaserBox {
	margin-left: 15px !important;
	padding: 0; 
	list-style-type: none; 
	list-style-image: url(../i/arrow.gif);
}
#linkArrowTeaserBox a {
	font-weight: normal;
	line-height: 1.0em !important;
	
}
#linkArrowTeaserBox li {
	margin-bottom: 5px;
}


#henkelNavi {
  float:left;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* SPECIFIC STYLES / MAIN CONTENT */
#content h1 {
  margin-bottom: 5px;
  line-height: 1.1em;
  font-size: 24px;
}

#content h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #e2081e;
	line-height: 1.2em;
}
#content h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  color: #e2081e;
}
#content ul {
  margin: 0 0 0 40px;
}
#content ol {
  margin: 0 0 0 20px;
}

#popupDiv ul {
	width: 450px;
	margin: 0 0 0 20px;
}

/* FORM */

.formLabel {
	float: left;
	width: 180px;
	margin-top: 5px;
	
}

.formFields {
	float: left;
	width: 230px;
	margin-top: 5px;
}

.formInputs {
	width: 230px;
	margin: 0px;
}



#teaserbox {
	float: left;
	margin-left: 20px;
	width: 212px;
	background: url('../i/teaserbox_bg.jpg') repeat-y;
}

#teaserbox_head {
	width: 190px;
	height: 37px;
	padding: 11px 5px 0px 17px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: url('../i/teaserbox_head.jpg');
	
}

#teaserbox_content {
	margin: -8px 12px 5px 17px;	
}

#teaserbox_footer {
	width: 212px;
	height: 10px;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	background: url('../i/teaserbox_footer.jpg');	
}

/* SUDOKU */
td.sudoku, p.sudoku, span.sudoku, td.sudokuDark, p.sudokuDark, span.sudokuDark, td.sudokuSet, p.sudokuSet, span.sudokuSet, td.sudokuGiven, p.sudokuGiven, span.sudokuGiven {
	font-weight: bold;
	font-size:18px;
	color:#073F92;
	height: 48px;
	width: 48px;
}
td.sudokuSet, p.sudokuSet, span.sudokuSet {
	color:#999999;
}
td.sudokuGiven, p.sudokuGiven, span.sudokuGiven {
	color:#17A100;
}
td.SudokuHeadline, span.SudokuHeadline {
	font-weight: bold;
	font-size:12px;
	color:#1C1D70;
}
td.SudokuContent, span.SudokuContent, td.SudokuContentWhite, span.SudokuContentWhite {
	font-size:10px;
	line-height:13px;
	color:#000000;
}
td.SudokuContentWhite, span.SudokuContentWhite {
	color:#FFFFFF;
}
input.sudoku, input.sudokuDark, input.sudokuError {
	BORDER: #FFFFFF 1px solid;
	FONT-SIZE: 18px;
	COLOR: #000000;
	LINE-HEIGHT: 12px;
	WIDTH: 18px;
	HEIGHT: 20px;
}
input.sudokuDark {
	BORDER: #e7e7e7 1px solid;
	background-color: #e7e7e7;
}
input.sudokuError {
	BORDER: #E2081E 1px solid;
	background-color:#E2081E;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
}
input.buttonsudoku {
	BORDER: #003575 1px solid;
	FONT-SIZE: 12px;
	COLOR: #000;
	LINE-HEIGHT: 12px;
	WIDTH: 200px;
	HEIGHT: 16px;
}

.NoRepeat {
	background-repeat: no-repeat;
}

/* EDITOR THINGIES */
#lineParterX {
	width: 100%;
	height:1px;
	margin: 10px 0 10px 0;
	background-image: url(../i/trenner_grauschwarz_h.gif);
	background-repeat: repeat-x;
}
.inputWide {
	width: 600px;
}
.inputNormal {
	width: 200px;
}
.inputHalf {
	width: 98px;
}
.inputQuarter {
	width: 47px;
}
.inputThreeQuarter {
	width: 148px;
}
.radio, .checkbox {
	width: 20px;
	border: none;
}


