
a:link {
	text-decoration: none;
	color : Yellow;
	font-weight : bold;
}
	
	
a:active {
	font-weight:bold;
	color : Yellow;
	text-decoration:none
}	
	
	  
a:visited {
	text-decoration: none;
	color : Yellow;
	font-weight : bold;
}

a:hover {
	text-decoration:none;
	color : Red;
	font-weight : bold;
	font-style : italic;
}


a:focus {
	color: Red;
	text-decoration:none;
	font-weight : bold;
}


#bg{
	background-image: url(./bilder/cloaca_bg_1280.jpg);
	border : none;
	background-repeat : no-repeat;
	width : 100%;
	height : 100%;
}

#bgrp{
	background-image: url(./bilder/cloaca_bg_1280.jpg);
	border : none;
	background-repeat : repeat-y;
	width : 100%;
	height : 100%;
}



#bgwz{
	background-image: url(./bilder/cloaca_bg_wz_1280.jpg);
	border : none;
	background-repeat : repeat-y;
}


#sf01L {
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	font-size : 16;
	font-weight : normal;
	
}	


#sf01R {
	
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;
	font-size : 22;
}	

#sf01LB {
	
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	color : #DC143C;
	font-size : 16;
	font-style: normal;
	font : bold;
}	

#sf01RB {
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;
	color : #DAA520;
	font-size : 12;
	font-style: normal;
	position : relative;
	right: 10%;
	font-weight : bold;
}	

#sf03 {
	font-family : "Times New Roman", Times, serif;
	text-align : center;
	color : #00008B;
	font-size : 4;
	font-style: normal;
}	


#sf03a {
	font-family : "Times New Roman", Times, serif;
	color : #00008B;
	font-size : 4;
	font-style: normal;
	text-align : center;
}	


#sf03b{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16;
	color : #FFD700;
	line-height : 140%;
	text-align : center;
	font-weight : normal;
}	


#sf04{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14;
	color : #F0FFFF;
	text-align : left;
	font-weight : normal;
	vertical-align : top;
}	

#sf04r{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14;
	color : #F0FFFF;
	text-align : right;
	font-weight : normal;
	vertical-align : top;
}	

#sf04red{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14;
	color : Red;
	text-align : right;
	font-weight : bold;
	vertical-align : top;
}	

#sf05{
	font-family : "Courier New", Courier, monospace;
	font-size : 14;
	color : #F0FFFF;
	text-align : left;
	font-weight : normal;
	vertical-align : top;
}	

#sf04pos{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14;
	color : #F0FFFF;
	text-align : left;
	font-weight : normal;
	vertical-align : top;
	position : relative;
	left : 5%;
}	

#pos01{
	position : relative;
	left : 6%;
}

#pos02{
	position : relative;
	right: 10%;
}

#pos03{
	position : relative;
	left : 2%;
}


#pos04{
	position : absolute;
	left : 0;
	top : 0;

}



#10h{
	height : 10%;
}

#80h{
	height : 80%;
}