html, body {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	background-image: url(../gfx/bg_root.gif);
	background-repeat: repeat-y;
}
p,b,i,td,ul,ol,li,th,div,table,select,input{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	vertical-align: top;
}
h3 {
	font-size: 18px;
	color: #FF6633;
	background-image: url(../gfx/mp_h3_ico.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	padding-left: 25px;

}
h4 {
 font-size: 18px;
	color: #FF6633;
	background-image: url(../gfx/mp_h3_ico.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	padding-left: 25px;
}
#main {
	min-height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 800px;
}
#left {
	width: 150px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../gfx/mp_left.gif);
	background-repeat: no-repeat;
	float: left; 
	}
#raytrace {
	width: 150px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../gfx/mp_3d.jpg);
	background-repeat: no-repeat;
	float: left; 
	}
#photoshop {
	width: 150px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../gfx/mp_left.gif);
	background-repeat: no-repeat;
	float: left; 
	}
#web {
	width: 150px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../gfx/mp_web.jpg);
	background-repeat: no-repeat;
	float: left; 
}
#print {
	width: 150px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../gfx/mp_print.jpg);
	background-repeat: no-repeat;
	float: left; 
}
#vektor {
	width: 150px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../gfx/mp_vektor.jpg);
	background-repeat: no-repeat;
	float: left; 
	}
#portfolio {
	width: 150px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../gfx/mp_profil.jpg);
	background-repeat: no-repeat;
	float: left; 
	}
#guest {
	width: 150px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../gfx/mp_guest.jpg);
	background-repeat: no-repeat;
	float: left; 
	}
#impressum {
	width: 150px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../gfx/mp_impressum.jpg);
	background-repeat: no-repeat;
	float: left; 
	}
#menue {
	width: 100px;
	height: 100%;
	float: left;
}
#content {
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	width: 480px;
	clear: none;
	height: 100%;
}
#right {
	padding-left: 20px;
	float: left;
	padding-top: 30px;
}

#ul_menue {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0px;
	padding-top: 35px;

}
#ul_menue li a:link {
	color: #FF6633;
	text-decoration: none;
	line-height: 18px;
}
#ul_menue li a:visited {
	text-decoration: none;
	color: #FF6633;
	line-height: 18px;
}
#ul_menue li a:hover {
	text-decoration: none;
	color: #FF9933;
	line-height: 18px;
}
#ul_menue li a:active {
	text-decoration: none;
	line-height: 18px;
}
#ul_menue #mnu-active {
	text-decoration: none;
	line-height: 18px;
	background-image: url(../gfx/mp_mnu_ico.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
	color: #FF6633;
}
.ul_galerie {list-style-type: none;}
.ul_galerie img { margin: 6px;	height: 110px;	width: 110px;	border: 0px; }
.pt02 {	padding-top: 2px; }
.pt05 {	padding-top: 5px; }
.pt10 {	padding-top: 10px; }
.pt30 {	padding-top: 30px; }
.validome {	position: absolute;	bottom: 20px;	left: 280px; }
.block { text-align: justify; }
a:link, a:visited {
	font-size: 11px;
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #FF9933;
	text-decoration: none;
}
.ext {
	background: url(../gfx/ext_link.gif) no-repeat;
	padding-left: 13px;
}
.border {
	border: 1px dotted #FF6633;
	padding: 5px;
}