@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/line.jpg);
	background-repeat:repeat;
}

table.main {
	width: 960px;
	border-color:#999999;
	border-collapse:separate;
	border-style:solid;
	border-width:10px;
}
/***** KOPFBILD-ZELLE *****/
td.emotion {
	height:270px;
	vertical-align:bottom;
}

/***** NAVIGATIONSTABELLE *****/
table.navigation {
	border:0;
	border-style:none;
	border-top-color: #999999;
	border-top-style:solid;
	border-top-width:10px;
}
table.navigation tr td {
	font-size:12px;
	vertical-align:middle;
	text-align:center;
	width:12%;
	border-left-collapse:collapse;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#000000;
	line-height:30px;
}
table.navigation tr td a:link, table.navigation tr td a:active, table.navigation tr td a:visited {
	display: block;
	color:#FFFFFF;
	background-image:none;
	text-decoration:none;
	background:transparent;
}
table.navigation tr td a:hover {
	color:#000000;
	background-image:url(images/mover.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
}

/***** INHALTS-ZELLE *****/

td.content {
	background-color:#6B6B6B;
	vertical-align:top;	
	text-align:left;
	
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}
td.content div.content {
	padding:20px;
	height:350px;
	width:898px;
	color:#CCCCCC;
	font-size:12px;
	text-align:left;
	overflow:auto;
}
.kontakt {
	color:#CCCCCC;
	font-size:16px;
}
td.content div.content a:link, td.content div.content a:visited, td.content div.content a:active {
	color:#CCCCCC;
}
td.content div.content a:hover {
	color:#FFFFFF;
}
/***** COPYRIGHT-ZEILE *****/
td.copyright {
	padding:4px;
	font-size:9px;
	color:#FFFFFF;
	background-color:#666666;
	text-align:right;
	
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	border-top:none;
}


/***** TEXTFORMATIERUNGEN *****/
h1 {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
h2 {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

