/* @override 
	http://localhost/deam/style.css
	http://deam.acrowdapart.net/style.css
	http://www.deam.de/style.css */


	
	/* @group Initial Stuff */
* 										{color: #262626;font-family: "Helvetica Neue", Helvetica, Verdana, Geneva, sans-serif !important; font-size: 12px;}
body, 
html 									{color: #262626;padding: 0; margin: 0; background: #ffffff; font-family: "Helvetica Neue", Helvetica, Verdana, Geneva, sans-serif; font-size: 12px; 
background-image: url('images/header_bg.png');
background-repeat: repeat-x;
}


a										{outline: none;-moz-outline-style: none;-moz-outline: none;}
a:active								{outline: none;}
a:focus									{-moz-outline-style: none;}



i 										{font-style: italic;}
b,strong										{font-weight: bold;}

p{
	padding: 5px 5px;
}


/* @end */


/* @group DEFAULT LAYOUT */
div#titlebar{
	width: 100%;
	height: 110px;
	background-color: #ffffff;
	background-image: url(/images/logo_header.png);
	background-repeat: no-repeat;
	background-position: 150px 20px;
}

div#maincontainer 						{width: 940px;min-height: 100%;margin-left: auto; margin-right: auto; clear: both;
}
div#maincontainer div					{float: left; display: inline;
}

hr { border:none; border-top: 1px dashed #bbbbbb; color: #FFFFFF; background-color: #FFFFFF; height: 1px; clear: both; float: none;
}

#contentcontainer h1,
#contentcontainer h2,
#contentcontainer h3 {
	clear: both;
}

#contentcontainer table tr{
	clear: both;
}


#contentcontainer table tbody tr td ul {
	margin-top: 10px;
	padding-left: 20px;
	list-style: disc;
	list-style-type: disc;
	color: #517a2a
}

#contentcontainer table tbody tr td ul li{
	
	margin-bottom: 6px;
}


#contentcontainer ul li a{
	color: #517a2a !important;
}

div#maincontainer a,
div#copyright a{
	color: #517a2a;
	text-decoration: none;
}

#contentcontainer a strong {
		color: #517a2a;
}

div#maincontainer a:hover,
div#copyright a:hover{
	text-decoration: underline;
}
/* @group Navigation */

div#maincontainer div#navigation{
	margin-left: 4px;
	width: 120px;
	background-color: #669934;
	background-image: url('images/navigation_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	padding-bottom: 20px;
}

div#maincontainer div#navigation ul{
	margin-top: 20px;
	width: 120px;
}
div#maincontainer div#navigation ul li{
	width: 120px;
}

img#deam_logo {
	margin-top: 15px;
}

div#maincontainer div#navigation a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.6em;
	padding-left: 20px;
}
div#maincontainer div#navigation a:hover{
	background-color: #84c165;
	cursor: pointer;
}

/* @end */

/* @group copyright */

div#copyright{
	margin-top: 20px;
	line-height: 1.6em;
	width: 100%;
	margin-bottom: 15px;
}

div#copyright div.left{
	width: 250px;
	float: left;
	text-align: left;
}

div#copyright div.center{
	width: 440px;
	text-align: center;
}
div#copyright div.right{
	width: 250px;	
	float: right;
	text-align: right;
}

/* @end */

div#contentcontainer {
	display: inline !important;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 0 !important;
	width: 780px;
	line-height: 1.4em;
}


#contentcontainer h1 {
	margin-bottom: 8px;
	font: 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #262626;
}

div#searchbox {
	position: relative;
	float: right !important;
	margin-top: 30px;
	width: 360px;
}

div#searchbox label{
	color: #aaa;
	width: 140px;
	display: inline-block;
}

input#search_exp {
	width: 100px !important;
}

a#logolink {
	float: left;
}