@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana;
	font-size: 12px;
	background: url('../images/inspiron_black2.jpg') no-repeat fixed left bottom;
	background-color: black;
}

#header {
	height: 100%;
	text-align: center;
	font-weight: bold;
}

#alles {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#eckeol {
	float: left;
	height: 30px;
}

#eckeor {
	float: right;
	height: 30px;
}

#eckeo {
	margin-left: 30px;
	margin-right: 30px;
	background: white;
	height: 60px;
}

#eckel {
	clear: both;
	float: left;
	background: white; 
	height: 30px;
	width: 30px;
}

#ecker {
	float: right;
	background: white; 
	height: 30px;
	width: 30px;
}

#titel {
	font-size: 20px;
	color: grey;
	background: white; 
}

#navi {
	clear:both;
	padding: 5px 0;
	text-align: center;
	border-top: 3px solid #CCD9CC;
	border-bottom: 3px solid #CCD9CC;
	font-size: 15px;
	font-weight: bold;
	background: grey;
	overflow: hidden;
}

#navi a {
	text-decoration: none;
	color: #CCD9CC;
	padding: 10px 30px 10px 30px;
}

#navi a:hover {
	text-decoration: none;
	color: white;
	background: #999999;
}

#container {
	padding: 11px 0px;
	overflow: auto;
	background: #999999;
}

#container a {
	text-decoration: underline;
	color: black;
}

#container a:hover {
	text-decoration: none;
	color: #B2CCE5;
}

#container img {
	border: 1px solid #B2CCE5;
	padding: 3px;
	background-color: grey;
}

#container img:hover {
	border: 1px solid white;
}

#leftbar {
	height: 100%;
	width: 200px;
	background: #999999;
	float: left;
	font-size: 12px;
}

#leftbartext {
	padding: 30px 30px;
	width: 140px;
}

#content {
	background: #999999;
	margin: 0px 200px 0px 200px;
	padding: 0px 0px 30px 0px;
	overflow: auto;
	border-right: 1px dotted #B2CCE5;
	border-left: 1px dotted #B2CCE5;
}

#content img{
	max-width: 104px;
	max-height: 104px;
	margin: 0 20px 20px 0;
}

#contenttext {
	padding: 30px 30px;
}

#rightbar {
	height: 100%;
	width: 200px;
	background: #999999;
	float: right;
	font-size: 12px;
}

#rightbartext {
	padding: 30px 30px;
	width: 140px;
}

#rightbar img {
	width: 132px;
}

#footer {
	clear: both;
	height: 100%;
	font-size: 11px;
	border-top: 3px solid #B2CCE5;
}

#footerindex {
	clear: both;
	height: 100%;
}

#footer a {
	color: black;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
}

#eckeul {
	float: left;
}

#eckeur {
	float: right;
}

#footercontent {
	height: 30px;
	background: white;
	margin: 0 30px;
	text-align: right;
}

#creater {
	margin-left: 10px;
	float: left;
	line-height: 30px;
	vertical-align: middle;
}

#login {
	line-height: 30px;
	vertical-align: middle;
}

#login input {
	color: grey;
}

.post {
	padding-bottom: 30px;
	border-bottom: 1px dotted #B2CCE5;
	margin-bottom: 20px;
}

.headline {
	font-size: 17px;
	font-weight: bold;
}

.by {
	font-size: 11px;
	margin-bottom: 10px;
}

.text {
	
}

.right {
	clear: both;
	width: 100%;
	text-align: right;
}

.submit {
	padding: 5px 10px;
	margin-right: 5px;
	color: #CCD9CC;
	font-weight: bold;
	border: 1px solid #B2CCE5;
	background: #888888;
}

.submit:hover{
	color: white;
	border: 1px solid #B2CCE5;
	background: grey;
}

.submitlink {
	color: black;
	text-decoration: underline;
	border: 0px;
	background: #999999;
}

.submitlink:hover {
	color: #B2CCE5;
	text-decoration: none;
	border: 0px;
	background: #999999;
}

.submitverweiss{
	padding:5px 15px;
	color: #B2CCE5;
	border: 0px;
	background: #999999;
}