/*
#Template for       www.hohenhorst-challenge.de
#Name:              Main CSS Template
#Specification:     CSS1 + CSS2, MSIE v. 4 + , Netscape v. 4, Netscape v. 6
#Publisher:         Michaela Merchel
#Author:            PER.CEPTO mediengestaltung, Petra Wedeking
#Author Email:      info@percepto.de
#Creation Date:     20 Sep 2005
#Release Version:   20 Sep 2005
*/

body{
	margin: 0px;
}

/*
#Style for Classes
*/

.textS
{
    font-family:Verdana,sans-serif;
    font-size:10px;
    line-height:120%;
    color:#ffffff;
}

.textM,li,ul
{
    font-family:Verdana,sans-serif;
    font-size:11px;
    line-height:120%;
    color:#ffffff;
}

.textL
{
    font-family:Verdana,sans-serif;
    font-size:13px;
    line-height:120%;
    color:#ffffff;
}

/*
#Style for Anker Elements - general
*/

a:link 
{
    text-decoration:underline;
	 color:#ffffff;
}

a:visited 
{
    text-decoration:underline;
	 color:#ffffff;
}

a:active 
{ 
    text-decoration:underline;
	 color:#ffffff;
}

a:hover 
{
    text-decoration:none;
	 color:#ffffff;
}


a:link.footer
{
    text-decoration:none;
	 color:#003073;
}

a:visited.footer
{
    text-decoration:none;
	 color:#003073;
}

a:active.footer
{ 
    text-decoration:none;
	 color:#003073;
}

a:hover.footer
{
    text-decoration:none;
	 color:#003073;
}


#content {
	position: absolute; /*	left: 0px;
	top: 120px;
*/
	width: 475px;
	height: 340px;
	z-index: 10;
	overflow: auto;
	scrollbar-arrow-color: #003073;
	scrollbar-base-color: #7B8FAB;
	scrollbar-face-color: #3B6094;
}
