body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/bg-test.png) top left repeat-x;
}

/* Banner */

#banner_left {
	background-image:url(../images/head.gif);
	width:500px;
	height:100px;
	display:block;
	margin:0px;
}

#banner_left > #logo {
		margin-top: 5px;
		margin-left: 5px;
}

/* Elementdeklarationen */
#news > hr {
	border: 1px solid #eeeeee;
}

h1 {
	font-size: 25px;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	font-weight: normal;
}

h4 {
	font-size: 15px;
	font-weight: normal;
}
	
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

input {
  margin: 0.5em 0;
  padding: 5px 5px 5px 5px;
  border: 1px solid #334477;
  width:300px;
}
input:hover {
	background-color: #F0F0F0;
}
input:focus {
	background-color: #C0C0FF;
}
input[type="submit"] {
 	margin-top: 2em;
 	background-color:#FFF6BF;
 	border-color:#FFD324;
 	width:50px;
}

input[type="submit"]:hover {
 	background-color:#FFFACF;
 	width:50px;
}

button {
 	margin-top: 2em;
 	background-color:#FFF6BF;
 	width:80px;
 	 border: 1px solid #FFD324;
}

button:hover {
 	background-color:#FFFACF;
 	width:80px;
}

textarea {
  margin: 0.5em 0;
  padding: 5px 5px 5px 5px;
  border: 1px solid #334477;
  width:300px;
}
textarea:hover {
	background-color: #F0F0F0;
}
textarea:focus {
	background-color: #C0C0FF;
}

.error {
	width:500px;
	background:#FBE3E4 none repeat scroll 0 0;
	border-color:#FBC2C4;
	color:#8A1F11;
	border:2px solid #DDDDDD;
	margin-bottom:1em;
	padding:0.8em;
}

.editable {
	border: 1px dashed #e0e0e0;
	background-color:#ffffff;
	-moz-opacity:0.8;
}
.editable:hover {
	background-color:#E5FBFF;
	border: 1px dashed #0a0a0a;
	-moz-opacity:1.0;
}


html > body > #container {
	margin-top: 25px;
	width: auto;
}

/* Navigation */

#navBar{
	float: left;
	width: 200px;
}

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	text-decoration:none;
	color:#000000;
}
#navBar ul {
	font-family: Arial;
	font-size: 12px;
	list-style: none; margin: 0; padding: 0;
}
html>body #navBar li {
	border-bottom: 1px solid #FFFFFF;
	background-color: #eeeeee;
	padding: 5px;
}

html>body #navBar li:hover {
	background-color: #dddddd;
}

/* Seitenteile */

#site {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 25px;
	
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}

#centerpage {
	
}

#news{
	background-color: #fefefe;
	padding-top: 25px;
 	float:left;
	width: 150px;
	font-size: 12px;
}

#content{
	float: left;
  	width: 400px;
	padding:20px;
	font-size: 12px;
}

#referenceCards {
	background-color:#EEEEEE;
	background-image: url('../images/referencecards.jpg');
	background-repeat: repeat-x;
	display:block;
	width: 800px;
	height: 15px;	
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

#overall {
 	position: fixed;
 	width: 100%;
 	height: 104%;
 	background-color: #ffffff;
	top-margin: 0px;
	left-margin:0px;
	top: 0px;
	left: 0px;
	z-index:10;
	-moz-opacity:0.8;
}

#message {
 	position: fixed;
 	min-width: 100px;
 	min-height: 100px;
 	z-index:11;
 	-moz-opacity:1;
 	background-color: #f0f0f0;
 	border:5px solid #ffffff;
}
 		 

