/* DATEI: style.css */

/* BODY */
body {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:10pt; }

/* Hyperlinks */
a:link {font-family:verdana,arial,helvetica,geneva,sans serif;text-decoration:none;color:red; }
a:visited {font-family:verdana,arial,helvetica,geneva,sans serif;text-decoration:none;color:red; }
a:active {font-family:verdana,arial,helvetica,geneva,sans serif;text-decoration:none;color:red; }
a:hover {font-family:verdana,arial,helvetica,geneva,sans serif;text-decoration:underline;color:red; }

/* Standardschrift */
td {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:10pt; }
p {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:10pt; }
li {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:10pt; }
tbody {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:10pt; }

/* Standardschrift rot fett*/
td.rb10 {font-family:verdana,arial,helvetica,geneva,sans serif;color:red;font-size:10pt;font-weight:bold; }
p.rb10 {font-family:verdana,arial,helvetica,geneva,sans serif;color:red;font-size:10pt;font-weight:bold; }
.rb10 {font-family:verdana,arial,helvetica,geneva,sans serif;color:red;font-size:10pt;font-weight:bold; }

/* Standardschrift fett*/
td.b10 {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:10pt;font-weight:bold; }
p.b10 {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:10pt;font-weight:bold; }
.b10 {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:10pt;font-weight:bold; }

/* Standardschrift small */
td.small {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt; }
p.small {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt; }
.small {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt; }

/* Standardschrift xsmall */
td.xsmall {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:7pt; }
p.xsmall {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:7pt; }
.xsmall {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:7pt; }

/* Standardschrift small fett*/
td.smallb {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;font-weight:bold; }
p.smallb {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;font-weight:bold; }
.smallb {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;font-weight:bold; }

/* Standardschrift klein rot fett */
td.smallrb {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;color:red;font-weight:bold; }
p.smallrb {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;color:red;font-weight:bold; }
.smallrb {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;color:red;font-weight:bold; }

/* Standardschrift klein rot */
td.smallr {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;color:red; }
p.smallr {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;color:red; }
.smallr {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;color:red; }

/* Standardschrift klein weiss */
td.smallw {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;color:white; }
p.smallw {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;color:white; }
.smallw {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:8pt;color:white; }

/* Standardschrift normal */
td.normal {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:12pt; }
p.normal {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:12pt; }
.normal {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:12pt; }

/* Standardschrift normalfett */
td.normalb {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:12pt;font-weight:bold; }
p.normalb {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:12pt;font-weight:bold; }
.normalb {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:12pt;font-weight:bold; }

/* Standardschrift big */
td.big {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:14pt; }
p.big {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:14pt; }
.big {font-family:verdana,arial,helvetica,geneva,sans serif;font-size:14pt; }

/* Überschrift */
td.headline {font-family:tahoma,verdana,helvetica,geneva,sans serif;font-size:14pt;font-weight:bold; }
p.headline {font-family:tahoma,verdana,helvetica,geneva,sans serif;font-size:14pt;font-weight:bold; }
.headline {font-family:tahoma,verdana,helvetica,geneva,sans serif;font-size:14pt;font-weight:bold; }


/* Zellenformatierung Tabellenformatierung*/

.zellelinks {
	   border-left:1px dotted #FF0000;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   width:180px;
	   background-color: #E9E9E9;
}

.zellerechts {
	   border-left:none;
	   border-right:1px dotted #FF0000;
	   border-top:none;
	   border-bottom:none;
	   width:600px;
	   background-color: #FFFFFF;
}

.linkerrand_top {
	   border-left:none;
	   border-right:1px solid #FFFFFF;
	   border-top:none;
	   border-bottom:1px solid #FFFFFF;
	   background-color: #dcdcdc;
}

.linkerrand_rot {
	   border-left:none;
	   border-right:1px solid #FFFFFF;
	   border-top:none;
	   border-bottom:1px solid #FFFFFF;
	   height:12px;
	   background-color: #FF0000;
}

.linkerrand_logo {
	   border-left:none;
	   border-right:1px solid #FFFFFF;
	   border-top:none;
	   border-bottom:1px solid #FFFFFF;
	   background-color: #FFFFFF;
}

.linkerrand_navispace {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   background-color: #E9E9E9;
}

.linkerrand_grau {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   background-color: #E9E9E9;
}

.mitte_grau {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   background-color: #E9E9E9;
}

.linkerrand_navi {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   background-color: #FFFFFF;
}

.linkerrand_vorjahr {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   background-image:url('http://www.hiv-im-dialog.de/2007_/gif/bg_vorjahre.gif');
}

.navi {
	   border:none;
	   height:38px;
	   font-family:verdana,arial,helvetica,geneva,sans serif;
	   font-size:12pt;
	   color:#000000;
	   font-weight:bold;
	   background-image:url('http://www.hiv-im-dialog.de/2007_/gif/bg_navi_links.gif');
}

.navischwarz {
	   border:none;
	   height:38px;
	   font-family:verdana,arial,helvetica,geneva,sans serif;
	   font-size:12pt;
	   color:#000000;
	   font-weight:bold;
	   background-image:url('http://www.hiv-im-dialog.de/2007_/gif/bg_navi_links.gif');
}

.navirechts {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   width:550px;
	   background-image:url('http://www.hiv-im-dialog.de/2007_/gif/bg_hauptteil_oben.gif');
}

.inhalt {
	   border:none;
	   width:400px;
	   background-color: #FFFFFF;
}

.zweispaltig {
	   border:none;
	   width:550px;
	   background-color: #FFFFFF;
}

.box {
	   border:1px solid #DCDCDC;
	   width:140px;
	   background-image:url('http://www.hiv-im-dialog.de/2007_/gif/bg_box_rechts.gif');
}


.spacer {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   width:50px;
	   background-color: #FFFFFF;
}

.bottomright {
	   border-left:none;
	   border-right:none;
	   border-top:1px dotted #FF0000;
	   border-bottom:none;
	   background-color: #FFFFFF;
}


.rechterrand_top {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:1px solid #FFFFFF;
	   background-color: #dcdcdc;
}

.rechterrand_rot {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:1px solid #FFFFFF;
	   height:12px;
	   background-color: #FF0000;
}

.rechterrand_logo {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:1px solid #FFFFFF;
	   background-color: #FFFFFF;
}

.rechterrand_inhalt {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   width:150px;
	   background-color: #FFFFFF;
}

.links {
	   border-left:1px solid #808080;
	   border-right:1px solid #808080;
	   border-top:1px solid #808080;
	   border-bottom:1px solid #808080;
	   width:100%;
	   background-color: #E9E9E9;
}

.kampagnen {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   width:410px;
	   align:center;
	   background-color: #FFFFFF;
	   padding:5px;
}

.referentenlinks {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:1px dotted #FF0000;
	   vertical-align:middle;
	   width:200px;
	   height:30px;
	   background-color: #FFFFFF;
}

.referentenrechts {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:1px dotted #FF0000;
	   vertical-align:middle;
	   background-color: #FFFFFF;
}

.programmg {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   vertical-align:top;
	   background-color: #DCDCDC;
}

.programmw {
	   border-left:none;
	   border-right:none;
	   border-top:none;
	   border-bottom:none;
	   vertical-align:top;
	   background-color: #FFFFFF;
}