
html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
}
img {border: none;}
a {color: #464544;}
a:hover {color: #FFA405;}
.left {float: left;}
.right {float: right;}
.more {text-align: right;}
.clear {clear: both;}

body {
background: #FFFFFF url(../images/page_bg.jpg) repeat-x;
text-align: center;
font: 11px verdana, arial, sans-serif;
color: #5F5F5F;
padding-bottom: 10px;
padding-top: 31px;
}

/** layout **/
#wrapper {
text-align: left;
margin: auto;
width: 950px;
position: relative;
border:1px solid #BEB4CF;
}

h1{font-size: 13px;color: #645281;}
h2{font-size: 12px;color: #645281;}
h3{}

ul, li {}

#header {
background:url(../images/header.jpg) no-repeat;
position: relative;
top: 0;
width: 950px;
height: 271px;
}


#left {float: left;width: 243px; margin:3px; padding:5px; background:#F1EEF5;}
#right {float: right;width: 680px;padding-right: 9px;}

#right h1 {
  font: 18px arial, sans-serif;
  color: #645281;
  border-bottom: 1px solid #8572A5;
  padding-bottom: 6px;padding-top: 6px;
  margin-bottom: 1em;
}
#right h2 {
  font: 16px arial, sans-serif;
  color: #01818C;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #01818C;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#footer {width:950px;background: #BEB4CF;}
#spacer{height:40px;}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #000000;
  font-weight: bold;
}

#navigation{padding-left:20px;
text-align: center;
margin: auto;
width: 950px;
position: relative;
height: 50px;
}

/*  HEADER  */
div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

/* DIV-Boxen */

div#wrapperheader {
width: 946px;
padding:2px;
}

div#farbe{
background:#F0EFF5;
}

div#leftheader {
float: left;
width:170px;
background:#F0EFF5;
}

div#inner_leftheader {
text-align:center;
width:170px;
}

div#rightheader {
color:#000000;
font-size:9px;
float: right;
width: 120px;
background:#F0EFF5;
padding:3px;
padding-top:6px;
}

div#inner_rightheader {
text-align:center;
width:120px;
}

div#centerheader {
width:500px;
margin: 0 170px;
}

/* clearfix zum Aufheben der Floatumgebung */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


@import url(menu.css);

