* {
margin: 0; 
padding: 0;
}
body {
font: 100% trebuchet ms,arial,tahoma,verdana,sans-serif;
color: #838385;
background: white;
}
.formbox {
  background-color: #345A76;
  border: 1px solid #C8DAE7;
  padding: 5px;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #57AB27;
}

img {
	border: 0;
}

table {
	border: 0;
}

#container {
position: absolute;
top: 50%;
left: 50%;
width: 900px;
height: 600px;
margin-top: -300px;
margin-left: -450px;
background-image: url(images/hintergrund.jpg);
background-repeat: no-repeat;
}

#containerstartseite {
position: absolute;
top: 50%;
left: 50%;
width: 900px;
height: 600px;
margin-top: -300px;
margin-left: -450px;
background-image: url(images/am-tga-startseite.jpg);
background-repeat: no-repeat;
}
#navigation {
	position: relative;
	height: 50px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	width: 400px;
}
#navigation a {
	color: #838385;
}

#navigation a:hover {
	color: #CCCCCC;
}
#navigation p {
	color: #CCCCCC;
}

#nav {
height: 34px;
z-index: 1;
position: relative;
margin-left: 18px;
margin-right: 0px;
margin-top: 3px;
}

#navindex {
height: 34px;
z-index: 1;
position: relative;
margin-left: 18px;
margin-right: 0px;
margin-top: 56px;
}

#content {
	margin-top: 200px;
	margin-left: 30px;
	margin-right: 7px;
	height: 340px;
	padding-right: 15px;
}

#content_kontakt {
	margin-top: 175px;
	margin-left: 30px;
	margin-right: 7px;
	height: 365px;
	padding-right: 15px;
}

#content_ohne {
	margin-top: 410px;
	height: 50px;
	width: 150px;
	padding-right: 15px;
	margin-left: 700px;
	padding: 15px;
}

#content_ohne  a {
text-decoration: none;
}

#content_impressum {
	margin-top: 200px;
	margin-left: 30px;
	margin-right: 7px;
	height: 340px;
	padding-right: 15px;
	overflow-y: scroll;
}
#bild {
	float: right;
	width: 400px;
	height: 300px;
}

#footer {
   position: relative;
	height: 10px;
	z-index: 100;
}

#footer p {
color: #333333;
font-size: 10px;

}

#footer a {
color: #333333;
font-size: 10px;
}

h1 {
font-size: 1.0em;
color: #57AB27;
text-transform: uppercase;
margin-bottom: 15px;
}
h2 {
font-size: 0.8em;
border-bottom: 0px solid #57AB27;
color: #57AB27;
margin-top: 20px;
margin-bottom: 15px;
text-transform: uppercase;
}
h3 {
font-size: 0.9em;
color: black;
margin-top: 15px;
margin-bottom: 15px;
}

h4 {
font-size: 1.0em;
color: #57AB27;
margin-top: 15px;
margin-bottom: 15px;
}
p, li {
line-height: 135%;
color: #333333;
font-size: 0.8em;
margin-top: 10px;
margin-bottom: 10px;
}


#leftright
{
	margin-right: 450px;
	margin-left: 40px;
}

.none {
	margin-top: 0px;
	margin-bottom: 0px;
}

.klein {
line-height: 115%;
color: #F0ECE0;
font-size: 0.75em;
}
li {
margin-left: 25px;
}

a {
text-decoration: underline;
color: black;
}

ul {
list-style-type: square;
}