/*
 * Layout Gerüst
 ***************************/
#layout_div {
	margin: 0px auto;
	width:619px;
	text-align:left;
	display:block;
	padding-left:30px;
	background-image:url(../images/layout/desc_font.jpg);
	background-repeat:no-repeat;
	background-position:0 10px;
}


/**************************************** HEADER ****************************************/

#header {
	background-repeat:no-repeat;
	
	width:617px;
	height:105px;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
}
	

/**************************************** NAVI/ CONTENT ****************************************/

#dummy_table {
	height:450px;
	width:100%;
}

#dummy_table td {
	vertical-align:top;
}

#content_main {
	width:476px;
	display:block;
	float:left;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	margin-bottom:15px;
}

#navi {
	background-image:url(../images/layout/navi_BG.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	height:27px;
	background-color:#CCCCCC;
	border-bottom:1px solid #666666;
	overflow:hidden;
}

#content {
	background-image:url(../images/layout/content_BG.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:0 15px 15px 15px;
}

/**************************************** NEWSTICKER ****************************************/

#content_right {
	float:left;
	width:140px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#FFFFFF;
}

.content_right_text {
	padding:10px;
}

.content_right_footer{
	padding:10px;
	border-top:1px solid #666666;
}


/**************************************** FOOTER ****************************************/

#footer { 
	height:26px;
	width:665px;
	margin-left:33px;
	padding-top:3px;
	background-image:url(../images/layout/footer_BG.gif);
	background-repeat:no-repeat;
	
	margin-bottom:10px;
	
	font-size:11px;
}

#footer_content {
	margin-left:20px;
	
	color:#333333;
}

.linkSmall:link,
.linkSmall:visited,
.linkSmall:active,
.linkSmall:hover
 { color:#000000; font-size:11px; text-decoration:none; }