/* Allgemein */

#container {
width: 100%;
height: 600px;
background-image: url(logo.jpg);
background-repeat: no-repeat;
background-position: top center;
margin: auto;}

#container-start {
width: 100%;
height: 600px;
background-image: url(logo_test.jpg);
background-repeat: no-repeat;
background-position: top center;
margin: auto;}

body {font-family: Garamond;}

#titel {height: 200px;}

#snr {
width: 110px;
height: 92px;
margin: auto;}

img#foto	{margin: 10px;
		vertical-align: top;
		align: center}

#inhalt {
width: 40em;
top: 0px;
float: left;}

/* Links */
a:link { text-decoration:none; font-weight:bold; color:green;}
a:visited { text-decoration:none; font-weight:bold; color: green;}
a:hover { text-decoration:none; font-weight:bold; color: #00FF00;}
a:active { text-decoration:none; font-weight:bold; color:#00FF00; }

/* Schriften */
h1 {
font-family: Garamond;
font-size: 26pt;
color: #FFC125;
text-align: center;}

h2 {
font-family: Garamond;
font-size: 14pt;
color: green;
font-style: normal;
text-align: left;
}

h3 {
font-family: Garamond;
font-size: 12pt;
color: green;
text-align: justify;
}

h4 {
font-family: Garamond;
font-size: 12pt;
color: green;
text-align: left;}

/* Listen */

#menue {
float: left;
width: 250px;
height: 600px;}

#menue {
list-style-type: square;
padding: 0px;
margin: 50px 0px 0px 50px;
color: limegreen;}

#start1 {align: left;
	float: left;
	padding: 5px;
	position: absolute;
	margin-left: 20em;}

#start2 {align: justify;
	float: right;
	padding: 5px;
	position: absolute;
	margin-left: 50em;}

#T1 {
position: absolute;
float: right;
width: 300px;
top: 100px;
right: 150px;}

#T2 {
position: absolute;
float: right;
width: 300px;
top: 250px;
right: 230px;}

#T3 {
position: absolute;
float: right;
width: 300px;
top: 400px;
right: 330px;}
