body {
	background-image: url(../images/left_back.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 102%;
	width: 100%;
}
/* SSY defines the base of all others font-size, which are x% */
body, td, #page {
	font-family: Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 13px;
}
h1 {
	font-size: 113%;
    color: #004AB4;
    margin-bottom: 30px;
}

h2 {
    font-size: 107%;
    color: #002B68;
    border-bottom: solid 1px #002B68;
    margin-top: 30px;
	padding-bottom: 2px;
}

h3 {
	font-size: 100%;
	line-height: 13px;
    margin-top: 21px;		
    margin-bottom: -7px;
}

p { font-size: 100%; }

li { font-size: 100%; }

.footnote { font-size: 87%; }

/* page */

#page {
    padding: 0px;
    margin: 0px;
}

/* SSY ImgVorstand */ 

.ImgVorstand {
	float: right;
	margin-right: 56px;
	margin-bottom: 28px;
	border: solid 1px #002B68;
	border-right: solid 2px #000033;
	border-bottom: solid 2px #000033;
}

.ImgRight, .ImgRightClick {
	float: right;
	margin-right: 41px;
	margin-left: 28px;
	margin-bottom: 31px;
	border: solid 1px #002B68;
	border-right: solid 2px #000033;
	border-bottom: solid 2px #000033;
}

.ImgRightClick {
	cursor: pointer;
	cursor: hand;
}

.ClearBoth {
	clear: both;
}

.ClearRight {
	clear: right;
}

/* SSY Spacer needed for bxe see page2xhtml */

#Spacer {
		height: 81px;
}

/* SSY Container, Left + Right represent the trial of realizing a design with no tables, *sigh* 

#Container {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2000;
}
*/
/* SSY Left 

#Left {
	width:20%;
	height:100%;
	z-index:1;
	float: left;
	background-color: lime;
}
*/
/* SSY Right 

#Right {
	width:20%;
	height:100%;
	z-index:1;
	float: right;
	background-color: red;
}
*/
/* SSY Header */

#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:62px;
	z-index:1;
	background-image: url(../images/top_back.gif);
}

/* SSY Logo */

#Logo {
	position:absolute;
	left:0px;
	top:0px;
	width:144px;
	height:123px;
	z-index:3;
	visibility: visible;
	background-image: url(../images/BCD_Logo.gif);
}

/* menu */

#menu {
	position:absolute;
	left:0px;
	top:131px;
	width:127px;
	height:260px;
	z-index:4;
}

#menu a {
	color: #004AB4;
	text-decoration: none;
}

#menu a:hover {
	color: #B4006E;
}

/* SSY */

.menuitem-1, .menuitem-selected-1 {
	background-image: url(../images/nav_main.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #004AB4;
	line-height: 25px;
	padding: 0px 0px 0px 9px;
 }

.menuitem-selected-1 {
	background-image: url(../images/nav_main.gif);
	background-repeat: no-repeat;
}

.menuitem-2, .menuitem-selected-2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004AB4;
	background-image: url(../images/nav_sub.gif);
	height: 19px;
	background-repeat: no-repeat;
	margin-left: 6px;
	padding-top: 0px;
	padding-left: 7px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 19px;
}

/* breadcrumb */
#breadcrumb {
	font-size: 77%;
}

#breadcrumb {
	position:absolute;
	left:0px;
	top:63px;
	width:85%;
	text-align:right;
	height:62px;
	z-index:2;
    color: #004AB4;
}

#breadcrumb a {
    text-decoration: none;
    color: #004AB4;
}
#breadcrumb a:hover {
    color: #B4006E;
}

#search {
	background-image: url(../images/nav_search.gif);
	background-repeat: no-repeat;
	height: 50px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #004AB4;
	padding: 0px 0px 0px 9px;
	line-height: 24px;
}

.imgsearchsubmit {
	margin-left: 5px;
	vertical-align: middle;
}
input.searchfield {
    font-size: 11px;
    font-weight: bold;
    width: 92px;
    height: 15px;
    padding-left:3px;
    color: #004AB4;
    background-color: #B4D2FF;
    border: 1px solid #004AB4;
    vertical-align: middle;
}
 input.searchsubmit {
    font-size: 80%;
    color: #004AB4;
    background-color: #ffffff;
    border: 1px solid #004AB4;
    padding-left:4px;
}

input.searchsubmit:hover {
    background-color: #004AB4;
    color: #ffffff;
}

input.searchfieldPage {
    padding-left:5px;
    color: #004AB4;
    background-color: #B4D2FF;
    border: 1px solid #004AB4;
	width: 50px;
}

span.searchsubmit {
    font-size: 12px;
    font-weight: normal;
    color: #004AB4;
    background-color: #ffffff;
    border: 1px solid #004AB4;
    padding-left:8px;
    padding-right:8px;
    cursor: pointer;
    cursor: hand;
}

span.searchsubmit:hover {
    background-color: #004AB4;
    color: #ffffff;
}

#search {
    text-decoration: none;
    margin-top: 15px;
    padding-left: 9px;
    margin-bottom: 15px;

}


/* body */

#body {
	padding-top: 0px;
/*	background-color: #FFFFFF; */
}

td.links{
    vertical-align: top;
    padding-right: 30px;	
	padding-bottom:13px;
}
