/*
#Template for       www.gardini.de
#Name:              Main CSS Template
#Specification:     CSS1 + CSS2, MSIE v. 4 + , Netscape v. 4, Netscape v. 6
#Publisher:         Michael Gardini
#Author:            PER·CEPTO mediengestaltung, Petra Wedeking
#Author Email:      info@percepto.de
#Creation Date:     01 Nov 2003
#Release Version:   01 Nov 2003
*/

/*
#Style for Common Elements
*/

body
{
	font-family:Arial,sans-serif;
}

li {
	list-style-type: square;
}

/*
#Style for Classes
*/

.textintro
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: Black;
}

.textnormal
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: Black;
}

.textnormalwhite
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: white;
}

.textnormalbold
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

.textsmall
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: Black;
}

.textright
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: Black;
	padding-left: 10; 
	padding-right: 10; 
}

.headcontent
{
	font-family: Arial,sans-serif;
	letter-spacing: 2;
	font-size: 14px;
	font-weight: normal;
	color: #009A84;
}

.headtarif
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #cccccc;
	color: #009A84;
}

.headleft
{
	font-family: Arial,sans-serif;
	font-variant: small-caps;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2;
	color: #009A84;
	margin-bottom: -15;
}

.headright
{
	font-family: Arial,sans-serif;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2;
	background-color: #009A84;
	color: #FFFFFF;
	padding-left: 10; 
	padding-right: 10; 
	padding-top: 3; 
	padding-bottom: 3
}

.headright1
{
	font-family: Arial,sans-serif;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2;
	color: #FFFFFF;
	padding-left: 10;
}

.lable
{
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: Black;
}

.inputmail
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	width: 180px;
	height: 22px;
	border: 1 solid #000000;
}

.textareamail
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	width: 390px;
	border-style: inset; 
	border-width: 1;	
	border: 1 solid #000000;
}


/*
#Style for Anker Elements - general
*/

a:link 
{
	color: #009A84;
	text-decoration: underline;
}

a:visited 
{
	color: #009A84;
	text-decoration: underline;
}

a:active 
{ 
	color: #009A84; 
	text-decoration:underline;
}

a:hover 
{
	color: #009A84; 
	text-decoration:none;
}

/*
#Style for Anker Elements - teaser
*/

a.detailcontent:link 
{
	color: #009A84;
	font-size: 12px;
	text-decoration: underline;
	font-variant: small-caps;
}

a.detailcontent:visited 
{
	color: #009A84;
	font-size: 12px;
	text-decoration: underline;
	font-variant: small-caps;
}

a.detailcontent:active 
{ 
	color: #009A84; 
	font-size: 12px;
	text-decoration: underline;
	font-variant: small-caps;
}

a.detailcontent:hover 
{
	color: #009A84; 
	font-size: 12px;
	text-decoration: none;
	font-variant: small-caps;
}

a.detailaction:link 
{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-variant: small-caps;
}

a.detailaction:visited 
{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-variant: small-caps;
}

a.detailaction:active 
{ 
	color: #000000; 
	font-size: 12px;
	text-decoration: underline;
	font-variant: small-caps;
}

a.detailaction:hover 
{
	color: #000000; 
	font-size: 12px;
	text-decoration: none;
	font-variant: small-caps;
}

a.top:link 
{
	color: #009A84;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

a.top:visited 
{
	color: #009A84;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

a.top:active 
{ 
	color: #009A84; 
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}


