/* Index-Seite */

#index_banner {
	background-image : url('/img/index_banner.jpg');
	width : 645px;
	height : 172px;
	display : block;
	margin : 0px 0px 10px 0px;
	
	position: relative;
}

#index_banner_text {

	position: absolute;
	right: 0px;
	bottom: 0px;
	
	width: 330px;
	padding: 3px;
	
	color : #FFFFFF;
	text-align : left;
	line-height : 13px;
	
	background-color: #2F594F;
	
	border-bottom: 1px solid #ffffff;
}

/* */
.index_box {
	width : 645px;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	background-color : #DCDDDF;
	text-align : left;
	margin : 0px 0px 10px 0px;
}

.index_box .header {
	background-color : #A71A1F;

	background-image : url('/img/box_header.png');
	background-repeat : no-repeat;
	background-position: bottom right;

	height : 22px;
}

.index_box .header div {
	text-transform : uppercase;
	font-family : "Times New Roman";
	font-size : 14px;
	color : #FFFFFF;
	font-weight : normal;

	padding : 3px 0px 0px 10px;
}

.index_box .header div a {
	color : #FFFFFF;
	text-decoration: none;
}

.index_box img {
	border: 0px;
}

.index_box .text {
	padding : 5px;
	line-height: 16px;
}

.index_box .text a {
	text-decoration: none;
	color: #A71A1F;
}

.index_box .text a:hover {
	text-decoration: underline;
}

/* Small Box */
.small_box_header {

	background-image : url('/img/small_box_bg.png');
	background-repeat : repeat-x;

	height : 41px;
	
	text-align: left;
	
	position: relative;
}

.small_box_header .title {

	text-transform : uppercase;
	font-family : "Times New Roman";
	font-size : 14px;
	color : #FFFFFF;

	padding: 0px 0px 2px 10px;
	
	position: absolute;
	bottom: 0px;
}

.small_box {
	text-align : left;
}

.small_box .odd {
	background-color : #B4B4B4;
	border-top : 1px solid #FFFFFF;
	padding : 2px;
}

.small_box .even {
	background-color : #DCDDDF;
	border-top : 1px solid #FFFFFF;
	padding : 2px;
}

.small_box a {
	color : #A71A1F;
	text-decoration : none;
}

.small_box a:hover {
	text-decoration : underline;
}