/* Background Graphics --------------------------------------------- */

body {
	background: #ffffff url(../../images/bg.jpg) repeat;
	
}

#container {
	}

#header {
	background-image: url(../../images/head-bg.jpg);
	background-repeat: repeat-x;
	}
	
#slidebox {
	background-image: url(../../images/slidebox.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 28px;
	color:#000000;
	padding: 3px 0px 3px 3px;
}

#loginout {
	position:absolute;
	right: 14px;
	top: 45px;
}

#hmenu {
	width:980px;
	height: 33px;
	margin: 0 auto;
	}

#bthome {
	background: #ffffff url(../../images/home.png);
	float:left;
	height:33px;
	width:95px;
	font-size:18px;
	padding-top:5px;	
}

#bthowtos {
	background: url(../../images/howtos.png);
	float:left;
	height:33px;	
	width:183px;
	font-size:18px;
	padding-top:5px;	
}

#bttests {
	background: url(../../images/tests.png);
	float:left;
	height:33px;	
	width:128px;
	font-size:18px;
	padding-top:5px;	
}

#btuebersichten {
	background: url(../../images/uebersichten.png);
	float:left;
	height:33px;	
	width:203px;
	font-size:18px;
	padding-top:5px;
}

#btstartup {
	background: url(../../images/startup.png);
	float:left;
	height:33px;	
	width:178px;
	font-size:18px;
	padding-top:5px;
}



#menu .page_item a {
	background-image: url(../../assets/images/back_menu.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

#menu .current_page_item a {
	background-image: url(../../assets/images/back_menu_selected.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

.prominent {

}

.prominent .inner {
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 15px 15px 10px;
}

#footer {
	position: relative;
	text-align: center;
	height: 70px;
	background: url(../../images/footerbg.jpg) repeat-x;

}

#footer .style_content {
	padding-top:7px;
	text-align:right;
}

#comment_area .metadata {
	background-image: url(back_comment_meta.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 15px;
	padding: 10px;
	background-color: #f0f2f6;
}

#information {

}


#search {
	background-image: url(back_search.jpg);
}

#author {
	background: url(../../images/info-bg.jpg) repeat-y;
}


/* Color ----------------------------------------------------------- */

#div {
	border: 1px solid #FF0000;
}

a, a:link {
	color: #183173;
	border: 0px;
}

a:hover, a:active {
	color: #e58802;
	border: 0px;
	
}

a img {
border:0px;
}

#header, #footer {
	color: #FFFFFF;
	border: 0px;
	
}

#header a, #header a:link, #footer a, #footer a:link {
	color: #FFFFFF;
	border: 0px;
	
}

#header a:hover, #header a:active, #header a:focus, #footer a:hover, #footer a:active {
	color: #DDDDDD;
	border: 0px;
}



/* Typography ------------------------------------------------------ */

body {
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 9pt;
	line-height: 180%;
	color: #382e1f;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -0.06em;
}


/* Forms ----------------------------------------------------------- */

.input {
	background-color: #FFFFFF;
	background-image: url(../../assets/images/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a79d8f;
	margin: 0px;
	padding: 2px 1px;
	line-height: inherit;
	font-size: inherit;
	display: inline;
}
