HTML {
	margin: 0px auto;
	width: 100%;
	height: 100%;
}
BODY {
	margin: 0px auto;
	background-color: #e3f0fd;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
#site {
	margin: 0px auto;
	width: 950px;
	height: 100%;
}
.schatten {
	background: url(images/schatten.jpg) repeat-y top;
}
#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;
	float: right;
}
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: #696969;
	text-decoration: none;
}
a:hover.password {
	color: Red;
}

#navi {
	background: url(images/bg_navi.jpg) repeat-x;
	height: 43px;
	vertical-align: text-top;
	line-height: 35px;
	font-size: 14px;
	color: #696969;
	padding-left: 20px;
}
a
{
	color: #6495ED;
	text-decoration:none;
}
a:hover {
	color: Red;
}
a:link.topnavi, a:visited.topnavi {
	color: #696969;
	text-decoration: none;
	line-height: 35px;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
a:hover.topnavi {
	color: Red;
}
#content {
background-color:#FFCC99;
vertical-align:top;

}

#content_norm {
padding:20px;
background-color:#FFCC99;
vertical-align:top;
}

#navigation {  /* linke Navigation mit den Kategorien */
	background-color: #FFDCBA;
	width: 180px;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
	color: Black;
}
#navigation a:link, #navigation a:visited {
	display: block;
	color: Black;
	text-decoration: none;
	padding: 3px;
	border-bottom: 2px groove #D3D3D3;
}
#navigation a:hover {
	color: #696969;
	background-color: #FDF5E6;
}

#inhalt {
	padding-left: 40px;
	background-color: #FFCC99;
	width: 80%;
}
#inhalt table td {
	text-align: center;
	height: 150px;
	width: 150px;
	background-color: White;
	border: 3px solid #6495ED;
}

td,p
{
	font-size:12px;
	color:#000000;
}

.BigTopic
{
	font-size:14px;
	color:#000000;

}

td#left {
	font-size:16px;
	width: 515px;
	color:#000;
	background-color: #ffdcba;
}
td#right {
	width: 436px;
	text-align: center;
	background-color: #ffcc99;
}
#footer {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #696969;
	font-size: 12px;
	background: #FF8C00;
	border-bottom-color: #DCDCDC;
	border-bottom-style: inset;
	border-bottom-width: 3px;
}
a:link.footerlink, a:visited.footerlink {
	color: #696969;
	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: 24px;
	font-style: italic;
	color: #000;
}
H2 {
	font-size: 22px;
	color: Red;
	font-weight: normal;
	text-align: center;
}
a:link.textlink, a:visited.textlink {
	color: Black;
	font-weight: bold;
	font-size: 14px;
}
a:hover.textlink {
	color: Red;
	font-size: 14px;
}





