@import url(http://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic);

@charset "UTF-8";
body {
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	z-index: 0;
	
	background-image:url(img/header-white.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F3F6F6;
	}
	
	
.mantel {
	width: 1200px;
	position: relative;
	margin: 0px auto;
	height:inherit;
}

strong {
	color: #c40d2e;
}
	

html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}


img {
	border: 0;
}

a {
	text-decoration: none;
}


.clear {
	clear: both;
}


p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}



h1 {
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}


h4 {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	color: #666;
}






#logo {
	width: 200px;
	height: 200px;
	top: 10px;
	left: 0px;
	position: absolute;
}



#titel {
	width: 900px;
	height: 40px;
	top: 150px;
	right: 0px;
	position: absolute;
	text-transform: uppercase;
}

#meldung {
	width: 900px;
	height: 30px;
	top: 190px;
	right: 0px;
	position: absolute;
}

#eingeloggt {
	width: 900px;
	height: 30px;
	top: 220px;
	right: 0px;
	position: absolute;
}






#navigation {
	width: 200px;
	top: 350px;
	left: 0px;
	position: absolute;
}


#navigation a {
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 200;
	background-color: #fff;
	color: #666;
}

#navigation a:hover {
	color: #fff;
	background-color: #666;
}






#inhalt {
	width: 900px;
	top: 350px;
	right: 0px;
	position: absolute;
}


.sortieren {
	position: absolute;
	width: 365px;
	height: 20px;
	right: 0;
	top: 0;
	float: right;
	
	}


















input, textarea {
	padding: 15px;
	border: 1px solid #CCC;
	background-color: #FFF;
	font-size: 16px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#loginform label {
	display: block;
	text-transform: uppercase;
	margin-top: 20px;
}


label {
	text-transform: uppercase;
	margin-top: 20px;
}


.send {
	background-color: #666;
	color: #FFF;
	margin-top: 40px;
	display: block;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.width160 {
	width: 160px;
}

.width200 {
	width: 200px;
}

.width300 {
	width: 300px;
}

.width400 {
	width: 400px;
}

.width430 {
	width: 430px;
}

.width750 {
	width: 750px;
}

.width100pro {
	width: 100%;
}


.kleiner_abstand_oben {
	margin-top: 5px;
	
}






.add {
	background: #333 url(img/icon-add-white.png) no-repeat scroll 10px center;
	color: #FFF;
	font-size: 16px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.add:hover {
	background: #fff url(img/icon-add.png) no-repeat scroll 10px center;
	color: #000;
}


.bearbeiten {
	background: #ccc url(img/icon-edit-white.png) no-repeat scroll 10px center;
	color: #FFF;
	font-size: 16px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-align: right;
	margin-bottom: 5px;
}

.bearbeiten:hover {
	background: #FFF url(img/icon-edit.png) no-repeat scroll 10px center;
	color: #000;
}


.loeschen {
	background: #ccc url(img/icon-delete-white.png) no-repeat scroll 10px center;
	color: #FFF;
	font-size: 16px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-align: right;
}

.loeschen:hover {
	background: #fff url(img/icon-delete.png) no-repeat scroll 10px center;
	color: #000;
}




.forumeintrag {
	background-color: #FFF;
	border-bottom: 3px solid #CCC;
}



