@charset "UTF-8";
/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 15px;
	line-height: 18px;
	width: 100%;
	margin-left: 0px;
	color: gray;
	}
mark {
	color: black !important;
	background: none;
	}
	
#square {
	position: absolute;
	width: 150px;
	height: 185px;
	top: 20px;
	right: 5%;
	padding: 5px;
	background-color: #FFF;
	opacity: 0.8;
	z-index: 11;
	}
	
#name {
	width: 135px;
	height: 100px;
	top: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: solid;
	border-bottom-width:thin;
	border-bottom-color: #CCC;
	}	

/* Navigation */
#nav {
	top: 45px;
	width: 135px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	border-bottom: solid;
	border-bottom-width:thin;
	border-bottom-color: #CCC;
	}


a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: gray;
	font-weight: lighter;
	}
a:hover	{
	text-decoration: none;
	color: black;
	}

/* Slider */
 #portfolio {
    position: absolute;
	top: 60px;
	margin-left: 40px;
	width: 960px;
    height: 720px;
}
 #portfolio article {
    position: absolute;
    top: 0;
    left: 0;
	width: 960px;
    height: 720px;
	margin-left: 0px;
    font-size: 13px;
    -webkit-transition: opacity 0.5s;
    -khtml-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.besch {
	position: absolute;
	left: 0px;
	width: 960px;
    height: 180px;
	top: 590px;
	margin-bottom: 0px;
	color: gray;
		background: white;
	}
	
.besch > p {
    width: 400px;
	font-weight: lighter;
	font-size: 15px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid;
	border-top-width:thin;
	border-top-color: #CCC;
	background: white;
	}
#portfolio article#art1 {
	background-image: url(img/s-01.png);
	background-repeat:no-repeat;
	}
#portfolio article#art2 {
	background-image: url(img/s-02.png);
	background-repeat:no-repeat;
	}
#portfolio article#art3 {
	background-image: url(img/s-03.png);
	background-repeat:no-repeat;
	}
#portfolio article#art4 {
	background-image: url(img/s-04.png);
	background-repeat:no-repeat;
	}
/* #portfolio article#art5 {
	background-image: url(img/s-05.png);
	background-repeat:no-repeat;
	}
#portfolio article#art6 {
	background-image: url(img/s-06.png);
	background-repeat:no-repeat;
	}
#portfolio article#art7 {
	background-image: url(img/s-07.png);
	background-repeat:no-repeat;
	}	
#portfolio article#art8 {
	background-image: url(img/s-08.png);
	background-repeat:no-repeat;
	}
#portfolio article#art9 {
	background-image: url(img/s-09.png);
	background-repeat:no-repeat;
	}
#portfolio article#art10 {
	background-image: url(img/s-10.png);
	background-repeat:no-repeat;
	}
#portfolio article#art11 {
	background-image: url(img/s-11.png);
	background-repeat:no-repeat;
	}	
#portfolio article#art12 {
	background-image: url(img/s-12.png);
	background-repeat:no-repeat;
	}
#portfolio article#art13 {
	background-image: url(img/s-13.png);
	background-repeat:no-repeat;
	}
#portfolio article#art14 {
	background-image: url(img/s-14.png);
	background-repeat:no-repeat;
	}
#portfolio article#art15 {
	background-image: url(img/s-15.png);
	background-repeat:no-repeat;
	}
#portfolio article#art16 {
	background-image: url(img/s-16.png);
	background-repeat:no-repeat;
	}	*/				
	
/* kontakt */

#kon {
	position: absolute;
	top: 51px;
	width: 280px;
	height: 130px;
	margin-top: 10px;
	margin-left: 40px;
	background: white;
	font-weight: lighter;
	font-size: 15px;
	color: gray;
	}
#kon > p {
	margin: 0px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 10px;
	border-top: solid;
	border-top-width:thin;
	border-top-color: #CCC;
	}
#port {
	width: 400px;
	height: 580px;
	margin-top: 10px;
	margin-left: 40px;
	background-image:url(img/port.png);
	background-repeat:no-repeat;	
	}
/* Imprint */

#imp {
	position: absolute;
	top: 51px;
	width: 400px;
	height: 130px;
	margin-top: 10px;
	margin-left: 40px;
	background: white;
	font-weight: lighter;
	font-size: 15px;
	color: gray;
	}
	
#imp > p {
	margin: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 4px;
	border-top: solid;
	border-top-width:thin;
	border-top-color: #CCC;
	}
