/* Farben
	orange 				#F79F0F Logo und aktive Seite
	medium-orange 		#F5B342 Visited
	mediumlight-orange 	#F3C572 
	light-orange 		#F5D9A2 
	dark-grey 			#1A1A1A Hintergrund und visited im Textbereich
	medium-dark-grey 	#767676 Hintergrund für Sub- und Usernavigation
	medium-grey 		#D2D2D2
	grey 				#B6B6B6
	light-grey 			#ECECEC Hintergrund für Textbereiche
*/

/* base arguments */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0px;
   padding: 0px;
   font-family: arial, helvetica, verdana, tahoma, sans, sans-serif;
   }
html, body   {
	font-size: 21px;
	background: #1a1a1a;
	text-align: center;
}
body {
   margin-bottom: 25px;
}
#container {
	position: relative;
	background: #767676;
	width: 900px;
	height: auto;
	margin: 0px auto;
	z-index: 0;	
}
#head {
    position: relative;
	background: #767676;
    left: 0px;
    top: 0px;
    width: 900px;
    height: 120px;
	text-align: left;
}
#head img{
    position: relative;
    left: 10px;
    top: 30px;
	border: 0px;
}
#switcher {
	z-index: 1;
	position: absolute;
    left: 600px;
    top: 1em;
    color: #D2D2D2;
    width: 300px;
    height: 1.1em;
    text-align: right;
    font-size: 0.85em;
}
#sitenav {
    position: relative;
	background: #1A1A1A;
    width: 900px;
    height: 30px;
}
#subnav {
    position: relative;
    color: #F79F0F;
	background: #767676;
	width: 200px;
	height: auto;
	float: left;
}
#login_info {
	margin-left: 10px;
	width: 180px;
	height: 75px;
	margin-top: 0.2em;
	color: #E3E3E3;
	font-size: 0.85em;
	text-align: left;
	z-index: 1;
}
#usernav {
	width: 700px;
	height: 1.85em;
	font-size: 0.85em;
	background: #767676;
	z-index: 1;
	float: right;
}
#teaser
{
	z-index: 1;
	position: relative;
    color: #1A1A1A;
    background: #ECECEC;
	text-align: left;
    width: 300px;
    max-width: 300px;
    height: 150px;
    max-height: 150px;
    overflow: auto;
}
#teaser p, #teaser h1, #teaser h2, #teaser h3
{
	margin: 0.2em;
}
#content {
	position: relative;
	color: #1A1A1A;
	background: #ECECEC;
	width: 700px;
	height: auto;
	float: right;
	text-align: left;
}
#clear {
	margin-top: 2em;
	margin-right: 25px;
	margin-bottom:2em;	
	margin-left: 25px;
	clear: both;
}
#bottom {
	position: relative;
	width: 700px;
	height: 50px;
	clear: both;
}
#keyvisual {
	width: 700px;
	height: 150px;
	border: 0px;
}
#search {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 20px;
	border: inset 1px #cc6600
}
#search_form {
	margin-left: 10px;
	position: relative;
	width: 180px;
	height: 50px;
}
.text_l
{
	position: relative;
	width: 420px;
	margin-bottom: 1em;
	float: left;
}
.text_r
{
	position: relative;
	width: 420px;
	margin-bottom: 1em;
	float: right;
}
.thumb_l
{
	position: relative;
	margin-bottom: 1em;
	float: left;
}
.thumb_r
{
	position: relative;
	margin-bottom: 1em;
	float: right;
}
.thumb
{
	width: 200px;
	border: 0px;
}
.label {
	position: absolute;
	left: 0px;
	bottom: 24px;
	color: #E3E3E3;
	font-size: 0.85em;
}
/*homepage items*/
#home_subnav {
	background: #1a1a1a;
	position: relative;
	width: 200px;
	height: auto;
	float: left;
}
#home_usernav {
	font-size: 0.85em;
	background: #767676;
	position: absolute;
	z-index: 1;
	top: 150px;
	left: 200px;
	width: 700px;
	height: 1.85em;
}
#home_usernav .link {
	display: block;
	position: relative;
	bottom: -3px;
	left: 5px;
	float: left;
}
#home_usernav .link_a {
	display: block;
	position: relative;
	right: 5px;
	bottom: -3px;
	float: right;
}
#home_usernav .space  { display: block; width: 46px; float: left }
#home_title_a { position: relative; width: 300px; float: left }
#home_title_b { position: relative; width: 400px; float: left }
#home_container { margin: 0 auto; position: relative; z-index: 0; width: 900px; height: auto }
#home_search_form {	/* block to format the search form */
	position: relative;
	width: 180px;
	height: 50px;
}
#home_search_form {
	background: #1a1a1a;
	position: relative;
	width: 200px;
	height: 50px;
	clear: both;
}
#login_form_home {		/* block to contain the login and pass forms */
	width: 400px;
	height: 50px;
	background: #1A1A1A;
}
#home_login_info {
	color: #e3e3e3;
	font-size: 0.85em;
	text-align: left;
	margin-top: 0.2em;
	position: absolute;
	z-index: 1;
	top: 150px;
	left: 10px;
	width: 180px;
	height: 400px;
}
/*END OF homepage items*/
.login_form	{	/* the login and pass forms themselves*/
	position: absolute;
	bottom: 0px;
	right: 200px;
	width: 150px;
	height: 50px;
}
.pass_form {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 150px;
	height: 50px;
}
#login {			/* login input field */
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 150px;
	height: 20px;
	border: 1px inset #CC6600;
}
#pass {			/* password input field (inactive)*/
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 150px;
	height: 20px;
	border: 1px inset #CC6600;
}
#subnav .link {
	height: 25px;
	clear: both;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
}
#subnav .link_active {
	height: 25px;
	clear: both;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
}
#usernav .space  {
display: block;
width: 46px;
float: left;
}
#usernav .link {
	display: block;
	position: relative;
	top: 0.2em;
	left: 5px;
	float: left;
}
#usernav .link_active{
	display: block;
	position: relative;
	top: 0.2em;
	left: 5px;
	float: left;
}
#usernav .link_a {
	position: relative;
	top: 0.2em;
	right: 5px;
	float: right;
}
#sitenav .link
{
	display: block;
	position: relative;
	bottom: -5px;
	float: left;
}
/* ########################################################################################### */
/* Den hier hab ich noch eingefügt */
#sitenav .link_active {
	display: block;
	position: relative;
	bottom: -5px;
	float: left;
}
#sitenav .link_a {
	display: block;
	position: relative;
	bottom: -7px;
	font-size: 0.85em;
	float: right;
}
/* ########################################################################################### */
/* Den hier hab ich auch noch eingefügt */
/* der aktive link wird halt noch nicht orange, das solltest du noch einfügen*/
/* wird verwendet bei about und sitemap*/
#sitenav .link_a_active {
	display: block;
	position: relative;
	bottom: -7px;
	font-size: 0.85em;
	float: right;
}
#sitenav .space  { background: #1a1a1a; display: block; width: 42px; height: 30px; float: left }
#sitenav .space_a {
	display: block;
	height: 30px;
	width: 10px;
	float: right;
}
a:link {
	font-weight: 600;
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	font-weight: 600;
	color: #767676;
	text-decoration: none;
}
a:hover {
	font-weight: 600;
	color: #CC6600;
	text-decoration: underline;
}
a:active {
	font-weight: 600;
	color: #EE3300;
	text-decoration: underline;
}
a:focus {
	font-weight: 600;
	color: #F5D9A2;
	text-decoration: none;
}
#usernav .link_active a:link, #sitenav .link_active a:link, #sitenav .link_a_active a:link {
	font-weight: 600;
	color: #f79f0f;
	text-decoration: none;
}
#usernav .link_active a:visited, #sitenav .link_active a:visited, #sitenav .link_a_active a:visited {
	font-weight: 600;
	color: #f79f0f;
	text-decoration: none;
}
#usernav .link_active a:hover, #sitenav .link_active a:hover, #sitenav .link_a_active a:hover {
	font-weight: 600;
	color: #F3C572;
	text-decoration: none;
}
#usernav .link_active a:active, #sitenav .link_active a:active, #sitenav .link_a_active a:active {
	font-weight: 600;
	color: #F5D9A2;
	text-decoration: none;
}
#usernav .link_active a:focus, #sitenav .link_active a:focus, #sitenav .link_a_active a:focus {
	font-weight: 600;
	color: #F5D9A2;
	text-decoration: none;
}
#sitenav a:link, #usernav a:link, #home_usernav a:link {
	font-weight: 600;
	color: #ECECEC;
	text-decoration: none;
}
#sitenav a:visited, #usernav a:visited, #home_usernav a:visited {
	font-weight: 600;
	color: #ECECEC;
	text-decoration: none;
}
#sitenav a:hover, #usernav a:hover, #home_usernav a:hover {
	font-weight: 600;
	color: #F3C572;
	text-decoration: none;
}
#sitenav a:active, #usernav a:active, #home_usernav a:active {
	font-weight: 600;
	color: #F5D9A2;
	text-decoration: none;
}
#sitenav a:focus, #usernav a:focus, #home_usernav a:focus {
	font-weight: 600;
	color: #F5D9A2;
	text-decoration: none;
}
#subnav .link a:link {
	font-weight: 600;
	color: #ECECEC;
	text-decoration: none;
}
#subnav .link a:visited {
	font-weight: 600;
	color: #ECECEC;
	text-decoration: none;
}
#subnav .link a:hover {
	font-weight: 600;
	color: #F3C572;
	text-decoration: none;
}
#subnav .link a:active {
	font-weight: 600;
	color: #F5D9A2;
	text-decoration: none;
}
#subnav .link a:focus {
	font-weight: 600;
	color: #F5D9A2;
	text-decoration: none;
}
#subnav a:link {
	font-weight: 600;
	color: #f79f0f;
	text-decoration: none;
}
#subnav a:visited {
	font-weight: 600;
	color: #f79f0f;
	text-decoration: none;
}
#subnav a:hover {
	font-weight: 600;
	color: #F5B342;
	text-decoration: underline;
}
#subnav a:active {
	font-weight: 600;
	color: #F3C572;
	text-decoration: none;
}
#subnav a:focus {
	font-weight: 600;
	color: #F3C572;
	text-decoration: none;
}
.label a:link, .label_info a:link, #head a:link {
	font-weight: 600;
	color: #F79F0F;
	text-decoration: none;
}
.label a:visited, .label_info a:visited, #head a:visited {
	font-weight: 600;
	color: #F79F0F;
	text-decoration: none;
}
.label a:hover, .label_info a:hover, #head a:hover {
	font-weight: 600;
	color: #F3C572;
	text-decoration: none;
}
.label a:active, .label_info a:active, #head a:active {
	font-weight: 600;
	color: #F5D9A2;
	text-decoration: none;
}
.label a:focus, .label_info a:focus, #head a:focus {
	font-weight: 600;
	color: #F5D9A2;
	text-decoration: none;
}
#footer {
	width: 900px;
	height: 50px;
	background: #1A1A1A;
	clear: both;
}
#bottom .link{
	position: relative;
	display: block;
	height: 50px;
	font-size: 0.85em;
	float: right;
}
#bottom .space{
	display: block;
	height: 50px;
	width: 25px;
	float: right;
}
#goback{
	margin-bottom: 25px;
	color: #E3E3E3;
}
#gotop{
	margin-bottom: 25px;
	color: #E3E3E3;
}
h1 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
}
h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}
h3 {
    font-weight: bold;
    margin-bottom: 0.2em;
}
p {
    line-height: 1.4em;
    margin-bottom: 0.4em;
}
/* formats for project area */
.msg_top {
	position: relative;
	height: 1.5em;
	width: 650px;
	background: #767676;
	color: #E3E3E3;
	font-weight: bold;
}
.msg_left {
	padding-left: 10px;
	width: 310px;
	height: auto;
	display : block;
	float: left;
}
.msg_center {
	width: 170px;
	height: auto;
	display : block;
	float: left;
}
.msg_right {
	height: auto;
	display : block;
	margin-right: 10px;
	text-align: right;
}
.msg_bottom .msg_left {
	margin-left: 10px;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	margin: 0px;
}
.msg_bottom .msg_center {
	width: 170px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.msg_bottom .msg_right {
	float: right;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}
.msg_top .msg_left {
	margin-left: 10px;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	margin: 0px;
}
.msg_top .msg_center {
	width: 170px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.msg_top .msg_right {
	float: right;
	padding: 0px;
	margin-bottom: 0px;
}
.msg_content {
	width: auto;
	height: auto;
	padding-top: 25px;
	margin-bottom: 10px;
	border-left: 1px dotted #A1A1A1;
	border-right: 1px dotted #A1A1A1;
	border-bottom: 1px dotted #A1A1A1;
	clear: both;
}
.msg_content .text {
	padding-top: 0.2em;
	padding-bottom: 0.8em;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 1;
	clear: both;
}
.msg_content .simple_msg {
	margin-left: 10px;
	padding-bottom: 0.5em;
	z-index: 1;
	clear: both;
}
.msg_bottom {
	margin-top: 25px;
	border-top: 1px solid #1A1A1A;
	width: auto;
	background: #D2D2D2;
	color: #1A1A1A;
	height: 1.5em;
}
.msg_label {
	width: 200px;
	text-align: right;
	float: left;
}
.msg_label span{
	line-height: 2em;
}
.msg_input input {
	width: 350px;
	margin-right: 25px;

}
.msg_input {
	width: 420px;
	float: right;
	text-align: right;
}
input .msg_text {
	width: 450px;
	height: 400px;
	float: right;
	margin-left: 10px;
}
#submit {
	float: right;
	position: relative;
	top: 1em;
	right: 25px;
}
