
/* text */

.titel {
	color:#DF552E;
	font-size:18px;
	font-family:Arial, Helvetica, Verdana, Geneva;
	font-weight:bold;
	line-height:20px;
}

.text {
	color:white;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, Geneva;
	line-height:16px;
}


a:link {
	color:white;
	text-decoration:underline;
}
a:visited  {
	color:white;
	text-decoration:underline;
}
a:hover  { 
	color:#DF552E;
	text-decoration:none;
}
a:active  { 
	color:white;
	text-decoration:none;
}


/* cmstext */

.cmstext {
	color:white;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, Geneva;
	line-height:16px;
}


/* klein-auszeichnungen */

.weiss {
	color:white;
}

.bold {
	font-weight:bold;
}

.boldweiss {
	color:white;
	font-weight:bold;
}


/* fusszeile */

.fusszeile {
	color:white;
	font-size:10px;
	font-family:Arial, Helvetica, Verdana, Geneva;
	font-weight:bold;
	line-height:12px;
}

.fusszeile a:link {
	color:white;
	text-decoration:none;
}
.fusszeile a:visited  {
	color:white;
	text-decoration:none;
}
.fusszeile a:hover  { 
	color:white;
	text-decoration:underline;
}
.fusszeile a:active  { 
	color:white;
	text-decoration:none;
}


/* info-texte im cms */

.nav_info {
	color:#FF6969;
	background:#F0F0A0;
	font-size:11px;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, Geneva;
	font-weight:bold;
}


/* bilder (rahmen) */

img {
	border:0px;
}


/* body */

Body {

background-color:#003F7A;

margin-left:15px;
margin-right:15px;
margin-top:15px;
margin-bottom:15px;

font-size:11px;
line-height:18px;

}

/* (c) bei www.filmreif.ch */
