/*------ reset ---------*/

*{ 	padding: 0; 
	margin: 0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset,img {
	border:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

li {
	list-style:none;
	}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}

img a{
	border:0;
	}

body{
	background: #FFF; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 25px 0 40px 0;
	}
	
/*----- layout ---------*/

#page{
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 20px;
	background: white;
	}
	
	#page_left_column {
	position: relative;
	float: left;
	width: 194px;
	}
	
		#logo {
		margin-bottom: 15px;
		}
			
		#toolbar {
		width: 194px;
		margin-bottom: 35px;
		}
	
		#submenu {
		margin-bottom: 120px;
		}
		
		#banner_area {
		}		
	
	#page_right_column {
	position: relative;
	float: right;
	width: 752px;
	}
	
		#header_area{
		position: relative;
		height: 260px;
		background: url(../pic/header_area_bckg.jpg) no-repeat bottom left;
		}
		
			#project_logo {
			position: absolute;
			width: 159px;
			height: 49px;
			right: 15px;
			top: 0;
			}
			
			#language_menu {
			position: absolute;
			top: 65px;
			right: 26px;
			height: 20px;
			}
			
			#main_menu {
			position: absolute;
			width: 540px;
			top: 52px;
			left: 14px;
			height: 20px;
			overflow: hidden;
			}
			
			#header_image {
			position: absolute;
			width: 736px;
			height: 124px;
			left: 9px;
			bottom: 36px;
			overflow: hidden;
			background: url(../pic/header_image.jpg) no-repeat;	
			}
			
			#page_title {
			position: absolute;
			width: 688px;
			height: 30px;
			padding: 3px 24px;
			background: #999;
			bottom: 0;
			left: 9px;
			font-size: 30px;
			color: white;
			line-height: 100%;
			overflow: hidden;
			}
			
	#content_area{
	position: relative;
	background: url(../pic/content_area_bckg.jpg) repeat-y;
	padding: 10px 27px;
	}
			
		#content {
		min-height: 500px;
		height: auto !important;
		height: 450px;
		}
			
	.content_area_bottom_shade {
	height: 24px;
	background: url(../pic/content_area_bottom_shade.jpg) no-repeat top left;;
	}

/*------ FCE ----------*/

			
.two_columns{}
			
.two_columns .left{
	float: left;
	width: 460px;
}
				
.two_columns .right{
	float: right;
	width: 228px;
}
				
.box{
}

.box .header{
}

.csc-default{
}

.box .image{
}

.box .content{
}

/*------ navigation items ----------*/

#toolbar .menu_item a,
#toolbar .menu_item_last a {
	float: left;
	width: 84px;
	height: 14px;
	padding: 2px 0 3px 8px;
	font-size: 14px;
	color: white;
	background: url(../pic/kontakt_bckg.jpg) no-repeat;
	text-decoration: none;
	margin-right: 7px;
	}
	
	#toolbar .menu_item_last a {
	background: url(../pic/download_bckg.jpg) no-repeat;
	margin: 0;
	}
	
	#toolbar .menu_item a:hover,
	#toolbar .menu_item_last a:hover {
		}
		
#language_menu .menu_item,
#language_menu .menu_item_last,
#language_menu .menu_item_act,
#language_menu .menu_item_last_act {
	float: left;
	padding: 0 8px;
	color: #999;
	text-transform: uppercase;
	}
	
	#language_menu .menu_item a,
	#language_menu .menu_item_last a,
	#language_menu .menu_item_act a,
	#language_menu .menu_item_last_act a {
		color: #999;
		text-decoration: none;
		}
	
	#language_menu .menu_item_act a,
	#language_menu .menu_item_last_act a,
	#language_menu .menu_item a:hover,
	#language_menu .menu_item_last a:hover {
	color: #221F1F;
	}


#main_menu .menu_item a,
#main_menu .menu_item_act a,
#main_menu .menu_item_last a,
#main_menu .menu_item_last_act a {
	float: left;
	padding: 0 11px;
	font-size: 20px;
	color: #7F7F7F;
	text-decoration: none;
	}
	
	#main_menu .menu_item_act a,
	#main_menu .menu_item_last_act a,
	#main_menu .menu_item a:hover,
	#main_menu .menu_item_last a:hover {
		color:#221F1F;
		}
		
#submenu .menu_item a,
#submenu .menu_item_act a,
#submenu .menu_item_last a,
#submenu .menu_item_last_act a{
	display: block;
	padding: 5px 20px;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	}
	
#submenu .menu_item_last a,
#submenu .menu_item_last_act a{
	border: 0;
	}
	
#submenu .menu_item_act a,
#submenu .menu_item_last_act a,
#submenu .menu_item a:hover,
#submenu .menu_item_last a:hover{
background: #F3F3F3;
color: black;
}
	
#submenu .header{
	font-size: 15px;
	padding: 5px 10px 6px 10px;
	color: white;
	background: #999;
	line-height: 130%;
	}
		
/*------ typo ----------*/

P, UL, OL, H1, H2, H3, H4, H5{
	line-height: 120%;
	padding-bottom: 10px;
	}

#content H1{
	font-size: 22px;
	font-weight: lighter;
	}

#content H2,
#sidebar_content H1{
	font-size: 18px;
	font-weight: lighter;
}

#content H3{
font-size: 13px;
}

#content H4{
	}
	
#content H5{
	}


#content UL{
	padding-left: 40px;
}


#content OL{
	padding-left: 40px;
}


#content UL LI{
	list-style-type: disc;
	padding-left: 10px;
}

#content OL LI{
	list-style-type: decimal;
	margin-bottom: 15px;
	}

#sidebar_content UL,
#sidebar_content OL{
	margin-left: 17px;
	}

#sidebar_content UL LI{
	padding-left: 20px
	}
	
#sidebar_content OL LI{
	list-style-type: decimal;
	}

/*------ other --------*/

.clearer{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	display: block;
}

.spacer,
.divider{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	display: block;
	border-bottom: 1px solid #D4D0C8;
	padding-top: 10px;
	margin-bottom: 20px;
}

.divider hr {
display: none;
}

.align-center {
text-align: center;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

#content .csc-textpic-imagewrap UL {
padding: 0;
}

#content .csc-textpic-imagewrap UL LI {
list-style-type: disc;
background: transparent;
padding: 0;
}

/*------ tables ---------*/

#content table{
	line-height: 120%;
}

#content td{
	padding: 3px 12px;
	border-bottom: 1px solid silver;
}

#content table caption{
	padding-bottom: 20px;
}

#content th{
	border-bottom: 1px solid silver;
	font-weight: bold;
	background: gray;
	color: white;
	}

#content th{
padding: 4px 12px;
}


/*------ CSS Filelinks hack ------*/
 
.filelinks_layout_0 .name {
display:none;
} 

.filelinks_layout_1 .name {
display:none;
} 

/*------ banner area ------*/

#banner_area .csc-textpic-image {
border-top: 1px solid #848484;
padding: 8px 0;
}