/*
#Template for       www.fitforlife-schwerte.de
#Name:              Main CSS Template
#Specification:     CSS1 + CSS2, MSIE v. 4 + , Netscape v. 4, Netscape v. 6
#Publisher:         Fitforlife-Schwerte
#Creation Date:     Nov 2004
#Release Version:   Nov 2004
*/

/*
#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;
}

.textintrobig
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: Black;
}


.textintrobb
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #453D9D;
}


.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; 
}

.textrightbig
{
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: Black;
	padding-left: 10; 
	padding-right: 10; 
}


.headright
{
	font-family: Arial,sans-serif;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2;
	background-color: #453D9D;
	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;
}


.inputmail
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	width: 180px;
	height: 22px;
	border: 1px solid #000000;
}

.textareamail
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	width: 390px;
	border: 1px solid #000000;
}

/*
#Style for Anker Elements - general
*/

a:link 
{
	color: #453B3C;
	text-decoration: underline;
}

a:visited 
{
	color: #453B3C;
	text-decoration: underline;
}

a:active 
{ 
	color: #453B3C; 
	text-decoration:underline;
}

a:hover 
{
	color: #453B3C; 
	text-decoration:none;
}

/*
#Style for Anker Elements - teaser
*/

a.detailaction:link 
{
	color: #000000;
	font-family:Arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}

a.detailaction:visited 
{
	color: #000000;
	font-family:Arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}

a.detailaction:active 
{ 
	color: #000000; 
	font-family:Arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}

a.detailaction:hover 
{
	color: #000000; 
	font-family:Arial,sans-serif;
	font-size: 12px;
	text-decoration: underline;
	
}

a.top:link 
{
	color: #453B3C;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

a.top:visited 
{
	color: #453B3C;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

a.top:active 
{ 
	color: #453B3C; 
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}