
body {font-family:Arial,sans-serif; padding:0px; font-size:12pt; font-weight:normal; background-color:#ffffff;}

/* normaler Text */

a.small { font-size:9pt; font-weight:bold; }

div.fancy { background-color:#e2f2ff;padding:10px; }
/* fuer Abschnitte (divisions) mit hellblauer Hintergrundfarbe */

h1 { font-size:20pt;font-weight:bold; }
h2 { font-size:16pt;font-weight:700; }
h2.fancy { background-color:#ddefff;padding:10px; }
h3 { font-size:14pt; }
h4 { font-size:12pt; }
h5 { font-size:10pt; }
big { font-size: 14pt}
small { font-size:9pt; }
pre { font-family:Courier New,Courier; font-size:11pt; color:#0000C0; }

b { font-weight:700;}
/* Formatierter Text (z. B. Programmcode) */

em { font-weight:700;font-style:normal; }

/* Hervorhebungen (emphasis) */

p { margin-bottom:0px; margin-top:0px; }
/* Absaetze */

p.teamprofile { 
    display: table; 
    margin-bottom: 10px; 
    background-color:#C8DFF2;
    padding: 0 0 1em 0;    
    width: 50em;    
}

.profilerole { 
    display: block; 
    padding: 0.2em 0.5em 0.2em; 
    background: #5C85C7;
    font-weight:bold; 
    margin-bottom: 0.5em; 
    color:#ffffff; 
}

.profilepersons {
    float:left; 
    width:360px;
}
.profileperson { 
    float:left; 
    width:100px; 
    height: 150px;
    font-weight:bold; 
    margin: 0 0 0 1em;
}
img.teamprofile { 
    float:none; 
    width:100px; 
    height:100px; 
    margin-bottom: 0.25em; 
}

.profiletext { 
    display: table; 
    padding:  0 0.5em 0 2em ;
}

table.schedule {
    border: 1px solid black;
    margin-bottom: 0.3em;
}

table.schedule td {
    border: 1px solid black;
    padding: 0.3em;
}


tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
/* text mit monospaced font */

th.green {color:#ffffff;background-color:#6faf7f;}
tr.blue {background-color:#c8dff2;}
th.blue {background-color:#c8dff2;}
td.blue {background-color:#c8dff2;}
td.yellow {background-color:#f8ecd1;}
td.orange {background-color:#efa030;}
td.boxed {border-width:2pt;border-style:solid}
/* Tabellenueberschriften */

a:link { color:#234499;text-decoration:underline; }
a:visited { color:#234499;text-decoration:underline; }
a:active { color:#995545;text-decoration:underline; }
a:hover { color:#996600;text-decoration:underline; }

a.an { text-decoration:none; }

div.toptitle {
	height: 64px;
    background-image:url('../images/topbackground.jpg');
    background-repeat:no-repeat;
    float:left;
    width:559px;
    height:64;
    margin-bottom: 2px;
}
div.toptitleright {
	height: 64px;
    background:  #5C85C8;
    background-image:url('../images/topbackgroundright.jpg');
    background-repeat:no-repeat; 
    background-position:right;
    margin-bottom: 2px;
}
span.title {
    margin: -50px 0 0 12px;
    position:absolute;
}
span.maintitle {
    font-size:20pt;
    font-weight:bold;
    color: #002299;
}
span.subtitle {
    padding-left: 1em;
    font-size:13pt;
    color:  #FFFFFF;
}
.maincontent {
    margin: 0 0 1em 11em;
    padding: 0;
}
.pagetitle { 
    margin: 1em 0 0.5em 0;
    font-size:22pt;
    font-weight:bold;
    color:#cf7030;
}
.leftborder {
    background:	#F7E7B5;
    float:left;
    margin: 3px 0 1.2em;
    padding: 1em;
    height:50em;
    /*border-right: 2px solid #C7B785;*/
    background-image:url('../images/borderstripe.jpg');
    background-repeat: repeat-y;
    
}
.footer {
    font-style:italic;
    color:#30309f;
    font-weight:bold;
    margin-top: 3em;
    margin-left: 10em;
}
.footer p  {
    font-size:10pt; 
    color:#cc9966;
    text-align:right;
    font-weight:normal;
}