@charset "utf-8";
/* Fire IT Website CSS */

/* Page Structure */

/* main */
html, body#site{
	margin:0px;
	padding:0px;
	height:100%;
}

form{
	padding:0px;
	margin:0px;
}

body#site{
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#f5f5f5;
	margin:0px;
	padding:0px;
	/* center site in IE5 */
	text-align:center;
}

#wrap{
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	width:983px;
	margin:auto;
	/* center site in IE5 */
	text-align:left;
	min-height:100%;
    position:relative;
}


* html #wrap{
	 height:100%;
}


/* menu */

#menu{
	position:relative;
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
	width:983px;
	height:49px;
	margin:0px;
	padding:0px;
}

#menu ul{
	display:block;
	position:absolute;
	right:0px;
	margin:0px;
	padding:0px;
	margin-right:22px;
}

#menu ul li{
	display:block;
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	text-align:center;
	_width:1px;  
	_white-space:nowrap; 
}

#menu ul li a{
	display:block;
	text-decoration:none;
	color:#DEDEDE;
	font-size:14px;
	line-height:45px;
	width:100%;
	cursor:default;
}

#menu ul li span{
	height:49px;
	display:block;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}

#menu ul li a:hover{
	display:block;
	height:49px;
	background-image:url(../images/menuitem_bg.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#ff6600;
}

#menu ul li a:hover span{
	background-image:url(../images/menuitem_bg_left.png);
	background-repeat:no-repeat;
	background-position:right;
}

#menu ul li a.selected{
	background-image:url(../images/menuitem_sel_bg.png);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFFFFF;
}

#menu ul li a.selected span{
	background-image:url(../images/menuitem_sel_bg_left.png);
	background-repeat:no-repeat;
	background-position:right;
}

#menu ul li a.selected:hover{
	background-image:url(../images/menuitem_sel_bg.png);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFFFFF;
}

#menu ul li a.selected:hover span{
	background-image:url(../images/menuitem_sel_bg_left.png);
	background-repeat:no-repeat;
	background-position:right;
}


/* content */

#contentwrap{
	background-image:url(../images/breadcrumb_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	/*
	padding-left:25px;
	padding-right:25px;
	*/
	padding-top:0px;
	margin-top:0px;
	padding-bottom:80px;
	overflow:hidden;
}


#content{
	width:967px;
	margin-left:7px;
	margin-right:9px;
	padding-top:0px;
	margin-top:0px;
}

.mainL01{
	float:left;
	display:inline;
	width:933px;
	padding-left:17px;
	margin:0px;
	margin-top:0px;
	padding-top:0px;
	overflow:hidden;
}
* html .mainL01{
	width:967px;
	w\idth:933px;
}

.mainL02{
	float:left;
	display:inline;
	width:933px;
	padding-left:17px;
	padding-right:17px;
	margin-top:10px;
}
* html .mainL02{
	width:967px;
	w\idth:933px;
}

.mainL03{
	float:left;
	width:701px;
	padding-left:17px;
	margin:0px;
	padding-bottom:5px;
	margin-top:10px;
}
* html mainL03{
	width:718px;
	w\idth:701px;
}

.mainL04{
	float:left;
	width:222px;
	margin:0px;
	padding-left:10px;
	padding-right:17px;
	padding-bottom:5px;
	margin-top:10px;
}
* html .mainL04{
	width:249px;
	w\idth:222px;
}

.mainL06{
	float:left;
	width:222px;
	padding-left:17px;
}
* html .mainL06{
	width:239px;
	w\idth:222px;
	display:inline;
	overflow:hidden;
}
.mainL07{
	float:left;
	width:222px;
	padding-left:15px;
}
* html .mainL07{
	width:237px;
	w\idth:222px;
	display:inline;
	overflow:hidden;
}
.mainL08{
	float:left;
	width:222px;
	padding-left:15px;
}
* html .mainL08{
	width:237px;
	w\idth:222px;
	display:inline;
	overflow:hidden;
}
.mainL09{
	float:left;
	width:222px;
	padding-left:15px;
}
* html .mainL09{
	width:237px;
	w\idth:222px;
	display:inline;
	overflow:hidden;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.basic_content{
	margin:0px;
	padding:0px;
}

.basic_content h1{
	padding-top:5px;
	padding-bottom:10px;
}

.content_body{
}

.clearfloat{
	clear:both;
}


/* footer */

#footer{
	clear:both;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-y;
	width:933px;
	height:60px;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	color:#787878;
	position:absolute;
    bottom:0;
}

.algemenevwdn_link{
	color:#ff6600;
	text-decoration:none;
}
.algemenevwdn_link:hover{
	text-decoration:underline;
}

* html #footer{
	width:983px;
	w\idth:933px;
}

.footer_left{
	width:40%;
	float:left;
	padding-bottom:10px;
}

.footer_right{
	width:40%;
	float:right;
	text-align:right;
	padding-bottom:10px;
}

/* General Page Formatting */

body#site{
	cursor:default;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	color:#666666;
}

span.italic{
	font-style:italic;
}

a{
	color:#ff6600;
	text-decoration:none;
	outline:none;
}
a.blacklink{
	color:#666666;
}
a.graylink{
	color:#999999;
	font-size:11px;
}
a.inlinelink{
	display:inline;
	color:inherit;
	font-size:inherit;
}

a img{
	border:none;
	margin:0px;
}

li{
	list-style:square;
}

* html li{
	font-size:12px;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#333333;
	margin:0px;
	padding:0px;
	font-size:24px;
	font-weight:400;
}

h2{
	color:#666666;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:400;
}

h3{
	color:#999999;
	margin:0px;
	padding:0px;
	font-size:15px;
	font-weight:400;
}
