/* CSS Document */


/* Anpassen der Seite auf korrekte Anzeige mit iPhones */

html {-webkit-text-size-adjust: none}


.headerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
    cursor: hand;
}

.headerLinksSep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
}

.headerUsername {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CCFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 12px;
}

.headerLinks:link { }
.headerLinks:hover { color: #9FC6FF; text-decoration: none; }
.headerLinks:visited { }
.headerLinks:active { }

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
/* titel mit Link drauf */
a:link.titel, a:visited.titel, a:hover.titel {
	color: #000000;
/*	text-decoration: none; Das underline wieder aktivieren*/
}

a:hover.titel {
	text-decoration:underline;
	color: #0000FF;
}
/* Ende titel mit Link drauf */

.untertitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.normaltext {
    font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 11px;
    font-weight: normal;
	}
	
/* normaltext mit Link drauf */
a:link.normaltext, a:visited.normaltext, a:hover.normaltext {
	color: #000000;
	text-decoration: none;
}

a:hover.normaltext {
	text-decoration:underline;
}
/* Ende normaltext mit Link drauf */

.kleintext {
    font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 9px;
        font-weight: normal;
	}

.fetttext {
    font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 11px;
	font-weight: bold;
	}

/* fetttext mit Link drauf */
a:link.fetttext, a:visited.fetttext, a:hover.fetttext {
	color: #000000;
	text-decoration: none;
}

a:hover.fetttext {
	text-decoration:underline;
	color: #0000FF;
}
/* Ende fetttext mit Link drauf */

.bildlegende {
    font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 9px;
	font-weight: bold;
	}

.listentext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.spaltenkopf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.newscliptitel {
    font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 11px;
	color: #212D81;
	font-weight: bold;
	text-decoration: none;
	}
	
.newscliptitel:link { }
.newscliptitel:hover { }
.newscliptitel:visited { }
.newscliptitel:active { }

.boxtitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0050A2;
	font-weight: bold;
	}

.boxlinklist {
    font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 11px;
	color: #212D81;
	text-decoration: none;
	}

a:hover.boxlinklist {
	text-decoration:underline;
}

.linkbold {
    font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 11px;
	font-weight: bold;
	color: #212D81;
	text-decoration: none;
	}

a:hover.linkbold {
	text-decoration:underline;
}

.spaltenkopf:link { color: #FFFFFF; }
.spaltenkopf:visited { color: #FFFFFF; }
.spaltenkopf:hover { color: #9FC6FF; }

.feldnamen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.dieseseite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.dieseseite:link { color: #006699; text-decoration: none; }
.dieseseite:hover { }
.dieseseite:visited { color: #006699; text-decoration: none; }
.dieseseite:active { }

#
# Styles fuer die Boxen auf der Quadriga Startseite
#

.titel_bg_blau {
	background-image: url(http://www.ruf.ch/images_box_blau/titel_bg_blau.jpg);
}
.border {
	border-bottom: thin dotted #0000FF;
}

.zellenumrandung {
	border: 1px solid #0251A3;
}

.zellenumrandungWeiss {
	border: 1px solid #FFFFFF;
}

.zellenumrandungGrau {
	border: 1px solid #A1A5A9;
}

.gepunktetunten {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #0251A3;
}

.dotsrundum {
	border: 1px dotted #A1A5A9;
}

.dotsunten {
	border-bottom: 1px dotted #A1A5A9;
}

.linktitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #212D81;
	text-decoration: none;
}

.formfield_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width:120px;
	height:12px;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}

.balken { 
        background-image: url(http://www.ruf.ch/images_header/kopf_dblau900x71.gif);
        background-repeat: repeat-y;
}
