/* CSS - Formatierungsfile space_udssr      	  */
/*                                     											   */
/* CSS Standard 2.0    							 				  */
/*                                     			 								   */
/* Peter Hürzeler          	     								      */
/* Letzte Modifikation: 2001-07-12						*/


/* Seitenformatierungen */

body {
	background-color: #2E2E2E;
}


/* Überschriftenformatierungen */
h1 {
	font-size: 26pt;
	color: #B2B2B2;
	font-family:Arial;
	text-align: center;
	margin-bottom : 15pt;
	margin-top : 15;
}

h2 {
	font-size: 20pt;
	color: #B2B2B2;
	font-family:Arial;
	text-align:left;
}

h3 {
	font-size: 18pt;
	color: #B2B2B2;
	font-family:Arial;
	text-align:left;
}

h4 {
	font-size: 16pt;
	color: #B2B2B2;
	font-family:Arial;
	text-align:left;
}	

h5 {
	font-size : 14pt;
	color : #B2B2B2;
	font-family : Arial;
	text-align : left;
}

h6 {
	font-size:12pt;
	line-height:9pt;
	color: #B2B2B2;
	font-family:Arial;
	text-align : right;
}

/* Absatzformatierungen */
p {
	font-size:10pt;
	line-height:14pt;
	color: #707070;
	font-family:Arial;
	font-weight : bold;
	text-align: justify;
}

/* Listenformatierungen*/
li {
	font-size:12pt;
	line-height:14pt;
	color: #707070;
	font-family:Arial;
	font-weight : bold;
	margin-top : 5px;
	text-align: left;
}

select {
	font-size: 10pt;
	line-height: 12pt;
	color: #707070;
	font-family: Arial;
	font-weight: bold;
}

/*Tabellenformatierungen*/

table{
	margin-top: 20px;
}


/* Allgemeine Textformatierung */
#fett{
font-size:13pt; 
}

#kursiv {
	font-style: italic;
}

#fettkursiv {
	font-weight: bolder;
	font-style:italic;
}


/*allgemeine Formatierung a-Tag*/
a {
	font-family:Arial;
	font-weight : bold;
	text-decoration : none;
}

a:link {
	color: #FF7700;
}

a:active {
	color: Maroon;
}

a:visited {
	color: #FF3300;
}

a:hover {
	color: Maroon;
}
/* spezielle Formatierung p-tag */
#center{
	text-align:center;
}

#right{
	text-align:right;
}

#left{
	text-align:left;
}

.copyright{
	margin-top: 20pt;
}

.t100px{
	margin-top: 100px;
}

.t150px{
	margin-top: 150px;
}
	
/* spezielle Formatierung a-Tag */
.nav {
	font-size : 16pt;
	line-height : 20pt;
}

.ptag {
	font-size : 12pt;
	line-height : 14pt;
}

