HTML {
	margin: auto;
	width: 100%;
	height: 100%;
}
BODY {
	margin: auto;
	background-color: #360101;
	background-image: url(images/bg_site.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
#site {
	margin: auto;
	width: 950px;
	height: 100%;
}
#header {
	background: url(images/bg_header.jpg) no-repeat top;
	width: 950px;
	height: 123px;
}
#header table {
	width: 950px;
	height: 123px;
}
#login {
	background: url(images/bg_login.jpg) no-repeat right;
	width: 404px;
	height: 38px;
}
div#login div {
	margin-top: 15px;
	margin-right: 20px;
}
div#login form {
	padding-right: 35px;
	padding-top: 5px;
	text-align: right;
}
div#login input {
	height: 14px;
	width: 110px;
	color: Gray;
	font-size: 10px;
}
div#login input.button {
	height: 20px;
	width: 77px;
	vertical-align: bottom;
}
a:link.password, a:visited.password {
	font-size: 11px;
	color: #D3D3D3;
	text-decoration: none;
}
a:hover.password {
	color: Red;
}

#navi_start {
	background: url(images/foto-top.jpg) no-repeat right top;
	/*width: 261px;*/
	height: 51px;
	vertical-align: bottom;
	line-height: 30px;
	font-size: 12px;
}
#navi {
	height: 51px;
	vertical-align: bottom;
	line-height: 30px;
	font-size: 12px;
}
a
{
	color: #D3D3D3;
	text-decoration:none;
}
a:link.topnavi, a:visited.topnavi {
	color: #D3D3D3;
	text-decoration: none;
}
a:hover.topnavi {
	color: Red;
}
#content {}

#content_norm {

padding:20px;
background-color:#860000;
vertical-align:top;
}

#navigation {  /* linke Navigation mit den Kategorien */
	background-color: #860000;
	width: 180px;
	padding: 10px;
	vertical-align: top;
	border-top: 3px solid #540b0b;
	font-size: 12px;
}
#navigation a:link, #navigation a:visited {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 3px;
	border-bottom: 2px groove #CCCCCC;
}
#navigation a:hover {
	color: #CCC;
	background-color: #540b0b;
}

#inhalt {
	padding-left: 40px;
}
#inhalt table td {
	text-align: center;
	height: 150px;
	width: 150px;
	background-color: White;
	border: 3px solid #A52A2A;
}

td,p
{
	font-size:12px;
	color:#CCC;
}

.BigTopic
{
	font-size:14px;
	color:#CCC;

}

td#left {
	font-size:16px;
	width: 515px;
	color:#CCC;
	background-color: #860000;
}
td#right {
	background: url(images/bg_right.jpg) repeat-y;
	width: 436px;
	height: 521px;
	text-align: center;
}
#footer {
	background: url(images/bg_footer.jpg) no-repeat top;
	height: 80px;
	vertical-align: bottom;
	text-align: center;
	font-size: 12px;
}
a:link.footerlink, a:visited.footerlink {
	color: #D3D3D3;
	text-decoration: none;
}
a:hover.footerlink {
	color: Red;
}

/* wolke */
#wolke {
	width: 300px;
	color: #540b0b;
	margin-left: 15%;
	margin-right: 10%;
}
.size01 {
	font-size: 16px;
	font-weight: bold;
}
.size02 {
	font-size: 18px;
	font-weight: bold;
}
.size03 {
	font-size: 24px;
	font-weight: bold;
}
.size04 {
	font-size: 26px;
	font-weight: bold;
}
.size05 {
	font-size: 30px;
	font-weight: bold;
}
/* Texte */
H1 {
	font-size: 26px;
	font-style: italic;
	color: #CCC;
}
H2 {
	font-size: 22px;
	color: Red;
	font-weight: normal;
	text-align: center;
}
a:link.textlink, a:visited.textlink {
	color: #D3D3D3;
	font-weight: bold;
	font-size: 22px;
}
a:hover.textlink {
	color: Red;
	font-size: 22px;
}





