@CHARSET "UTF-8";
@import "menu.css";

#innerTicker {
	position: absolute;
}
body, * {
	margin:0;
	padding:0;
	border:0;
	color:#626562;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
}

b {
	font-weight: bold;
}

ul, ol {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	text-align:center;
}

.clear {
	clear:both;
	height:0px;
	
}

#page_margin {
	margin:0 auto;
	width: 786px;
	height: 580px;
}
#page {
	text-align:left;
	height:100%;
}

/****************************/
/*   sprach selektor        */
/****************************/
.tx-srlanguagemenu-pi1 .CUR {
	display:none;
}


/****************************/
/*   header                 */
/****************************/
#header {
	height:77px;
}

#header a {
	text-decoration:none;
	font-size:11px;
	color:#666;
	font-weight:normal;
}

#header_left {
	width:315px;
	height:77px;
	float:left;
}

#header_middle {
	width:300px;
	height:77px;
	float:left;
}

#header_middle .logo {
	float: left;
}

#header_middle .spendensiegel {
	float: right;
}

#header_right {
	height:77px;
	float:right;
	width: 108px;
}

#header ul li {
	float:left;
	line-height:77px;
}

#header_left ul {
	margin-left:10px;
}

#header_left ul li {
	margin-right: 20px;
}

#header_right ul li {
	width:40px;
	float:right;
	padding-right:10px;
	text-align:right;
}

#header_right ul {
	float:right;
	width:108px;
}



/****************************/
/*   content_frame          */
/****************************/
#content_frame {
	height:380px;
	width:785px;
	margin-bottom:3px;
	top:0;
	position:relative;
	overflow: hidden;
}


#content_frame .leftBox,
#content_frame .rightBox {
	height: 376px;
	background-color:#eef2ee;
	overflow:auto;
}
/****************************/
/*   spacer                 */
/****************************/
.spacerH330 {
	width: 1px;
	height: 330px;
	float: left;
}

.spacerH200 {
	width: 1px;
	height: 200px;
	float: left;
}

/****************************/
/*   contentboxes           */
/****************************/
.leftBox,
.rightBox {
	width:387px;
	padding: 2px;
}

.w75 {
	width:580px;
	padding: 2px;
}

.w25 {
	width:194px;
	padding: 2px;
}

#start .rightBox .leftBox,
#start .rightBox .rightBox {
	width:194px;
}
.leftBox {
	float:left;
}
.rightBox {
	float: right;
}
.frame {
	border:2px solid white;
}

.frameFix {
	margin: 0px;
	border: 2px solid white;
	height: 372px;
}


