﻿@import url('../../en/styles/layout.css');
body {
	background: #000000 url('../bg_stars.jpg') center;
	font-family: "Trebuchet MS", Sans-Serif;
}
#container {
	background: url('../galaxie_bg_light2.jpg') no-repeat center;
	width: 950px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}
#navigation {
}
#titelline {
	
}
html>body #navigation {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#column_l {
	width: 367px;
	padding: 15px;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
}
#content {
	margin-left: auto;
	margin-right: auto;
}
#footer {
	border-top: thin #CC5555 solid;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}
/* Mastertitel */
#masthead h1 {
	color: #FFFFFF;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
#navigation li {
	float: left;
	position: relative;
}
#navigation a {
	background: url('../back.jpg') no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	display: block;
	width: 150px;
	height: 150px;
	text-align: center;
	position: relative;
	z-index: 2;
}

#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	background-image: url('../back_active2.jpg');
	width: 150px;
	height: 150px;
	text-align: center;
	z-index: 2;
}

#tab {
}

#tab a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	display: block;
	width: 150px;
	height: 230px;
	text-align: center;
	border: none;
	position: relative;
}

#tab a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	width: 150px;
	height: 230px;
	text-align: center;
	border: none;
}

#tab img {
	border-width: 0;
}

#foto {
}

#foto a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	display: block;
	text-align: center;
	border: none;
}

#foto a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	text-align: center;
	border: none;
}

#foto img {
	border-width: 0;
}

#backlink a {
	background: url('../back.jpg') no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	display: block;
	width: 150px;
	height: 150px;
	text-align: center;
	position: relative;
}

#backlink a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	background-image: url('../back_active2.jpg');
	width: 150px;
	height: 150px;
	text-align: center;
}



/* Rechte Spalte */
#column_r img {
	border: 1px solid #808080;
}
/* Websitetypografie */
h1 {
	font-size: xx-large;
	color: #c77;
	position: relative;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #99AA99;
}
ul {
	font-size: small;
	color: #FFFFFF;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: medium;
	color: #FFFFFF;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Fußzeile */
#footer p {
	font-size: small;
	color: #CC7777;
}
/* Hyperlinks */
a {
	color: #c55;
	text-decoration: underline;
	border-top-width: thin;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
