/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}






/* --- navigation --- */
.header 
{
	background-color:#000;
	background-image:url(Navigation/bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	position: fixed;
    top: 0;
	padding-top:0px;
	z-index:10;
}

#logo {
	position:relative;
	background-image:url(Navigation/logo.png);
	background-repeat:no-repeat;
	width:281px;
	height:24px;
	margin:20px auto -40px auto;
	z-index:20;	
		
}



.nav {
	position:relative;
	width:730px;
	margin:auto;
	padding-top:66px;
}

.nav li {float:left}


/* --- btn web --- */

.nav li #btn1
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:56px;
	height:34px;
	background-position: 0px 0px;
	float:left;
}	

.nav li #btn1:hover 
{
	background-position: 0px 34px;
}

/* --- btn print --- */

.nav li #btn2
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:53px;
	height:34px;
	background-position: -56px 0px;
	float:left;
}	

.nav li #btn2:hover 
{
	background-position: -56px -34px;
}

/* --- btn 3d --- */

.nav li #btn3
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:44px;
	height:34px;
	background-position: -110px 0px;
	float:left;
}	

.nav li #btn3:hover 
{
	background-position: -110px -34px;
}

/* --- btn animation --- */

.nav li #btn4
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:87px;
	height:34px;
	background-position: -155px 0px;
	float:left;
}	

.nav li #btn4:hover 
{
	background-position: -155px -34px;
}

/* --- btn illustration --- */

.nav li #btn4a
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:85px;
	height:34px;
	background-position: -645px 0px;
	float:left;
}	

.nav li #btn4a:hover 
{
	background-position: -645px -34px;
}


/* --- btn logos --- */

.nav li #btn4z
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:61px;
	height:34px;
	background-position: -730px 0px;
	float:left;
}	

.nav li #btn4z:hover 
{
	background-position: -730px -34px;
}


/* --- btn fotos --- */

.nav li #btn5
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:59px;
	height:34px;
	background-position: -243px 0px;
	float:left;
}	

.nav li #btn5:hover 
{
	background-position: -243px -34px;
}

/* --- btn profil --- */

.nav li #btn6
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:57px;
	height:34px;
	background-position: -303px 0px;
	float:left;
}	

.nav li #btn6:hover 
{
	background-position: -303px -34px;
}

/* --- btn skill --- */

.nav li #btn7
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:53px;
	height:34px;
	background-position: -361px 0px;
	float:left;
}	

.nav li #btn7:hover 
{
	background-position: -361px -34px;
}

/* --- btn clients --- */

.nav li #btn8
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:68px;
	height:34px;
	background-position: -415px 0px;
	float:left;
}	

.nav li #btn8:hover 
{
	background-position: -415px -34px;
}

/* --- btn kontakt --- */

.nav li #btn9
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:67px;
	height:34px;
	background-position: -484px 0px;
	float:left;
}	

.nav li #btn9:hover 
{
	background-position: -484px -34px;
}

/* --- btn impressum --- */

.nav li #btn10
{
	display:block;
	background-image:url(Navigation/navi.png);
	width:88px;
	height:34px;
	background-position: -552px 0px;
	float:left;
}	

.nav li #btn10:hover 
{
	background-position: -552px -34px;
}


/* --- ground zero --- */

.body
{
	background-color:#000000;
	margin: 0;
    padding: 0;
}


/* --- content rahmen --- */

#border
{
	max-width: 1240px;
	height:100%;
	background-color:#000000;
	position:relative;
	background-position:center;
	margin:0 auto 0;
}

#border div{float:left;}

/* --- content rahmen --- */

.space       {
	
	display:block;
	width:100%;
	height:150px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- einleitung web --- */

#web       {
	
	display:block;
	background-image:url(Web/web.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* --- web --- */

#web01 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/01.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web01 a:hover {
	
	background-image:url(Web/01.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web02 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/02.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web02 a:hover {
	
	background-image:url(Web/02.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}


/* ------ */

#web03 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/03.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web03 a:hover {
	
	background-image:url(Web/03.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web04 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/04.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web04 a:hover {
	
	background-image:url(Web/04.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web05 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/05.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web05 a:hover {
	
	background-image:url(Web/05.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web06 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/06.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web06 a:hover {
	
	background-image:url(Web/06.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}


/* ------ */

#web07 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/07.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web07 a:hover {
	
	background-image:url(Web/07.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web08 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/08.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web08 a:hover {
	
	background-image:url(Web/08.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web09 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/09.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web09 a:hover {
	
	background-image:url(Web/09.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web10 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/10.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web10 a:hover {
	
	background-image:url(Web/10.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web11 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/11.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web11 a:hover {
	
	background-image:url(Web/11.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web12 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/12.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web12 a:hover {
	
	background-image:url(Web/12.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web13 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/13.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web13 a:hover {
	
	background-image:url(Web/13.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web14 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/14.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web14 a:hover {
	
	background-image:url(Web/14.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

/*#web15 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/15.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web15 a:hover {
	
	background-image:url(Web/15.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}*/

/* ------ */

#web16 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/16.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web16 a:hover {
	
	background-image:url(Web/16.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web17 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/17.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web17 a:hover {
	
	background-image:url(Web/17.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web18 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/18.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web18 a:hover {
	
	background-image:url(Web/18.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web19 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/19.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web19 a:hover {
	
	background-image:url(Web/19.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}


/* ------ */

#web20 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/20.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web20 a:hover {
	
	background-image:url(Web/20.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web21 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/21.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web21 a:hover {
	
	background-image:url(Web/21.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web22 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/22.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web22 a:hover {
	
	background-image:url(Web/22.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web23 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/23.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web23 a:hover {
	
	background-image:url(Web/23.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web24 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/24.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web24 a:hover {
	
	background-image:url(Web/24.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web25 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/25.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web25 a:hover {
	
	background-image:url(Web/25.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web26 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/26.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web26 a:hover {
	
	background-image:url(Web/26.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web27 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/27.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web27 a:hover {
	
	background-image:url(Web/27.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web28 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/28.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web28 a:hover {
	
	background-image:url(Web/28.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web29 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/29.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web29 a:hover {
	
	background-image:url(Web/29.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web30 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/30.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web30 a:hover {
	
	background-image:url(Web/30.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web31 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/31.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web31 a:hover {
	
	background-image:url(Web/31.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}


/* ------ */

#web32 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/32.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web32 a:hover {
	
	background-image:url(Web/32.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web33 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/33.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web33 a:hover {
	
	background-image:url(Web/33.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web34 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/34.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web34 a:hover {
	
	background-image:url(Web/34.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web35 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/35.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web35 a:hover {
	
	background-image:url(Web/35.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web36 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/36.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web36 a:hover {
	
	background-image:url(Web/36.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web37 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/37.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web37 a:hover {
	
	background-image:url(Web/37.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web38 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/38.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web38 a:hover {
	
	background-image:url(Web/38.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web39 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/39.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web39 a:hover {
	
	background-image:url(Web/39.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web40 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/40.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web40 a:hover {
	
	background-image:url(Web/40.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web41 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/41.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web41 a:hover {
	
	background-image:url(Web/41.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web42 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/42.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web42 a:hover {
	
	background-image:url(Web/42.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web43 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/43.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web43 a:hover {
	
	background-image:url(Web/43.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#web44 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/44.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web44 a:hover {
	
	background-image:url(Web/44.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web45 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/45.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web45 a:hover {
	
	background-image:url(Web/45.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web46 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/46.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web46 a:hover {
	
	background-image:url(Web/46.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web47 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/47.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web47 a:hover {
	
	background-image:url(Web/47.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web48 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/48.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web48 a:hover {
	
	background-image:url(Web/48.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web49 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/49.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web49 a:hover {
	
	background-image:url(Web/49.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web50 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/50.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web50 a:hover {
	
	background-image:url(Web/50.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}


/* ------ */

#web51 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/51.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web51 a:hover {
	
	background-image:url(Web/51.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web52 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/52.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web52 a:hover {
	
	background-image:url(Web/52.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web53 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/53.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web53 a:hover {
	
	background-image:url(Web/53.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web54 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/54.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web54 a:hover {
	
	background-image:url(Web/54.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web55 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/55.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web55 a:hover {
	
	background-image:url(Web/55.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web56 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/56.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web56 a:hover {
	
	background-image:url(Web/56.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web57 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/57.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web57 a:hover {
	
	background-image:url(Web/57.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
;				
}

/* ------ */

#web58 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/58.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web58 a:hover {
	
	background-image:url(Web/58.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* ------ */

#web59 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/59.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web59 a:hover {
	
	background-image:url(Web/59.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* ------ */

#web60 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/60.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web60 a:hover {
	
	background-image:url(Web/60.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* ------ */

#web61 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/61.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web61 a:hover {
	
	background-image:url(Web/61.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* ------ */

#web62 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/62.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web62 a:hover {
	
	background-image:url(Web/62.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* ------ */

#web63 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/63.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web63 a:hover {
	
	background-image:url(Web/63.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* ------ */

#web64 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Web/64.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#web64 a:hover {
	
	background-image:url(Web/64.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}


/* --- einleitung print --- */

#print       {
	
	display:block;
	background-image:url(Print/print.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* --- print --- */

#print01 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/01.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print01 a:hover {
	
	background-image:url(Print/01.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print02 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/02.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print02 a:hover {
	
	background-image:url(Print/02.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print03 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/03.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print03 a:hover {
	
	background-image:url(Print/03.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print04 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/04.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print04 a:hover {
	
	background-image:url(Print/04.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print05 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/05.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print05 a:hover {
	
	background-image:url(Print/05.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print06 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/06.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print06 a:hover {
	
	background-image:url(Print/06.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print07 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/07.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print07 a:hover {
	
	background-image:url(Print/07.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print08 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/08.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print08 a:hover {
	
	background-image:url(Print/08.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print09 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/09.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print09 a:hover {
	
	background-image:url(Print/09.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print10 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/10.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print10 a:hover {
	
	background-image:url(Print/10.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print11 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/11.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print11 a:hover {
	
	background-image:url(Print/11.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print12 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/12.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print12 a:hover {
	
	background-image:url(Print/12.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print13 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/13.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print13 a:hover {
	
	background-image:url(Print/13.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- print --- */

#print14 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Print/14.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#print14 a:hover {
	
	background-image:url(Print/14.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* --- einleitung ilu --- */

#ilu       {
	
	display:block;
	background-image:url(Illustration/ilu.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* --- ilu --- */

#ilu01 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/01.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu01 a:hover {
	
	background-image:url(Illustration/01.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#ilu02 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/02.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu02 a:hover {
	
	background-image:url(Illustration/02.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#ilu03 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/03.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu03 a:hover {
	
	background-image:url(Illustration/03.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#ilu04 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/04.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu04 a:hover {
	
	background-image:url(Illustration/04.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#ilu05 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/05.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu05 a:hover {
	
	background-image:url(Illustration/05.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#ilu06 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/06.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu06 a:hover {
	
	background-image:url(Illustration/06.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#ilu07 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/07.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu07 a:hover {
	
	background-image:url(Illustration/07.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
				
}

/* ------ */

#ilu08 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/08.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu08 a:hover {
	
	background-image:url(Illustration/08.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu09 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/09.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu09 a:hover {
	
	background-image:url(Illustration/09.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu1ß a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/10.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu10 a:hover {
	
	background-image:url(Illustration/10.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu11 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/11.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu11 a:hover {
	
	background-image:url(Illustration/11.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu12 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/12.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu12 a:hover {
	
	background-image:url(Illustration/12.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu13 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/13.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu13 a:hover {
	
	background-image:url(Illustration/13.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu14 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/14.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu14 a:hover {
	
	background-image:url(Illustration/14.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu15 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/15.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu15 a:hover {
	
	background-image:url(Illustration/15.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu16 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/16.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu16 a:hover {
	
	background-image:url(Illustration/16.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu17 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/17.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu17 a:hover {
	
	background-image:url(Illustration/17.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu18 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/18.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu18 a:hover {
	
	background-image:url(Illustration/18.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu19 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/19.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu19 a:hover {
	
	background-image:url(Illustration/19.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu20 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/20.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu20 a:hover {
	
	background-image:url(Illustration/20.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu21 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/21.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu21 a:hover {
	
	background-image:url(Illustration/21.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu22 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/22.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu22 a:hover {
	
	background-image:url(Illustration/22.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* ------ */

#ilu23 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/23.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu23 a:hover {
	
	background-image:url(Illustration/23.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}


/* ------ */

#ilu24 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Illustration/24.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}
		  
#ilu24 a:hover {
	
	background-image:url(Illustration/24.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;				
}

/* --- einleitung 3d --- */

#dreid       {
	
	display:block;
	background-image:url(dreiD/3d.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- 3d --- */

#dreiD01 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(dreiD/01.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#dreiD01 a:hover {
	
	background-image:url(dreiD/01.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* ------ */

#dreiD02 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(dreiD/02.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#dreiD02 a:hover {
	
	background-image:url(dreiD/02.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* ------ */

#dreiD03 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(dreiD/03.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#dreiD03 a:hover {
	
	background-image:url(dreiD/03.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- 3d --- */

#dreiD04 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(dreiD/04.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#dreiD04 a:hover {
	
	background-image:url(dreiD/04.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- 3d --- */

#dreiD05 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(dreiD/05.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#dreiD05 a:hover {
	
	background-image:url(dreiD/05.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- einleitung animation --- */

#ani       {
	
	display:block;
	background-image:url(Animation/animation.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- animation --- */

#ani01 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Animation/01.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#ani01 a:hover {
	
	background-image:url(Animation/01.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- animation --- */

#ani02 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Animation/02.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#ani02 a:hover {
	
	background-image:url(Animation/02.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- animation --- */

#ani03 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Animation/03.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#ani03 a:hover {
	
	background-image:url(Animation/03.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- animation --- */

#ani03a a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Animation/03a.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#ani03a a:hover {
	
	background-image:url(Animation/03a.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- animation --- */

#ani04 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Animation/04.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#ani04 a:hover {
	
	background-image:url(Animation/04.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- animation --- */

#ani05 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Animation/05.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#ani05 a:hover {
	
	background-image:url(Animation/05.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- animation --- */

#ani06 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Animation/06.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#ani06 a:hover {
	
	background-image:url(Animation/06.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- animation --- */

#ani07 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Animation/07.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#ani07 a:hover {
	
	background-image:url(Animation/07.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- animation --- */

#ani08 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Animation/08.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#ani08 a:hover {
	
	background-image:url(Animation/08.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- animation --- */

#ani09 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Animation/09.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#ani09 a:hover {
	
	background-image:url(Animation/09.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- animation --- */

#ani10 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Animation/10.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#ani10 a:hover {
	
	background-image:url(Animation/10.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- einleitung logos --- */

#logos       {
	
	display:block;
	background-image:url(Logos/logos.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* --- logos --- */

#logos01 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Logos/01.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#logos01 a:hover {
	
	background-image:url(Logos/01.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- logos --- */

#logos02 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Logos/02.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#logos02 a:hover {
	
	background-image:url(Logos/02.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- logos --- */

#logos03 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Logos/03.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#logos03 a:hover {
	
	background-image:url(Logos/03.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- logos --- */

#logos04 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Logos/04.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#logos04 a:hover {
	
	background-image:url(Logos/04.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- logos --- */

#logos051 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Logos/05.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#logos05 a:hover {
	
	background-image:url(Logos/05.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- logos --- */

#logos06 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Logos/06.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#logos06 a:hover {
	
	background-image:url(Logos/06.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- logos --- */

#logos07 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Logos/07.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#logos07 a:hover {
	
	background-image:url(Logos/07.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- logos --- */

#logos08 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Logos/08.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#logos08 a:hover {
	
	background-image:url(Logos/08.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- logos --- */

#logos09 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Logos/09.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#logos09 a:hover {
	
	background-image:url(Logos/09.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- logos --- */

#logos10 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Logos/10.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#logos10 a:hover {
	
	background-image:url(Logos/10.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- logos --- */

#logos11 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Logos/11.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#logos11 a:hover {
	
	background-image:url(Logos/11.jpg);
	filter:alpha(opacity=100);
	opacity:1;
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 300px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
				
}

/* --- einleitung fotos --- */

#fotos       {
	
	display:block;
	background-image:url(Fotos/fotos.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- fotos --- */

#fotos01 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/01.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos01 a:hover {
	
	background-image:url(Fotos/01.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos02 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/02.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos02 a:hover {
	
	background-image:url(Fotos/02.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}
/* --- fotos --- */

#fotos03 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/03.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos03 a:hover {
	
	background-image:url(Fotos/03.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}
/* --- fotos --- */

#fotos04 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/04.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos04 a:hover {
	
	background-image:url(Fotos/04.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}
/* --- fotos --- */

#fotos05 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/05.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos05 a:hover {
	
	background-image:url(Fotos/05.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos07 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/07.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos07 a:hover {
	
	background-image:url(Fotos/07.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}
/* --- fotos --- */

#fotos08 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/08.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos08 a:hover {
	
	background-image:url(Fotos/08.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}
/* --- fotos --- */

#fotos09 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/09.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos09 a:hover {
	
	background-image:url(Fotos/09.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}
/* --- fotos --- */

#fotos10 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/10.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos10 a:hover {
	
	background-image:url(Fotos/10.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos11 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/11.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos11 a:hover {
	
	background-image:url(Fotos/11.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos12 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/12.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos12 a:hover {
	
	background-image:url(Fotos/12.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos13 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/13.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos13 a:hover {
	
	background-image:url(Fotos/13.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos14 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/14.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos14 a:hover {
	
	background-image:url(Fotos/14.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos15 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/15.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos15 a:hover {
	
	background-image:url(Fotos/15.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos16 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/16.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos16 a:hover {
	
	background-image:url(Fotos/16.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos17 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/17.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos17 a:hover {
	
	background-image:url(Fotos/17.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos18 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/18.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos18 a:hover {
	
	background-image:url(Fotos/18.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos19 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/19.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos19 a:hover {
	
	background-image:url(Fotos/19.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos20 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/20.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos20 a:hover {
	
	background-image:url(Fotos/20.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos21 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/21.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos21 a:hover {
	
	background-image:url(Fotos/21.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos22 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/22.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos22 a:hover {
	
	background-image:url(Fotos/22.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos23 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/23.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos23 a:hover {
	
	background-image:url(Fotos/23.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos24 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/24.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos24 a:hover {
	
	background-image:url(Fotos/24.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- fotos --- */

#fotos25 a       {
	
	display:block;
	filter:alpha(opacity=35);
	opacity:0.35;
	background-image:url(Fotos/25.jpg);
	width:300px;
	height:300px;
	background-repeat:repeat-y;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}
		  
#fotos25 a:hover {
	
	background-image:url(Fotos/25.jpg);
	filter:alpha(opacity=100);
	opacity:1;

				
}

/* --- profilbild ueberschrift --- */

#profilbild_ueberschrift       {
	
	display:block;
	background-image:url(Profil/profilbild_ueberschrift.jpg);
	width:300px;
	height:610px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* --- profil text --- */

#profil_text       {
	
	display:block;
	background-image:url(Profil/profil_text.jpg);
	width:300px;
	height:610px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* --- profil_lebenslauf --- */

#profil_lebenslauf       {
	
	display:block;
	background-image:url(Profil/profil_lebenslauf.jpg);
	width:300px;
	height:610px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;

}

/* --- einleitung skill --- */

#skill       {
	
	display:block;
	background-image:url(Skill/skill.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- ps --- */

#ps       {
	
	display:block;
	background-image:url(Skill/ps.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- ai --- */

#ai       {
	
	display:block;
	background-image:url(Skill/ai.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- fl --- */

#fl       {
	
	display:block;
	background-image:url(Skill/fl.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- fw --- */

#fw       {
	
	display:block;
	background-image:url(Skill/fw.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- dw --- */

#dw       {
	
	display:block;
	background-image:url(Skill/dw.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- sv --- */

#sv       {
	
	display:block;
	background-image:url(Skill/sv.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- cvd --- */

#cvd       {
	
	display:block;
	background-image:url(Skill/cvd.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- pi --- */

#pi       {
	
	display:block;
	background-image:url(Skill/pi.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- fh --- */

#fh       {
	
	display:block;
	background-image:url(Skill/fh.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- mb --- */

#mb       {
	
	display:block;
	background-image:url(Skill/mb.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- imp --- */

#imp       {
	
	display:block;
	background-image:url(images/impressum.jpg);
	width:300px;
	height:300px;
	background-position: 0px 0px;
	float:left;
	background-color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

/* --- kontakt --- */

.contactForm
{
	display:block;
	width:800px;
	height:600px;
}
	
	

form{
	margin:100px auto 0;
	width:370px;
	}

form li{margin:15px 0}

form .text, form .textarea{
color:#ff3366;
font-family:arial;
font-weight:bold;
font-size:12px;
width:350px;
height:25px;
padding:5px 10px; 
background-color:#ffffff; 
border:0px solid #fff;}

form .textarea{height:190px}
form label{
display:block;  
font-family:arial;
color:#ffffff;
font-weight:bold;
font-size:12px;
padding-bottom:5px;
}
form .nonLabel{margin-left:125px}

.error
{
	font-family:arial;
	color:#ffacc1;
	padding-top:5px;
	font-size:12px;
}

	
input[type="submit"]
	{
	cursor:pointer;
	display:block;
	background-image:url(images/senden.jpg);
	width:155px;
	height:37px;
	border:none;
	float:right;
	}

.formSubmited {
	margin: 270px auto;
    width: 170px;}
.formSubmited h1
	{
	 color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
	}












