
/*
#Template for       www.papeundboehm.de
#Name:              Main CSS Template
#Specification:     CSS1 + CSS2, MSIE v. 4 + , Netscape v. 4, Netscape v. 6
#Publisher:         Pape und Böhm GmbH
#Author:            http://design.rust-web.de
#Author Email:      info@rust-web.de
#Creation Date:     März 2006
#Release Version:   März 2006
*/

/*
#Style for Common Elements
*/

body
{
	font-family:Arial,sans-serif;
}

li {
	list-style-type: square;
}

ul{
	margin-top: 0;
}


/*
#Style for Classes
*/

/* font= 10, left, blau */
.h1 {
font-family: Arial,sans-serif;
font-size: 14px;
text-align: left;
letter-spacing: 2;
font-weight: bold;
padding-top: 6; 
padding-bottom: 6;
padding-right: 10;
padding-left: 10;
color: #0033CC; 
}

/* font= 10, left, blau */
.normal {
font-family: Arial,sans-serif;
font-size: 12px;
text-align: left;
font-weight: normal;
line-height: 150%;
padding-right: 10;
padding-left: 10;
padding-bottom: 6;
color: #000000; 
}

/* font= 10, left, blau */
.rechts {
font-family: Arial,sans-serif;
font-size: 12px;
text-align: right;
font-weight: normal;
line-height: 150%;
padding-right: 10;
padding-left: 10;
padding-bottom: 6;
color: #000000; 
}

/* font= 10, left, blau */
.fett {
font-family: Arial,sans-serif;
font-size: 12px;
text-align: left;
font-weight: bold;
line-height: 150%;
padding-right: 10;
padding-left: 10;
padding-bottom: 6;
color: #000000; 
}

/* font= 10, left, blau */
.fett1 {
font-family: Arial,sans-serif;
font-size: 12px;
text-align: left;
font-weight: bold;
line-height: 150%;
padding-right: 10;
padding-left: 10;
padding-bottom: 6;
color: #000000; 
}



/* font= 8, left, blau */
.klein {
font-family: Arial,sans-serif;
font-size: 10px;
text-align: left;
font-style: italic;
font-weight: normal;
padding-left: 10;
color: #808080; 
}


/* font= 10, left, blau */
td.normal {
font-family: Arial,sans-serif;
font-weight: normal;
text-align: left;
color: #000000;
}

a  {
font-family: Arial, Tahoma, Verdana, sans-serif;
color: #0033CC;
text-decoration: none;
}

a:visited  {
font-family: Arial, Tahoma, Verdana, sans-serif;
color: #0033CC;
text-decoration: none;
}

a:hover  {
font-family: Arial, Tahoma, Verdana, sans-serif;
color: #FF3300;
text-decoration: none;
text-transform: uppercase;
}

a:active  {
font-family: Arial, Tahoma, Verdana, sans-serif;
color: #FF3300;
text-decoration: none;
text-transform: uppercase;
}