/* Lazforge stylesheet, based on default-theme */
@import url(../../../stylesheets/application.css);

/*Container*/
body {
	background-color: #D0DAE4;
}
#wrapper {
	padding: 5px;
	background-color: #D0DAE4;
}
#header {
	background-color: #444444;
	color: #ffffff;
	height: 100px;
	background-image: url(../images/bg_header.gif);
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}
#quick-search {
	width: 250px;
	text-align: right;
	color: #ffffff;
	z-index: 100;
	position: absolute;
	right: 6px;
	top: 6px;
}
#quick-search a {
	color: #ffffff;
}
#top-menu {
	background-color: #444444;
	color: #ffffff;
	font-size: 0.9em;
	height: 1.5em;
}
#header h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 65px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../images/cheetah.png) !important;
	background-image: url(../images/cheetah.gif);
	padding-top: 25px;
	padding-left: 125px;
	vertical-align:middle;
	font-size: 24px;
	color: #ffffff;	
}
#logo{
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../images/lazforge.png) !important;
	background-image: url(../images/lazforge_IE.png);
	width: 500px;
	height: 100px;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 1;
}
#main-menu {
	z-index: 10;
}
#main {
	padding: 0 6px 6px 6px;
	background-color: #b4c5d5;
	background-image: url(../images/bg_list.gif);
	background-repeat: repeat-x;
	border: 1px solid #486386
}
#content {
	background-color: #ffffff;
	color: #000000;
	border-top: 2px solid #486386;
}
.wiki p {
	overflow: auto;
	width: 100%;
}
.wiki p img {
	padding: 5px;
}
#footer{
	background-image: url(../images/bg_list.gif);
	border: 1px solid #486386;
	border-top: 0;
	font-size: 0.8em;	
}
#help{
	margin-top: 50px;
	text-align: center;
}
#help img {
	position: absolute;
	right: 0;
}
/* Projekt-Menü */
#main-menu li a {
	border-top: solid 1px #486386;
	border-left: solid 1px #486386;	
	background-color: #ffffff;
	padding: 3px 8px 2px 8px;
	color: #444444;
	font-weight: bold;
	font-size: 0.9em;
}
#main-menu li a:hover {
	background-color: #444444;
	text-decoration: none;
	color: #ffffff
}
#main-menu li a.selected, #main-menu li a.selected:hover {
	background-color: #486386;
	color: #ffffff;
}
/*Kleine Farbanpassungen*/
.box {
background-color: #f8f8f8;
}

/*Schriften*/
h1 {
	font-size: 150%;
	color: #444444;
}
h2 {
	font-size: 140%;
	color: #444444;
}
h3 {
	font-size: 130%;
	color: #444444;
}
h4 {
	font-size: 120%;
	color: #444444;
}