/*
#Template for       www.zimbu.de
#Name:              Main CSS Template
#Specification:     CSS1 + CSS2, MSIE v. 4 + , Netscape v. 4, Netscape v. 6
#Publisher:         ZIMBU - Zimmerei Busskamp
#Author:            PER.CEPTO mediengestaltung, Petra Wedeking
#Author Email:      info@percepto.de
#Creation Date:     01 April 2006
#Release Version:   01 April 2005
*/

body{
	margin: 0px;
}

/*
#Style for Classes
*/

.textS
{
    font-family:Verdana,sans-serif;
    font-size:10px;
    color:#333333;
}

.textM
{
    font-family:Verdana,sans-serif;
    font-size:12px;
    line-height:120%;
    color:#333333;
}

.textMblue
{
    font-family:Verdana,sans-serif;
    font-size:12px;
    line-height:120%;
    color:#0F2B5F;
}

.textMbluebold
{
    font-family:Verdana,sans-serif;
    font-size:12px;
    line-height:120%;
    color:#0F2B5F;
	 font-weight: bold;
}

.textL
{
    font-family:Verdana,sans-serif;
    font-size:12px;
    line-height:120%;
    color:#333333;
}

.textXL
{
	font-family:Verdana,sans-serif;
	font-size: 14px;
	line-height: 120%;
	color: #333333;
	font-weight: bold;
}

.textXLblue
{
    font-family:Verdana,sans-serif;
    font-size:14px;
    line-height:120%;
    color:#0F2B5F;
	 font-weight: bold;
}



/*
#Style for Form Elements 
*/

.lable
{
    font-family:Arial,sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#333333;
}

.inputmail
{
    font-family:Arial,sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#333333;
    width:400px;
    height:18px;
    border:1px solid #333333;
}
.inputmail1
{
    font-family:Arial,sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#333333;
    width:300px;
    height:18px;
    border:1px solid #333333;
}

.textareamail
{
    font-family:Arial,sans-serif;
    font-size:11px;
    font-weight:normal;
    color:#333333;
    width:400px;
    border:1px solid #333333;
}


/*
#Style for Anker Elements - general
*/

a:link 
{
    text-decoration:underline;
	 color:#0F2B5F;
}

a:visited 
{
    text-decoration:underline;
	 color:#0F2B5F;
}

a:active 
{ 
    text-decoration:underline;
	 color:#0F2B5F;
}

a:hover 
{
    text-decoration:none;
	 color:#0F2B5F;
}

/*
#Style for Anker Elements - footer
*/

a.footer 
{
    color:#333333;
    font-size:10px;
    text-decoration:none;
}

a.footer:link 
{
    color:#333333;
    font-size:10px;
    text-decoration:none;
}

a.footer:visited 
{
    color:#333333;
    font-size:10px;
    text-decoration:none;
}

a.footer:active 
{ 
    color:#333333; 
    font-size:10px;
    text-decoration:none;
}

a.footer:hover 
{ 
    color:#333333; 
    font-size:10px;
    text-decoration:none;
}

/*
#Style for Anker Elements - footer
*/

a.rightmenu 
{
    color:#0F2B5F;
	 font-family:Verdana,sans-serif;
	 font-size:11px;
    text-decoration:none;
	 font-weight: bold;
}

a.rightmenu:link 
{
    color:#0F2B5F;
	 font-family:Verdana,sans-serif;
	 font-size:11px;
    text-decoration:none;
	 font-weight: bold;
}

a.rightmenu:visited 
{
    color:#0F2B5F;
	 font-family:Verdana,sans-serif;
	 font-size:11px;
    text-decoration:none;
	 font-weight: bold;
}

a.rightmenu:active 
{ 
    color:#0F2B5F; 
	 font-family:Verdana,sans-serif;
	 font-size:11px;
    text-decoration:none;
	 font-weight: bold;
}

a.rightmenu:hover 
{ 
    color:#FED000; 
	 font-family:Verdana,sans-serif;
	 font-size:11px;
    text-decoration:none;
	 font-weight: bold;
}