﻿*{
	font-family: arial;
}

body{
	font-size: 100.1%;
}

/*Farbe fuer Placeholder die vom aktuellen Browser nicht unterstÃ¼tzt werden*/
input, textarea {
	color: #000;
}
.placeholder {
	color: #aaa;
}

#wrapper{
	height:auto;
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	min-width: 600px;
}

#head{
	position: relative;
}

/*Bildposition*/
#logo-div{
	max-height: 100px;
}

#logo{
    height: 55px;
	width: auto;
	margin-left: 30px;
	margin-top: 20px;
}

/*Titelposition*/
#titel{
	position: absolute;
	top: 0px;
	right: 35px;
	color: #DADADA;
}

/*Linkposition --> Hauptfenster bzw. Benutzerprofil, Abmelden*/
#link{
	font-size: 12px;
	text-align: right;
	margin-right: 35px;
}

/*Menu --> horizontal ausgerichtet*/
#menu {
    margin-top: 20px;
}

#menu ul{
    margin: 0;
	padding: 0;
	text-align: center;
}

#menu ul li {
	float: left;
	list-style: none;
	width: 16.66%;
	height: 25px;
	font-weight: bold;
}

#menu  ul li a {
	border: 2px solid white;
	text-decoration: none;
	display: block;
}

#content{
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

.clear{
	clear: both;
}

.hinweis{
	margin-top: 8px;
	font-size: 12px;
}