@charset "utf-8";
/* CSS Document */
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-family : inherit;
	vertical-align : baseline;
}
body {
	background-color:#fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: top;
	font-size: 9px;
	text-shadow: #fff 0 1px 0;
}
a {
	color: #256ad3; 
}
a:hover {
	color: #666666;
}
h1 {
	text-shadow: #fff 0 1px 0;
	font-size: 28px;
	line-height:40px;
	font-family: myr, arial;
	color: #b3b3b3;
}
img {
	border: 0px;
	margin-left: 2px;
	margin-top: 2px;
}
#wrap {
	margin: 0px auto;
	margin-top: 40px;
	width: 800px;
	height:auto;
	position: relative;
}
#bgline {
	background-image: url(images/headbg.jpg);
	background-repeat: repeat;
	height: 8px;
}
#container {
	position: relative;
	height: 400px;
	width: 800px;
	background-image: url(images/desk.png);
	background-position: right;
	background-repeat: no-repeat;
}
#container2 {
	position: relative;
	height: 400px;
	width: 770px;
	background-position: right;
	background-repeat: no-repeat;
}

#container3 {
	position: relative;
	height: 400px;
	width: 800px;
	background-image: url(images/dg.png);
	background-position: right;
	background-repeat: no-repeat;
}
#container4 {
	position: relative;
	height: 400px;
	width: 800px;
	background-image: url(images/kontaktdesk.png);
	background-position: right;
	background-repeat: no-repeat;
}
#head {
	margin-bottom: 10px;
	width: 800px;
	height: 60px;
	position: relative;
}
#logo {
	margin-bottom: 10px;
	width: 232px;
	height: 60px;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position:left;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logo:hover {
	margin-bottom: 10px;
	width: 232px;
	height: 60px;
	background-image:url(images/logo_hover.jpg);
	background-repeat: no-repeat;
	background-position:left;
	position: absolute;
	left: 0px;
	top: 0px;
}
#starttext {
	position: absolute;
	width: 406px;
	height: 109px;
	font-size: 11px;
	bottom: 0px;
	text-shadow: #fff 0 1px 0;
	color: #8c8b8b;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
#starttext a {
	text-shadow: #fff 0 1px 0;
	color: #256ad3;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#starttext a:hover {
	text-shadow: #fff 0 1px 0;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#profiltext {
	position: absolute;
	width: 480px;
	height: 109px;
	font-size: 11px;
	top: 0px;
	text-shadow: #fff 0 1px 0;
	color: #8c8b8b;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	text-align: justify;
	line-height: 14px;
}

#footer {
	margin-top: 1px;
	width: 800px;
	height: 35px;
	text-align: right;
	font-size:11px;
	text-shadow: #fff 0 1px 0;
	color: #8c8b8b;
	font-family: Arial, Helvetica, sans-serif;
}
/*START NAVI INDEX*/

#navi ul {
	float : right;
	list-style : none;
	background : url(images/bg_nav.jpg) no-repeat;
	width : auto;
	height : 44px;
	margin-top : 20px;
	padding : 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: #fff 0 1px 0;
}

#navi ul li {
	float : left;
	margin : 0;
}
#navi ul li a {
	float : left;
	margin : 0;
	padding : 8px 5px 0 15px;
	color : #8c8b8b;
	font-weight : 600;
	font-size : 11px;
	height : 32px;
	text-shadow:#fff 0 1px 0;
	text-decoration: none;
}
#navi ul li a:hover, #nav ul li a:active {
	color : #256ad3;
	text-decoration : none;
	text-shadow: #fff 0 1px 0;
}
#navi ul li#current a {
	color : #256ad3;
	background : transparent url(images/bg_active.jpg) no-repeat center bottom;
}
/*START NAVI ANDERE*/

#navia ul {
	float : right;
	list-style : none;
	background : url(images/bg_nav.jpg) no-repeat;
	width : auto;
	height : 44px;
	margin-top : 20px;
	margin-right: 20px;
	padding : 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: #fff 0 1px 0;
}

#navia ul li {
	float : left;
	margin : 0;
}
#navia ul li a {
	float : left;
	margin : 0;
	padding : 8px 5px 0 15px;
	color : #8c8b8b;
	font-weight : 600;
	font-size : 11px;
	height : 32px;
	text-shadow:#fff 0 1px 0;
	text-decoration: none;
}
#navia ul li a:hover, #nav ul li a:active {
	color : #256ad3;
	text-decoration : none;
	text-shadow: #fff 0 1px 0;
}
#navia ul li#current a {
	color : #256ad3;
	background : transparent url(images/bg_active.jpg) no-repeat center bottom;
}
/*START SOCIAL*/

#facebook {
	position: relative;
	float: right;
	background-image: url(images/facebook1.png);
	width: 17px;
	height: 17px;
	margin-left: 4px;
	margin-top: 4px;
}
#facebook:hover {
	background: url(images/facebook.png);
}
#myspace {
	position: relative;
	float: right;
	background-image: url(images/myspace1.png);
	width: 17px;
	height: 17px;
	margin-left: 4px;
	margin-top: 4px;
}
#myspace:hover {
	background: url(images/myspace.png);
}
#dev {
	position: relative;
	float: right;
	background-image: url(images/deviantart1.png);
	width: 17px;
	height: 17px;
	margin-left: 4px;
	margin-top: 4px;
}
#dev:hover {
	background: url(images/deviantart.png);
}
#lfm {
	position: relative;
	float: right;
	background-image: url(images/lastfm1.png);
	width: 17px;
	height: 17px;
	margin-left: 4px;
	margin-top: 4px;
}
#lfm:hover {
	background: url(images/lastfm.png);
}
/*END SOCIAL*/







#plus {
	position: absolute;
	float: left;
	background-image: url(images/pluss.png);
	width: 156px;
	height: 18px;
	margin-top: 5px;
	margin-left: 10px;
	background-repeat: no-repeat;
	left: 369px;
}
#plus:hover {
	background: url(images/plus.png);
}
/*TISCHLINKS*/

#leistungen {
	width: 148px;
	height: 126px;
	background-image: url(images/leistungenlink.png);
	background-position: 0px 0px;
	display: block;
	position: absolute;
	left: 257px;
	top: 89px;
}
#leistungen:hover {
	background-position: 0px -126px;
}
#kontakt {
	width: 76px;
	height: 55px;
	background-image: url(images/iphone.png);
	display: block;
	position: absolute;
	left: 442px;
	top: 119px;
}
#kontakt:hover {
	background-position: 0px -55px;
}
#portfolio {
	width: 217px;
	height: 206px;
	background-image: url(images/laptop.png);
	display: block;
	position: absolute;
	left: 541px;
	top: 32px;
}
#portfolio:hover {
	background-position: 0px -206px;
}
#schublade {
	width: 175px;
	height: 53px;
	background-image: url(images/schublade.png);
	display: block;
	position: absolute;
	left: 202px;
	top: 260px;
}
#schublade:hover {
	background-position: 0px -53px;
}
#siteend {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat;
	height: 18px;
	bottom: 0px;
	position: fixed;
	display: block;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: #fff 0 1px 0;
	color: #8c8b8b;
	padding-top: 16px;
	margin-bottom:10px;
}
#siteend a {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7c7b7b;
	padding-top: 16px;
	text-shadow: none;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	text-decoration:underline; 
}
#siteend a:hover {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #423531;
	padding-top: 16px;
	text-shadow: none;
}
 @font-face {
font-family: "myr";
font-weight: bold;
src: url("fonts/myr.otf") format("opentype");
}
/*----- Kontakt -----*/        
#kontakttext {
	position: absolute;
	width: 406px;
	height: 109px;
	font-size: 11px;
	bottom: 243px;
	text-shadow: #fff 0 1px 0;
	color: #8c8b8b;
	font-family: Arial, Helvetica, sans-serif;
	left: 130px;
}         
.subscribePanel {
	padding:15px 50px 27px;
	border-bottom:solid 3px #0B2743;
}

.subcribeLeftPanel {
	background:url(images/feld.png) no-repeat 0 0;
	height:59px;
	padding:10px 0 0 20px;
	width:250px;
	float:right;
	position:relative;
}
.kontakt {
	
	height:59px;
	padding:10px 0 0 20px;
	width:250px;
	float:left;
	position:relative;
	color: white;
}
img.subIcon {
	position:absolute;
	left:238px;
	top:1px;
}
#subcribeform input.txtBox {
	background:transparent;
	border:transparent;
	width:204px;
	height:15px;
	padding:3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	float:right;
	margin:0 20px 0 0;
}
#subcribeform input.txtBox2 {
	background:transparent;
	border:transparent;
	width:204px;
	height:15px;
	padding:3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	float:right;
	margin-right: 20px;
	margin-top: 30px;
}
#subcribeform input.txtBox:hover {
	color: #000;
}
#subcribeform input.signupBtn {
	width:58px;
	height:55px;
	cursor:pointer;
	border: none;
 ben float:left;
	position: absolute;
	left: 214px;
	top: -14px;
}
#subcribeform input.sendBtn {
	width:58px;
	height:55px;
	cursor:pointer;
	border: none;

 ben float:left;
	position: absolute;
	left: 86px;
	top: -14px;
}
.subcribeRt {
	float:right;
	width:416px;
	font:normal 11px sans-serif, Arial, Helvetica;
	color:#53667A;
	padding:10px 0 0 0;
}
.subcribeRt h2 {
	font-size:24px;
	font-weight:bold;
	color:#000;
	padding-bottom:0px;
	text-transform: uppercase;
}
.subcribeRt p {
	color: #e3f0ff;
	text-transform: uppercase;
}
.subcribeRt strong {
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 1px;
}
input {
	border:2px solid #D9D9D9;
	height: 25px;
	margin-top:5px;
	margin-bottom: 5px;
	width: 300px;
}
textarea { 
	width: 400px;
	max-width: 400px;
	height: 100px;
		line-height: 100%;
	color: black;
	border:2px solid #D9D9D9;
	}
/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:400px;
			width:770px;
			overflow:hidden;
			}	
		#slider{ 
			margin-left:5px;
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:-25px;
			top:160px;
			}	
		#nextBtn{ 
			left:774px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background: url(images/btn_next.gif) no-repeat 0 0;	
			}								
		#nextBtn a:hover{ 
			background-position: 0px -77px;
			}
				#prevBtn a:hover, #nextBtn a:hover{  
			background-position: 0px -77px;
			}									
	
	/* // slider */			
	
		/* // sonstige */	
		
		.arbeiten {
			padding-top: 10px;
			margin-right: 22px;
			font-size: 13px;			
			text-shadow: #fff 0 1px 0;
			color: #8c8b8b;
			font-family: Arial, Helvetica, sans-serif;
		}
		.Tagz1 {
			font-size: 14px;
			font-weight: bold;
			}
		.Tagz2{
			font-size: 16px;
			font-weight: bold;
			}
			.Tagz3{
			font-size: 12px;
			font-weight: bold;
			}
