/* CSS Document */
html {
	height:100%;
}

#comments {
	margin-top:5px;
}

#comments input, textarea {
	margin-top:5px;
}

body {
	background-color:#ffffff;
	background-image:url(../bilder/bodybg.jpg);
	height:100%;
	font-family:Verdana, sans;
	font-size:14px;
	width:900px;
	margin:auto;
}

.header {
	text-align:center; 
	height:300px;
	width:900px;
	background-image:url(../bilder/header.png);
	}

.footer {
	background-image:url(../bilder/footer.png);
	background-repeat:no-repeat;
	height:90px;
	width:900px;
	position:relative;
	top:0px;
	}

.table {
	width:900px;
	background-image:url(../bilder/bg.png);
	background-repeat:repeat-y;
	padding-left:51px;
	}

.content {
	padding-left:25px;
}

.eintrag {
	padding:10px;
	padding-top:14px;
	padding-left:18px;
	padding-bottom:6px;
	margin-bottom:75px;
	width:93%;
	background-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#000000;
}

#eintrag img {
	margin-right:8px;
	margin-top:4px;
	margin-bottom:4px;
	border:none;
}

p {
	padding-top:2px;
	padding-bottom:2px;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:25px;
	padding-top:0px;
	margin-top:0px;
}

.h2 {
	font-size:20px;
	margin-top:20px;
	margin-bottom:-8px;
	font-family:Corbel, Arial;
	font-style:italic;
	text-decoration:none;
}

.h2 a {
	text-decoration:none;
	}

h2 {
	font-size:18px;
	margin-top:20px;
	font-family:Arial;
	font-style:italic;
}

#blaettern {
	text-align:center;
}

#blaettern a {
	text-decoration:underline;
	color:#000000;
	font-size:14px;
}

#blaettern a:visited {
	text-decoration:underline;
	color:#000000;
	font-size:14px;
}

#blaettern a:hover {
	text-decoration:none;
}

#cats {
	margin-bottom:20px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	padding:10px;
	padding-left:18px;
	width:93%;
}

#cats a:visited {
		color:#000000;
}

#cats a:hover {
	text-decoration:none;
}

.show_cat {
	color:#FF0000;
	width:93%;
	padding:20px;
	padding-left:0px;
}

a:hover {
	text-decoration:none;
}

a {
	color:#000000;
}

a:visited {
	color:#000000;
}

#blog-adm {
	border-style:solid; border-color:#CCCCCC; border-width:1px;
	border-right:none;
	border-top:none;
	font-size:12px;
	border-bottom:none;
}

#blog-adm th {
	border-style:solid; border-color:#CCCCCC; border-width:1px;
	border-left:none;
	border-top:none;
	border-top-style:solid; border-top-color:#CCCCCC; border-top-width:1px;
	height:18px;
	background-image:url(../bilder/adm-pics/adm-th.gif);
}

#blog-adm td {
	border-bottom-style:solid; border-bottom-color:#CCCCCC; border-bottom-width:1px;
}

.loeschen {
	margin-top:180px;
	border-style:dotted;
	border-width:1px;
	border-color:#000000;
	padding:10px;
	padding-left:18px;
	margin-bottom:50px;
	width:60%;
	text-align:center; 
	margin-right:auto;
	margin-left:auto;
}

#profile {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	width:93%;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

#profile th {
	background-image:url(../bilder/profile_bg.gif);
	background-repeat:repeat-x;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	text-align:left;
	height:30px;
	padding-left:5px;
}

#profile td {
	padding:5px;
}