html,body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #8C8C8C;
	background-color: #fff;
	background-image: url(../interfaceImages/rightBg.gif); background-repeat: repeat-y; background-position: left top;
	padding: 0;
	margin: 0;
  	height: 100%;
  	
}
/* MAIN BOXES */
#mainBody {
	width: 980px;
	height: 99%;
	text-align: left;
	background-color: #fff;
	color: #000;
	border: 0;
	margin: 0;
	padding: 0;

}
/* TOP */
#headerBox {
	position: relative;
	width: 980px;
	height: 167px;
	margin: 0;
	border: 0;
	background-color: #fff;
	background-image: url(../interfaceImages/shadow.gif); background-repeat: repeat-x; background-position: left bottom;
}

* html #headerBox {
	position: relative;
	width: 980px;
	height: 168px;
	margin: 0;
	border: 0;
	background-color: #fff;
	background-image: url(../interfaceImages/shadowIE.gif); background-repeat: repeat-x; background-position: left bottom;
}

#logoBox {
	width: auto;
	height: auto;
	background-color: transparent;
	margin: 0;
	border: 0;
	float: left;
}

#imgLine {
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
}
#btnLine {
	width: auto;
	height: 56px;
	background-color: #5da5da;
	margin: -1px 0 0 0;
}

#phoneNumber {
	position: absolute;
	top: 94px;
	left: 820px;
	width: 150px;
	height: 30px;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	margin: 24px 7px 0 0;
	float: right;
}

/* LEFT */
#leftCol {
	width: 251px;
	height: auto;
	margin: 0;
	border: 0;
	background-color: #fff;
	float: left;
}
* html #leftCol {
	width: 254px;
	height: auto;
	margin: 0;
	border: 0;
	background-color: #fff;
	float: left;
}
#leftColIn {
	width: auto;
	height: auto;
	margin: 4px 0 0 32px;
	background-color: #fff;
}

/* MIDDLE */
#midCol {
	width: 539px;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	border-right: 1px solid #589ccf;
	border-left: 1px solid #589ccf;
	float: left;
}
#midColInL {
	width: 500px;
	height: auto;
	margin: 0 0 0 20px;
	background-color: transparent;
	float: left;
}
* html #midColInL {
	width: 500px;
	height: auto;
	margin: 0 0 0 10px;
	background-color: transparent;
	float: left;
}

#midColInR {
	width: 236px;
	height: 256px;
	margin: 0 0 0 8px;
	background-color: transparent;
	float: right;
}



.imgInContLeft {
	width: 92px;
	height: 218px;
	background-color: #ddd;
	clear: left;
	float: left;
	margin: 3px 16px 0 0;
}

.imgInContBot {
	width: 438px;
	height: 92px;
	background-color: #ddd;
	margin: 0 0 10px 30px;
}

/* RIGHT */
#rightCol {
	width: 186px;
	height: auto;
	margin: 0;
	background-color: #fff;
	float: right;
}
* html #rightCol {
	width: 184px;
	height: auto;
	margin: 0;
	background-color: #fff;
	float: right;
}

#rightColIn {
	width: auto;
	height: auto;
	margin: 100px 18px 0 16px;
	background-color: #eee;
}
#rightCont {
	width: 198px;
	height: 198px;
	margin: 2px 0 0 0;
	padding: 20px 10px 10px 20px;
	background-color: #979EA2;
}
#rightCont h2 {
	font-size: 12px;
	line-height: 14px;
	color: #004ea7;
	margin: 0 0 14px 16px;
}
#rightCont p {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	margin: 2px 0 10px 18px;
}
#rightCont a {
	color: #fff;
	text-decoration: none;
	background-image: url(../interfaceImages/whiteBull.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 18px;
	margin-bottom: 10px;
	display: block;
}
#rightCont a:hover {
	color: #ee8628;
	text-decoration: none;
	background-image: url(../interfaceImages/orangeBull.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	display: block;
}

.clearBoth {
	clear: both;
}

/* TAGs */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #589ccf;
	margin: 6px 0 16px 0;
}

h2 {
	font-size: 12px;
	line-height: 14px;
	color: #589ccf;
	margin: 0;
}

p {
	line-height: 16px;
	margin: 0 0 12px 0;
}

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

p.bodytext a {
	color: #000;
}

p.bodytext a:hover {
	color: #ef6b00;
}

.blueText	{ color: #589ccf; }

.orangeText	{ color: #ef6b00; }

strong.blueText	{ color: #589ccf; }

p strong.orangeText	{ color: #ef6b00; }

p a.blueText	{
	color: #589ccf;
	text-decoration: none;
}

a.orangeText	{ color: #ef6b00; }


a.contentBull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #589ccf;
	background-image: url(../interfaceImages/menuBullOrange.gif); background-repeat: no-repeat; background-position: left 3px;
	margin: 0 0 2px 107px;
	padding-left: 14px;
	display: block;
}

a.contentBull:hover {
	text-decoration: none;
	color: #ef6b00;
	background-image: url(../interfaceImages/menuBullOrange.gif); background-repeat: no-repeat; background-position: left 3px;
	margin: 0 0 2px 107px;
	padding-left: 14px;
	display: block;
}

td.valignTop {
	vertical-align: top;
}

.extLink {
	padding: 20px 0 0 16px;
}

.extLink ul {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
}
.extLink li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #589ccf;
	margin: 4px 0 4px 0;
	padding: 0 0 0 14px;
	border: 0;
	background-image: url(../interfaceImages/menuBullOrange.gif); background-repeat: no-repeat; background-position: left 2px;
}
.extLink li a {
	text-decoration: none;
	color: #589ccf;
	display: block;
}

.extLink li a:hover {
	color: #ef6b00;
}
/* MENU */

ul.menu		{
	list-style-type: none;
	margin: 0 0 0 16px;
	padding: 0;
}

li.menu0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #589ccf;
	padding: 0;
	margin: 10px 0 3px 0;
	display: block;
}

li.menu0 a	{
	text-decoration: none;
	color: #589ccf;
	display: block;
}

li.menu0 a:hover {
	color: #ef6b00;
}

li.menu0Act	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ef6b00;
	padding: 0;
	margin: 10px 0 3px 0;
	display: block;
}

.aktive0L	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ef6b00;
	padding: 0;
	margin: 10px 0 3px 0;
	display: block;
}


ul.menu1		{
	list-style-type: none;
	margin: 0 0 0 24px;
	padding: 0;
}

li.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #589ccf;
	margin: 4px 0 4px 0;
	padding: 0 0 0 14px;
	border: 0;
	background-image: url(../interfaceImages/menuBullOrange.gif); background-repeat: no-repeat; background-position: left 2px;
}

li.menu1 a {
	text-decoration: none;
	color: #589ccf;
	display: block;
}

li.menu1 a:hover {
	color: #ef6b00;
}

li.menu1Act	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ef6b00;
	margin: 4px 0 4px 0;
	padding: 0 0 0 14px;
	border: 0;
	background-image: url(../interfaceImages/menuBullOrange.gif); background-repeat: no-repeat; background-position: left 2px;
}

.aktive1L	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ef6b00;
	margin: 4px 0 4px 0;
	padding: 0;
	border: 0;
}

#specStoerer {
	position: absolute; top: 520px; left: 810px; width: 162px; height: 176px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 10px 10px 0 18px;
	background-image: url(../specialImg/bubbleStoerer.jpg); background-repeat: no-repeat; background-position: left top;
}

#specStoerer a {
	color: #fff;
	text-decoration: none;
}
#specStoerer a:hover {
	color: #ef6b00;
	text-decoration: none;
}
