/* 
    Document   : fonts.css
    Created on : 10.12.2009, 16:27:12
    Author     : abuchenscheit
*/

body {
    font-family:            Verdana, Arial, Helvetica, sans-serif;
    font-size:		    10pt;
    color:                  #444444;
}

/* links */
a:link {
    text-decoration:	    none;
    color:		    #eb8100;
}

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

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

a:hover {
    text-decoration:	    underline;
    color:		    #ff9900;
}

a.eventList:hover {
    text-decoration:	    none;
}

/* headings */
h1{
    padding:		    0px;
    margin:		    0px;
    color:		    #f38500;
    font-weight:	    bold;
    font-size:		    20px;

}

h2{
    color:		    #f38500;
    font-size:		    14px;
    font-weight:	    bold;
}

h3{
    color:		    #444444;
    font-size:		    14px;
    font-weight:	    bold;
    margin:		    0px;
}

h3.boxHeader{
    font-size: 16px; 
    font-weight: bold;
}

#path{
    color:		    #888888;
    font-size:		    8pt;
}

/* promo contact */
#contact{
    color:                  #666666;
    font-size:		    14pt;
}

/* menu */
#menucontent {
    font-size:		    10pt;
    color:		    #eb8100;
}

/* main */
#content{
    font-size:		    10pt;
    color:		    #444444;
}

/* forms */
label{
    font-weight:            normal;
    color:		    #444444;
}

label.error{
    color:		    red;
    font-size:              smaller;
    display:                block;
}

.error{
    color:		    red;
}

.tdDescription, .tdDescription label{
    font-weight:	    bold;
}

.agb.header {
    font-weight:            bold;
    margin-top:             20px;
}