/**************************************************************************
*** DEFAULTS
**************************************************************************/
html,
body {
	height: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

html,
body,
input,
select,
textarea {
	font-family:arial,verdana,helvetica,"frutiger linotype","lucida grande",sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}

body * {
	margin: 0;
/*	padding: 0; */
}

img {
	border: 0;
}

a,
a:link,
a:active,
a:visited,
a:focus,
a:hover {
	color: #000000;
	text-decoration: underline;
	outline: underline;
	font-style: normal;
}

a,
a:link {
	font-style: normal;
}

a:focus,
a:hover {
	color: #157490;
}

input,
textarea,
select {

}

select {
	width: 100%;
}

table {
	border-collapse: collapse;
}

.styleClear {
	clear:both;
	font-size: 0px;
}

h1, h2 {
	font-size: 140.00%;
	line-height: 140.00%;
	margin-bottom: 10px;
}

h3, h4 {
	font-size: 120.00%;
	font-weight: bold;
}

h5, h6 {
	font-size: 87.00%;
}

table tbody td,
table tbody th {
	vertical-align: top;
}

blockquote {
	margin-left: 20px;
}

hr {
	height: 3px;
	background-color: #157490;
	border: 1px #157490 solid;
	margin: 20px 0px;
	padding: 0;
}

ul {
	list-style-image:url(../images/bullet.gif);
	white-space:normal;
	list-style-position:outside;
}



/**************************************************************************
*** PAGE LAYOUT :: GLOBAL
**************************************************************************/
div#pageOverallWrapper {
	margin-top: 10px;
}
div#pageOverall {
	width: 975px;
	margin: auto;
	border: 1px solid black;
/*
	width: 800px;

	margin-bottom: 10px;
*/
}

/**************************************************************************
*** PAGE LAYOUT :: HEADER
**************************************************************************/

div#pageHeaderWrapper {
	background-image: url( ../images/sb_hg_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 98px;
}

div#pageHeaderWrapperInner {
	height: 98px;
}

div#pageHeader {
	height: 98px;
	position: relative;
}

div#pageHeaderLeft {
}

div#pageHeaderLeft img {
}


div#pageHeaderRight { }

/**************************************************************************
*** PAGE LAYOUT :: BODY
**************************************************************************/
div#pageBodyWrapper { }
div#pageBody {
}

div#pageBodyColumnsWrapper { 
}

div#pageBodyColumns {
	position: relative;
	border-bottom: 1px solid black;
	background-image: url(../images/sb_hg_all.gif);
	background-repeat: repeat-y;	
}


div#pageBodyColumnLeftWrapper {
	min-height: 540px; 
	background-image: url( ../images/sb_hg_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#pageTopColumnLeft {
	text-align: right;
	height: 20px;
	margin-right: 10px;
	margin-top: 60px;
	
}

div#pageBodyColumnLeft { }

div#navigationMain {
/*	margin: 0px 10px 20px 10px; */
	
	width: 144px;
}

/*
div.emptyRow {
	height: 4px;
}
*/

div#navigationMain ul {
	list-style: none;
	padding: 0;
/*	padding-left: 8px; */
}

li.levelOne {
/*	background-image: url(../images/border-dotted.png);
	background-repeat: no-repeat;*/
	margin: 5px 0px;
	padding-left: 8px;
}
/*
li.lastItem {
	background-image: url(../images/border-dotted.png);
	background-repeat: no-repeat;
	border-bottom: 2px dotted #879ad0;
}
*/


div#navigationMain li.levelOne.inactive.PageLink-15 a {
	text-transform:uppercase;
	font-weight:bold;
	display: block;
	padding: 5px;
	color: white;
	background-color: #157490;
	text-decoration: blink;
}

div#navigationMain li.levelOne a {
	font-style: normal;
	color: black;
	display: block;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #ebebeb;
	border-right: none;
}

div#navigationMain li.levelOne.active {
	background-image: url(../images/navi_main_bullet.gif);
	background-repeat: no-repeat;
}

div#navigationMain li.levelOne.current span {
	display: block;
}



div#navigationMain li a:hover,
div#navigationMain li a:focus {
	background-color: #157490;
	color: white;
}

div#navigationMain li.current a,
div#navigationMain li.active a {
	font-weight: normal;
	color: black;
}

div#navigationMain li.current a:hover,
div#navigationMain li.active a:focus {
	color: white;
}

div#navigationMain li.current li a,
div#navigationMain li.active li a {
	font-weight: normal;
	color: black;
}

div#navigationMain li.active li.current a,
div#navigationMain li.active li.active a,
div#navigationMain li.levelOne li a:hover,
div#navigationMain li.levelOne li a:focus {
	color: white;
	background-color: #157490;
	background-image: none;
}

div#navigationMain li.active li.active,
div#navigationMain li.active li.current {
}

div#navigationMain li.levelTwo,
div#navigationMain li.levelThree {
	margin: 2px 0px 0px 0px;
}

div#navigationMain li.levelTwo a {
	font-style: normal;
	color: black;
	display: block;
	padding: 2px;
	padding-left: 5px;
	background-color: #ebebeb;
}

div#navigationMain li.levelOne li.levelTwo span,
div#navigationMain li.levelOne li.levelThree span,
div#navigationMain li.levelTwo span,
div#navigationMain li.levelThree span {
	line-height: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}


div#pageBodyColumnMiddleWrapper {
/*	min-height: 600px; */
}

div#pageTopColumnMiddle {
	position: relative;
	float: left;
	height: 31px;
	width: 685px;
	background-image: url( ../images/sb_hg_middle_top.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div#pageTopColumnMiddle a,
div#pageTopColumnMiddle a:link,
div#pageTopColumnMiddle a:active,
div#pageTopColumnMiddle a:visited,
div#pageTopColumnMiddle a:focus,
div#pageTopColumnMiddle a:hover {
	text-decoration: none;
	outline: underline;
	font-style: normal;
}

div#pageTopColumnMiddle div#MOUNT-HEADER-MENU {
	text-align: left;
	height: 31px;
	margin: 10px 10px 0px 20px;	
}

div#pageTopColumnMiddle div#MOUNT-HEADER-MENU div#t3Navigation-Top {
	padding:7px 10px 0px 0px;
}

div#pageTopColumnMiddle div#MOUNT-HEADER-MENU div#t3Navigation-Top a {
	padding: 0px 11px;
}

div#pageTopColumnMiddle div#pageHeaderImage {
	width: 685px;
	height: 31px;	
}

div#pageBodyColumnMiddle {
	width: 685px;
/*	min-height: 600px; */
	margin: 30px 0px 0px 0px;
}

div#pageBodyColumnMiddle div#MOUNT-BODY-CONTENT-MIDDLE {
	margin-left: 20px;
	padding-top: 20px;
	margin-right: 20px;
}

div#pageBodyColumnMiddle div#MOUNT-BODY-CONTENT-MIDDLE p.bodytext {
	margin-bottom: 10px;
}

div#pageBodyColumnRightWrapper {
/*	min-height: 540px; */	
	background-image: url( ../images/sb_hg_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
/*	padding-top: 60px; */
}

div#pageBodyColumnRight {
	margin-top: 60px;
}

div#pageBodyColumnRight h3 a {
	text-decoration: none;
}

div#pageBodyColumnRight div.t3ContentElementHeader {
}

div#pageBodyColumnRight h3 {
	line-height: 20px; 
	padding: 0 10px;
	background-color: #157490;
	font-weight: bold;
	color: white;
}


div#pageBodyColumnRight div.subheader {
	padding: 5px 10px 10px 10px;
	line-height: 15px;
	background-color: #d6d6d6;
}

div#pageBodyColumnRight div.t3ContentElementBody p {
	margin-bottom: 0px;	
}

div#pageBodyColumnRight div.newsimg {
	padding: 0px 10px 10px 10px;
	margin-bottom: 0px;
}

div#pageBodyColumnRight div.morelink {
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #ebebeb;
}

div#pageBodyColumnRight div.t3ContentElementSeperator {
	height: 12px;
}

div#pageBodyColumnRight div.t3ContentElement {
}

/**************************************************************************
*** PAGE LAYOUT :: FOOTER
**************************************************************************/
div#pageFooterWrapper {
		line-height: 26px;
 }
div#pageFooter {
	background-color: #ebebeb;
	padding: 5px 0px 5px 20px;
 }

div#pageFooterTop { }

div#pageFooterMiddle {}

div#pageFooterBottom { }

/**************************************************************************
*** LAYOUT :: FORMULAR
**************************************************************************/

#mailform {
	width: 500px;
	background-color: #D0E3E9;
	border: 1px solid #157490;
	padding: 10px;
	margin-bottom: 10px;
}

input {
	background-color: #ebebeb;
	font-family: Verdana;
	font-size: 11px;
	width: 300px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #157490;
}

select {
	background-color: #ebebeb;
	font-family: Verdana;
	font-size: 11px;
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #157490;
}

input.button {
	background-color: #ebebeb;
	font-family: Verdana;

	font-size: 11px;
	height: auto;
	width: 100px;
	margin: 5px;
	padding: 2px;
	border: 1px solid #157490;
}

textarea {
	background-color: #ebebeb;
	font-family: Verdana;
	font-size: 11px;
	width: 300px;
	height: 150px;
	padding: 2px;
	border: 1px solid #157490;
}

.error {
	color: ff0000;
}

.mailfehler {
	background-color: #FFE2E6;
}

input.radio {
	backgroundcolor:D0E3E9;
	border: 1px solid #157490;
	width: 12px;
	vertical-align: middle;
	margin: 5px;
}