
body {
font-family: Arial, Helvetica, sans-serif;
color: #292929;

}

p {
font-size: 16px;
}

a:link { color: white; text-decoration: underline; }
a:active { color: #666666; text-decoration: underline;}
a:visited { color: white; text-decoration: underline; }
a:hover { text-decoration: none; }
a {
	text-decoration: underline;
	font: 16px Geneva, Arial, Helvetica, sans-serif;
}


.start-main {
margin-top: 60px;
margin-left: 15%;
margin-right: 20%;
background-color: #3E3E34;
width: 785px;
}
.start-container {
height: 450px;
width: 785px;
background-image: url(images/startseite/gandalf.jpg);
background-repeat: no-repeat;
}
.start-panel {
background-image: url(images/startseite/trans-pixel.png);
background-repeat: repeat-x repeat-y;
padding: 7px;
}

.start-subcontainer {
width: 450px;
height: 70px;
margin-top: 344px;
margin-left: 335px;
background-image: url(images/startseite/trans-pixel.png);
background-repeat: repeat-x repeat-y;
text-align: right;
}


/* main */

.main-container {

}
.main-top {
background-image: url(images/startseite/trans-pixel.png);
background-repeat: repeat-x repeat-y;
height: 15px;
}
.main-content {
padding: 40px 10px 10px 15px;
}


/* footer */

.footer {
padding-top: 10px;
height: 9px;
background-image: url(images/startseite/trans-pixel.png);
background-repeat: repeat-x repeat-y;
padding: 10px;
font-size: 12px;
text-align: right;
}


/* rechts */

.rechts-container {
width: 220px;
padding: 5px;
margin-top: -25px;
background-color: #333333;
float: right;
}

.rechts-text-head {
font-size: 13px;
font-weight: bold;
}

.news {
font-size: 11px;
color: #999999;
}


/* text */

.text-headline {
font-size: 25px;
font-weight: bolder;
color: #313612;
padding-right: 10px;
padding-top: 10px;
}

.text-subheadline {
font-size: 16px;
font-weight: bolder;
color: white;
padding-right: 10px;
padding-top: 0px;
}

.sprache-elbisch {
color: #292929;
font-size: 25px;
font-style: italic;
}

.sprache-deutsch {
margin-top: -8px;
padding-left: 5px;
color: #CCCCCC;
font-size: 25px;
}

/* aux */ 

.bilder-rahmen {
border-color: #666666;
border-style: solid; 
border-width: 2px;
}


/* nav */

.nav { width: 450px; align: center; }

a.menu:link { color: white; }
a.menu:active { color: #666666; }
a.menu:visited { color: white; }
a.menu:hover { color: white; background-image: url(images/startseite/trans-pixel.png);
background-repeat: repeat-x repeat-y; text-decoration: none; }
a.menu {
	text-align: center;
	width: 80px;
	float: left;
	display: block; 
	text-decoration: none;
	border-right: 2px outset #CCCCCC;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
}


a.footer-link:link { color: white; }
a.footer-link:active { color: #666666; }
a.footer-link:visited { color: white; }
a.footer-link:hover { color: #292929; text-decoration: none; }
a.footer-link {
	text-align: center;
	width: 65px;
	float: right;
	display: block; 
	text-decoration: none;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
}


