html {
	min-height:100.05%;
}
body {
	padding: 0; 
	margin: 0; 
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #F4EBBF
}
h1, h1 a.breadcrump {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #B1252B;
}
#wrapper {
	width: 800px;
	margin: 15px 0 0 15px;
	padding: 0;
	background: #F8F4DA;
}
#header {
	
}
.header_leftbg {
	float: left;
	width: 140px;
	height: 95px;
	background-color: #B1252B;
}
.header_left {
	float: left;
	width: 140px;
	height: 80px;
	background-color: #B1252B;
	margin: 5px 0 10px 0;
}
.header_right_title {
	float: left;
	height: 30px;
	/*border-right: 2px solid #BC9944;*/
	background: #F8F4DA;
	vertical-align:bottom;
	text-align:left;
	margin-left:40px;
	margin-top:65px;
	width: 200px;
}
.header_right_img {
	float: left;
	width: 360px;
	height: 75px;
	/*border-right: 2px solid #BC9944;*/
	background: #F8F4DA;
	text-align: right;
	margin:10px 0 10px 20px;
}
.header_head {
	clear: left;
	text-align: center;
	border-bottom: solid 2px #EEDB78;
	height: 95px;
}
.header_bottom_left {
	width: 140px;
	float: left;
	height: 4px;
	background-color: #B1252B;
	border-bottom: 14px solid #EEDB78;
}
* html .header_bottom_left {overflow:hidden}
.header_bottom_right {
	width: 660px;
	height: 4px;
	background: #F8F4DA;
	border-bottom: 14px solid #EEDB78;
	float: left;
}
* html .header_bottom_right {overflow:hidden}
/* containers stay at their origin */

.containerRight{
    float: right;
    width: 660px;
    margin: 0;
    padding: 0;
	/*border-right: 2px solid #BC9944;*/
}
/* IE6win overflow solution by Thomas Berregren, hidden from IE5mac \*/

* html .containerLeft {
    overflow: hidden;
}
* html .containerRight {
    overflow: hidden;
}
/* End hide from IE5mac */
.columnShiftToLeft{
    position: relative;
    width: 140px;  /* correspond to width of containerLeft */
    left: -140px;  /* negative offset = width of containerLeft */
    margin: 0;
    padding: 0;
    background: url(bg_left.gif) repeat-y left;
    z-index: 1;
}

/* IE5mac hack */
* html>body .columnShiftToLeft {
    overflow: visible;
    display: inline-block;
}
.left_content {
	text-align: left;
	width: 138px;
	padding-bottom: 10px;
}
.language {
	/*padding: 10px 0px 0px 0px;
	width: 140px;
	text-align: center;*/
	padding: 10px 10px 5px 15px;
	width: 140px;
	margin: 0 0 0 12px;
	text-align: left;
}
.containerLeft{
    float: left;
    width: 140px;
    margin: 0;
    padding: 0;
    background: url(bg_left.gif) repeat-y left;
}
.columnShiftToRight{
    position: relative;
    width: 660px;  /* correspond to width of containerRight */
    top: 0; 
    left: 140px;  /* positive offset = width of containerLeft */
    margin: 0;
    padding: 0;
    z-index: 2;
	/*border-right: 2px solid #BC9944;*/
}
/* IE mac hack */
* html>body .columnShiftToRight {
    display: inline-block;
    overflow: visible;

}
.right_content {
	padding: 20px 40px;
	/*width: 580px;*/
}
.right_content table {
	width: 600px;
}
.right_content h1{
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}
.right_content h2 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}
.brclear {
    clear:both;
    height:0;
    margin:0;
    font-size: 1px;
    line-height: 0;
}

/*******NAVIGATION*******/
.left_navi {
	margin-top: 10px;
}
.left_navi ul {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
	color: #161F7C;
	font-size: 12px;
	width: 132px;
}
.left_navi li {
	padding: 0;
	margin: 2px 0 0 0;
	font-weight: bold;
}
.left_navi a:link, .left_navi a:visited, .left_navi a:focus {
	text-decoration: none;
	color: #161F7C;
}
.navi1on {
	width: 132px;
	color: #BC9944;
	/*border-right: 30px solid #BC9944;	*/
}
.navi2on {
	width: 117px;
	color: #BC9944;
	border-right: 30px solid #BC9944;
}
p.navi2, p.navi2on {
	padding: 3px 5px 2px 5px;
	margin: 0;
	background: #EEDB78;
}
/*******FOOTER*******/
.footer {
	height: 50px;
	width: 800px;
/*	z-index: 2;
	position: relative;
	top: 0px;
	left: 0px;*/
}
.footer_left {
	float: left;
	width: 140px;
	height: 80px;
	background: #B1252B url(images/footer_left.gif) no-repeat;
	/*padding-top: 30px;	
	top: -50px;
	left: 0px;
	z-index: 1;
	position:relative;*/
}
.footer_right {
	float: left;
	width: 615px;
	height: 23px;
	background: #F8F4DA url(images/footer_right.gif) no-repeat;
	padding: 57px 5px 0px 40px;
/*	padding: 30px 5px 0px 5px;
	top: -50px;
	left: 0px;
	z-index: 1;
	position:relative;*/
}
/*LINKS*/
a:hover, a:active, a:link, a:visited {
	color:#000000;
	text-decoration:underline;
}


/* Images im IE */
* html DIV.csc-textpic-imagewrap {
	margin-top:20px;
}