/*
	HTML / CSS Grundlayout 
	Dieses CSS File wurde im Rahmen der Vorlesung
	Präsentation im Internet von Sebastian Köster erstellt.
	
	Dieses CSS ist für die Darstellung am Bildschirm erstellt worden
*/

/*
	Klasse BODY 
	Um auf der linken und rechten Seite einen Rahmen von jeweils 
	10% der gesamten Bildschirmgröße zu erreichen.
	Die Prozentuale Angabe kann auch in Pixeln gemacht werden.
*/

body{
	background-color:#FFFFCC;
	margin-top:0px;

}
.contentframe{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color:#FFFFFF;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.header{
	background-image: url(../hgd/header.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 800px;
}
.headerlabel{
	padding-top:220px;
	padding-left:20px;
	color:#FFFFFF;
	font: 		bold 24px/28px "trebuchet ms", verdana, arial, helvetica, sans-serif;
}

.navigation{
	width: 280px;
	float:left;
	color: #999966;
/*	background-color: #FFFFCC;
	border-bottom: 1px solid #999966; */
	font: bold 0.75em arial,verdana,helvitica,sans-serif; 
	padding-left: 0; 
	margin-left: -40px; 
/*	margin-top:	-12px;*/


}

.navigation span
{
	color: #999966;
	background-color: #FFFFCC;	
}

.navigation li { 
	list-style: none; 
	margin: 0; 
	line-height: 2em; 
	border-top: 1px solid #999966; 
	background-color:#FFFFFF;

}

.navigation li a,#navleft li a:visited 
{ 
	color: #999966; 
	font-weight: bold; 
	display: block; 
	width: 100%; 
	text-decoration: none; 
	outline: none; 
	text-indent: 10px; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
}

.navigation li a:hover 
{ 
	background-color: #999966; 
	color: #FFFFCC;
	text-decoration: none; 
}


.maintext{
	width: 455px;
	margin-left: 310px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size:80%;
}

.bodytext, .csc-uploads-fileName, tbody, .contenttable{
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

.footer{ 
	text-align: right;
	text-decoration: none;
	line-height: 3em;
}

/*Überschriften*/

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}

.maintext a{
text-decoration:none;
color:#999966; 
}

.maintext a:hover{
text-decoration:underline;
color:#999966;
}

.maintext a:visited{
text-decoration:none;
color:#999966; 
}

.csc-header-date
{
	text-align: right;
	margin:0px;
	padding:0px;
} 

.csc-textpic-caption
{
 		color:#999966;
		text-align: left;
} 
