/* CSS styles for dominik-friebel.de */

body{ background: white; }

#vita{ margin-top: 15px;}


.downl{
	margin-top: 5px;
	margin-right: 0px;
	text-align: right;
	}
	.downl:hover{
		filter:alpha(opacity=55); -moz-opacity:0.55; opacity:0.55; -khtml-opacity:0.55;
		}	
	.downl:active{
		filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; -khtml-opacity:0.70;
		}

.lila {color: #f785ff;}

#info{visibility: hidden; height: 10px;} 			/* div for some hidden tags */

a{	text-decoration: none; 
	outline: none;
	color: #999; 					/* hiding selected status in firefox */
	}
	
a:visited{ color: #4fb5d0; text-decoration: none; }
a:hover{ color: #36bc0a; text-decoration: none; }

a:active{ text-decoration: none;}

img{border: none;}

/* LINKS: VITA, KONTAKT, PORTFOLIO */
.topmenue{
		width: 249px;
		height: 44px;
		filter:alpha(opacity=100); -moz-opacity:0.99; opacity:0.99; -khtml-opacity:0.99;
		}
.topmenue:hover{
		filter:alpha(opacity=55); -moz-opacity:0.55; opacity:0.55; -khtml-opacity:0.55;
		}	
.topmenue:active{
		filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; -khtml-opacity:0.70;
		}		
		
#smalltxt{
		margin-top: 20px;
		font-size: 9px;
		color: #c8c9b9;
		}


#main{
	position: absolute;
	top: 30px;
	left:150px;
	}

#mov{
	margin-top: 7px;	
	}

#footer{
	margin-top: 18px;	
	width: 420px;
	}
	



body{
		color: #8c8b78;
		font-size: 11px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
	}






