/*
#Name:              Main CSS Template
#Specification:     CSS1 + CSS2
#Author:            PER.CEPTO mediengestaltung, Petra Wedeking
#Author Email:      info@percepto.de
#Creation Date:     30 April 2009
#Release Version:   30 April 2009
*/

html   {
	height: 101%;
}

body
{
	margin: 0px;
 	height: 101%;
}

/*
#Style for Classes
*/

.textS
{
    font-family:Verdana,sans-serif;
    font-size:10px;
    line-height:120%;
    color:#000000;
}

.textM,li,ul
{
    font-family:Verdana,sans-serif;
    font-size:12px;
    line-height:120%;
    color:#000000;
}

.textL
{
    font-family:Verdana,sans-serif;
    font-size:14px;
    line-height:120%;
    color:#000000;
}

.textXL
{
    font-family:Verdana,sans-serif;
    font-size:18px;
    line-height:120%;
    color:#000000;
}

.textSwhite
{
    font-family:Verdana,sans-serif;
    font-size:10px;
    line-height:120%;
    color:#ffffff;
}

.textMwhite
{
    font-family:Verdana,sans-serif;
    font-size:12px;
    line-height:120%;
    color:#ffffff;
}

.textLwhite
{
    font-family:Verdana,sans-serif;
    font-size:14px;
    line-height:120%;
    color:#ffffff;
}

.textXLwhite
{
    font-family:Verdana,sans-serif;
    font-size:18px;
    line-height:120%;
    color:#ffffff;
}
/*
#Style for Anker Elements - general
*/

a:link 
{
    text-decoration:none;
	 color:#000000;
}

a:visited 
{
    text-decoration:none;
	 color:#000000;
}

a:active 
{ 
    text-decoration:none;
	 color:#1e9838;
}

a:hover 
{
    text-decoration:none;
	 color:#1e9838;
}




