img {
	border: none;
}

#inhalt div {
	padding: 13px 0px 0px 20px;
}
#inhalt {
	position: fixed; bottom: 25%; left: 8px;
	overflow: hidden;
	z-index: 1;
	text-align: left;
	font-family: Arial,Helvetica; font-size: 12px; font-weight: normal;
	background: url(inhalt.png);
	/*-moz-border-radius: 20px;
	background: -moz-linear-gradient(0deg, #eee, #eee 2px, #f8f8f8 10px, #fff 40px, #eee 45px, #ccc);*/
	width: 190px; height: 198px;
}


#inhalt a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
#inhalt a:hover {
	color: #00a;
}

a.menulink {
	margin-left: 25px;
}
a.activelink {
	font-weight: bold !important;
}

#main {
	position: absolute; left: 220px; top: 8px; margin-right: 20px; margin-bottom: 20px;
}

#language {
	position: fixed; bottom: 10px; right: 10px;
	z-index: 1;
}

a {
	color: #00a;
	font-weight: bold;
	text-decoration: none;
}

b.a {
	padding-left:9px;
	background: url('at.png'); background-position: center; background-repeat: no-repeat;
}


/* Kommentare */
#comments {
	border-top: 1px solid #fa0;
	margin: 80px -5px 0px -5px;
	padding: 0px 5px;
/*	padding-top: 10px; */
}

#new {
	color: black;
	background-color: #eee;/*#cdf;*/
	/*border: 1px solid #ccc;*/
	padding:20px; margin: 20px auto;
}

#new td {
	text-align: right;
}

.success {
	text-align: center; font-weight: bold; padding-bottom: 10px;
	color: #0a0;
}
.error {
	text-align: center; font-weight: bold; padding-bottom: 10px;
	color: #f00;
}
.pending {
	text-align: center; font-weight: bold; padding-bottom: 10px;
	color: #00a;
}
#new td.empty {
	height: 0px;
}

#new input {
	width: 15em;
}
#new textarea {
	font-family: Arial,Helvetica; font-size: 12px;
	width: 26.5em;
	height: 10em;
}

#new td.submit {
	text-align: center;
}
#new td.submit input {
	width: 10em;
}

#new .smilies {
	vertical-align: bottom;
}

#new .optional {
	color: #555;
}

/* // ToDo DontForge change to .comment */
.eintrag {
	padding: 10px 0px;
}

.inaktiv {
	color: #aaa;
}
.inaktiv a {
	color: #aaf;
}

.eintrag .name_datum {
	float: left;
}
.eintrag .right {
	text-align: right;
}

.eintrag a {
	font-weight: normal;
}
.eintrag a:hover {
	text-decoration: underline;
}

/* not sure if this is the official way to style hr's, but it works in all the browsers I care about. */
hr {
	margin: 10px 10px;
	border-bottom: 1px solid #fa0;
	border-top: none; border-left: none; border-right: none;
}

.name {
	font-weight: bold;
}
.datum {
	font-size: 10px;
}

#pages {
	text-align: center;
	margin-bottom: 50px;
}
#pages .active {
	font-weight: bold;
}
#pages a {
	font-weight: normal;
}

/* Blog bearbeiten */
textarea {
	width: 400px;
	height: 400px;
}

table.editBlog td {
	padding-right: 10px;
}
