<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */
html {
	padding:0;
	margin: 0;
	border-bottom:23px solid #111;
	border-top:3px solid #6dcff6;	
}

* {
	margin: 0;
}

body {
	margin:0;
	padding:0;
}


/* general
----------------------------------------------- */
a {
/*color: #39c;*/
color:red;
text-decoration:none;
}

a:hover, a h3:hover {
/*color:#111;*/
color:red;
}

.clear {
clear:both;
}

hr {
margin: 1em 1em 1.5em 1em;
border: 0;
border-top: 1px solid #ccc;
}

code {
	color:#39c;
	display:block;
	font-weight:bold;
	padding:10px 0;
}

code span {
	font-weight:normal;
	margin:0 8px 0 8px
}

.displayblock {
display:block
}

.justify {
text-align:justify
}

.right {
text-align:right
}

.left {
text-align:left
}

.center {
text-align:center
}

.floatright {
float:right
}

.floatleft {
float:left
}

small {
font-style:italic;
display:block;
line-height:1em;
font-size:x-small;
}

.small {
font-size:x-small
}

.colorblack {
color:#000
}

.colorblue {
color:#000066
}

.colorred {
color:#990000
}

/* 960 grid system container background
----------------------------------------------- */

.wraptopfront {
float:left;
width: 100%;
margin:0;
height:59px;
/*border-bottom:1px solid #000;
background: #AF4035; */
}

.wraptop {
float:left;
width: 100%;
margin:0;
border-bottom: 1px solid #C00;
background:#111
}


h1 a {
font-weight:normal;
color:#333
}

/* tiny nav header
----------------------------------------------- */

.tinynav {
padding:.5em;
background:#f8f8f8;
border:1px solid #bbb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

select option {
line-height:1.3em;
}

/* timedateinfo
----------------------------------------------- */

article .box .timedateinfo, .box .timedateinfo {
float:left;
margin:0 1em 1em 0;
padding:0 0 1em 0;
letter-spacing:0;
}

/* sidebar
----------------------------------------------- */

.widget-area {
margin:0 0 1.5em 0;
}

.widget-area li {
margin:.3em 0 .3em 0;
}

/* top
----------------------------------------------- */

.bold {
font-weight:bold;
}

/* logo
----------------------------------------------- */

#websitetitle {
margin:0.8em 0 0.2em 1em;
 }


/* heading
----------------------------------------------- */

.heading {
display:block;
float:left;
width:100%;
margin:0 auto;
padding:0;
background:url(../images/grey.png) top left repeat;
text-shadow:none;
}

/* misc
----------------------------------------------- */

.black {
background:#000
}


/* boxes
----------------------------------------------- */

#pagefront {
padding:0;
}

.box {
margin:1.2em;
}

.boxtop {
margin-top:1.2em;
}

.boxright {
margin-right:1.2em;
}

.boxleft {
margin-left:1.2em;
}

.boxbottom {
margin-bottom:1.2em;
}


.boxsearchtop {
margin:0 1.7em;
}

.boxfooter {
/*margin:2em 1.3em 4em 1.3em;*/
padding:0;
}
.boxfooter a{
color: #fff;
}

.boxlike {
padding-bottom:.9em;
margin:0 0 0 1.5em;
}

.intro {
margin:.5em 0 0 0
}

.intro p {
margin:.5em 0 1em 0
}

#block {
padding-top:10px;
}
/*
#box h3 {
	border:1px solid;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin: 0 0 0.3em;
    padding: 7px 0;
}*/

#box h3 a{
color:#FFFFFF;
}
.block1{
    bottom: 60px;
    color: #fff;
    font-size: 14px;
    left: 810px;
    position: relative;
}
.block1 a{
    color: #fff;
}
.blockbottom {
padding-bottom:15px;
}
div.menu {
padding:0;
}
div.menu h2 {
margin:0;
}
div.menu .block {
padding-top:0;
}

/* columns 2, 3, 4
----------------------------------------------- */

.col2 {
-moz-column-count: 2; 
-moz-column-gap: 1.5em; 
-webkit-column-count: 2; 
-webkit-column-gap: 1.5em;
column-count: 2; 
column-gap: 1.5em; 
}

.col3 {
-moz-column-count: 3; 
-moz-column-gap: 1.5em; 
-webkit-column-count: 3; 
-webkit-column-gap: 1.5em;
column-count: 3; 
column-gap: 1.5em; 
}

.col4 {
-moz-column-count: 4; 
-moz-column-gap: 1.5em; 
-webkit-column-count: 4; 
-webkit-column-gap: 1.5em;
column-count: 4; 
column-gap: 1.5em;
}


/* paragraphs, quotes and lists
----------------------------------------------- */

p {
margin-bottom:1em;
}

p.older {
float:left;
width:50%;
}

p.newer {
float:left;
text-align:right;
width:50%;
}

blockquote {
font-style:italic;
background:url(../images/quote-icon.png) 0 3px no-repeat;
padding:0 0 0 40px;
}
blockquote p {
padding:0;
margin:0;
}
#blockquote .cite {
text-align:right;
margin:5px 0 10px 0;
}
ul, ol {
padding-top:0;
}
ol {
list-style-type:decimal;
padding:3px 0 4px 24px;
}
ul.package {
list-style:none;
}

ul.package li, .col2 ul li, .tabbertab ul li {
padding:3px 0 6px 0;
border-bottom: 1px solid #ccc;
}

/* pricetag
----------------------------------------------- */

.pricetag{
    padding:0 6px 0 7px;
	font-size:.8em;
    -moz-border-radius:0 2px 2px 0;
    -webkit-border-radius:0 2px 2px 0;
    float:left;
    margin:0 2px 5px 12px;
    position:relative;
    color:#666;
}

.pricetag{
    background: -moz-linear-gradient( top , #ccc 0%,#ddd 100%);
    background: -webkit-linear-gradient( top , #ccc 0%,#ddd 100%);  
}

.pricetag:after{
    content:"";
    width:9px;
    height:9px;
    background: -moz-linear-gradient( left top , #ccc 0%,#ddd 100%);
    background: -webkit-linear-gradient( left top , #ccc 0%,#ddd 100%);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
    display:block;
    position:absolute;
    top:5px;
    z-index:-1;
}
.pricetag:before{
    content:"";
    width:3px;
    height:3px;
    background:#fff;
    position:absolute;
    top:10px;
    left:-3px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.pricetag:after{
    width:17px;
    height:17px;
    top:3px;
    left:-9px;
}

.pricetag:hover {
	color:#111
}
}


/* menus
----------------------------------------------- */
ul.menu {
list-style:none;
border-top:1px solid #bbb;
}
ul.menu li {
margin:0;
}
ul.menu li a {
display:block;
padding:4px 10px;
border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
background:#eee;
}
ul.menu li a:active {
background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
list-style:none;
margin:0;
}
ul.menu ul li a {
padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
border-top:0;
margin-bottom:0;
}
ul.section li {
text-transform:uppercase;
}
ul.section li a {
background:#bbb;
}
ul.section li a:hover {
background:#aaa;
}
ul.section li a:active {
color:#fff;
background:#666;
}
ul.section li li a {
background:#ddd;
border-bottom: 1px solid #ccc;
}
ul.section li li a:hover {
background:#ccc;
}
ul.section li li a:active {
color:#000;
background:#fff;
}
ul.section ul li {
text-transform:none;
}
ul.section ul.current li a {
background:#eee;
border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
background:#ddd;
}
ul.section ul.current li a:active {
background:#fff;
}
ul.section li a.current {
color:#fff;
background:#666;
}
ul.section li a.current:hover {
background:#555;
}
ul.section li a.current:active {
background:#444;
}
ul.section li a.active {
background:#fff;
cursor:default;
}
ul.section li.current &gt; a.active,
ul.section li.current &gt; a.active:hover {
color:#fff;
background:#666;
cursor:default;
}


/* table
----------------------------------------------- */
table {
width:100%;
}

th, td {
padding:.2em 0;
text-align:left;
}

td.icon {
width:18px
}

/* forms
----------------------------------------------- */

.searchform {
display: inline-block;
zoom: 1;
margin-top:20px;
}

form {
margin:4px 0 0 0;
}

fieldset {
padding:1em 0;
position:relative;
}
fieldset.login p {
margin-bottom:1em;
margin-top:0pt;
}
form p label {
float:left;
padding-bottom:.5em;
}
form input[type="text"].register-input {
width:99%;
padding:.4em;
}
#footer form input[type="text"].register-input {
width:95%;
padding:.4em;
}
form textarea {
width:99%;
height:200px;
padding:.4em;
}
form select {
width:99%;
}
fieldset.login p label {
float:left;
line-height:2em;
margin-right:3%;
text-align:right;
width:32%;
}
fieldset.login p input {
width:60%;
}
fieldset.login input.button {
margin-left:35%;
}

form p.notice {
font-weight:bold;
}
input.search.text {
width:66%;
}
input.search.button {
width:28%;
margin-left:2%;
}
#verif_box {
width:100px;
}
input.register-input {
padding:7px;
margin:0 0 5px 0;
border:0;
border: 1px solid #DEDEDE;
background:#fff;
text-shadow:none;
}

.boxsearch {
padding:4px;
border:1px solid #ddd;
border-radius:2px; 
-moz-border-radius:2px; 
-webkit-border-radius:2px;
}

input.searchnews {
padding:5px 0 5px 6px;
margin:0 4px 0 0;
border:1px solid #dedede;
width:250px;
color:#888;
background: #fff;
}

#footer form {
margin:1em 0 0 0;
}

#footer form .register-button {
padding: 6px 12px 6px 12px;
margin:0;
box-shadow:none;
}

/* button navigation
----------------------------------------------- */

.register-button, input.register-button, .myButton {
	background-color:#555;
	margin:0 0 4px 0;	
	display:inline-block;
	color:#fff;
	padding:6px 15px 6px 15px;
	text-shadow:none;
	text-decoration:none;
	border:none;
}


form .search-button {
	width:19px;
	height:16px;
	text-indent:-1000000px;
	border:0;
	cursor:pointer;
	position:relative;
	margin-left:-28px;
	top:1px;
	right:0px;
	box-shadow:none;
	background:url(../images/icons/magnifier.png) center center no-repeat;
}

form .newsletter-button {
	width:24px;
	height:24px;
	text-indent:-1000000px;
	border:0;
	cursor:pointer;
	position:relative;
	top:1px;
	margin-left:-27px;
	box-shadow:none;
	background:url(../images/icons/mail.png) center center no-repeat;
}

textarea {
	border: 1px solid #dedede;
	background: white;
}


.register-button:hover, .myButton:hover {
	background-color:#111;
	color:#ddd;
	cursor:pointer
}

.myButton:active {
	position:relative;
	top:1px;
}


/* articles
----------------------------------------------- */


.articles {
padding:0;
}
.articles h2 {
margin:0;
}
#articles {
padding:0;
}
.article {
padding-top:.5em;
}
.box .article {
padding:9px 0px 0 0px;
}

.article h2 {
font-weight:normal;
text-transform:none;
color:#333;
background:transparent;
padding:0;
margin:0;
border:none;
}
.box .first {
border-top:none;
margin-bottom:10px
}

article p.meta {
color:#666;
padding:0;
margin-bottom:0;
}
.comments ul {
list-style:none;
padding-left:2.5em;
}
.comments ul li {
list-style:none;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.comments li.box {
list-style:none;
margin:1.5em 0 1.5em 1.5em;
}

/* images
----------------------------------------------- */

fieldset p img {
margin:0;
padding:0;
}

img.image {
float:left;
border:none;
box-shadow:none;
display:block;
padding:3px 0 0 0;
background:none;
margin:3px 15px 5px 0;
}

.newsimage {
display:block;
width:100%;
margin-top:1em;
margin-bottom:1.5em
}


.floatimg, fieldset p img, blockquote img, .blogpost img, .article img ,article img, #portfolio li img, img.avatar, .authoravatar, p.gravatar img {
float:left;
border:none;
box-shadow:none;
display:block;
padding:3px 0 0 0;
background:none;
margin:3px 15px 5px 0;
}

.client img {
width:99px;
}

/* flickr
----------------------------------------------- */

#flickr_badge_wrapper {
padding:1em 0 0 0;
}

.flickrimg {
border: 0px !important; 
padding:0px; 
margin:0 1px 0 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
width:48px;
border-radius: 4px;
}


/* site information
----------------------------------------------- */
#site_info .box {
color:#ccc;
margin-bottom:10px;
}
#site_info a {
color:#fff;
}
#site_info a:hover {
color:#000;
}


/* advert
----------------------------------------------- */

.topadvert {
border:0;
margin:0 0 1.5em 0;
float:right;
}

#advert {
float:left;
background:#111 url(../images/patterns/h-line-black.png) top left repeat-x;
border-top:2px solid #fff;
width: 100%;
margin:0;
padding:0 0 1em 0;
}

/* footer
----------------------------------------------- */

footer {
display:block;
}

#footer {
float:left;
margin:0;
width:100%;
text-shadow: none;
color:222;
}


#footer .container_12,
#footer .container_16  {
border:0;
padding:0;
background:none;
}

.twitter {
margin:0 0 2em 0;
}

#footer .box {
background:none;
padding:0;
margin: 1em 1.5em;
}

#footer p {
margin: .5em 0 0 0;
}


.footermenu {
list-style:none;
text-align:center;
padding:.3em 0 .3em 0;
border-top:3px double #eee;
border-bottom:3px double #eee;
}
.footermenu li {
list-style:none;
padding:0 .9em 0 .9em;
display:inline;
border-left:1px solid #eee;
}
.footermenu li.home {
list-style:none;
padding:0 .9em 0 .9em;
display:inline;
border:none
}
.footermenu li a{
font-weight:normal;
}

/* addlinks social media
----------------------------------------------- */

.addthis_toolbox {
margin-top:10px
}

.addthis_toolboxfront {
width:150px;
display:block;
margin:0px auto 30px auto;
}

ul.socialmedia {
list-style-type:none;
background:none;
margin:0 auto;
padding:.5em 0 0 0;
display:block;
}

#footer li {
margin:0;
}

#topcontrol
{
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px 10px 5px 10px;
	background:#444;
	z-index:3000
}

/* Breadcrumb */

#breadcrumb, .box3
{
    height:20px;
    color:#aaa;
	border-bottom: 1px solid #ddd;		
	margin: 2em 1.2em 1em 1.2em;
    padding:.5em 0 .3em 0;
}

.box3 {
text-align:right
}

#breadcrumb li 
{
    list-style-type:none;
    float:left;
	padding:0 10px 0 0;	
}

#breadcrumb li a
{
    list-style-type:none;
    float:left;
	padding:0 25px 0 0;
	background: url(../images/breadcrumb.png) no-repeat top right;		
	height:30px;
    display:block;
    text-decoration: none;
}

#breadcrumb img {
	padding:0
}

.home
{
    border: none;
    margin: 8px 0px;
}

/* SOCIAL MEDIA BUTTON */

.socialmedia li a:hover {
opacity:0.5;
}


.print {
text-indent:-100000px;	
float:left;
width:32px;
height:32px;
background-image:url(../images/icons/printer-empty.png);	
background-repeat:no-repeat;	
margin:0 3px 5px 0;

}

.letter {
text-indent:-100000px;	
float:left;
width:32px;
height:32px;
background-image:url(../images/icons/mail.png);
background-repeat:no-repeat;	
margin:10px 5px 5px 0;	
padding:0 10px 0 0;
}

.rssbutton {
text-indent:-100000px;	
float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/19.png);
background-repeat:no-repeat;		
margin:3px 3px 0 0;
}

.facebookbutton {
text-indent:-100000px;	
float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/13.png);
background-repeat:no-repeat;		
margin:3px 3px 0 0;
}

.twitterbutton {
text-indent:-100000px;	
float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/28.png);
background-repeat:no-repeat;		
margin:3px 3px 0 0;
}

.behancebutton {
text-indent:-100000px;	
float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/22.png);
background-repeat:no-repeat;		
margin:3px 3px 0 0;
}

.flickrbutton {
text-indent:-100000px;	
float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/15.png);
background-repeat:no-repeat;		
margin:3px 3px 0 0;
}

.googleplusbutton {
text-indent:-100000px;	
float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/6.png);
background-repeat:no-repeat;		
margin:3px 3px 0 0;
}

.myspacebutton {
text-indent:-100000px;	
float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/14.png);
background-repeat:no-repeat;		
margin:3px 3px 0 0;
}

.stumbleuponbutton {
text-indent:-100000px;	
float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/1.png);
background-repeat:no-repeat;		
margin:3px 3px 0 0;
}

.vimeobutton {
text-indent:-100000px;	
float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/23.png);
background-repeat:no-repeat;		
margin:3px 3px 0 0;
}

.deviantartbutton {
text-indent:-100000px;	float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/20.png);
background-repeat:no-repeat;	
margin:3px 3px 0 0;
}

.linkedinbutton {
text-indent:-100000px;	float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/linkedin.png);
background-repeat:no-repeat;	
margin:3px 3px 0 0;
}

.youtubebutton {
text-indent:-100000px;	float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/2.png);
background-repeat:no-repeat;	
margin:3px 3px 0 0;
}

.dribblebutton {
text-indent:-100000px;	float:left;
width:32px;
height:32px;
background-image:url(../images/socialmedia/10.png);
background-repeat:no-repeat;	
margin:3px 3px 0 0;
}

.followlogo {
width:16px;
margin:3px 3px 0 0;
vertical-align:text-bottom;
}


/* personal info */


.blogpost .faq input#search {
border: solid 1px #ddd;	
}


.blogpost {
color:#555;
line-height:22px;
padding:0 0 10px 0;
margin:0;
}


.blogpost  table.personalinfo, .blogpost  table.personalinfo td {
margin:0 0 1em 0;
padding:0;
line-height:26px;
background:none;
border:none;
}

.blogpost table.personalinfo td {
border-bottom:1px solid #ddd
}

.socialmedialinkpage ul {
margin:0;
padding:0;
line-height:26px;
list-style:none;
}

.socialmedialinkpage ul li a:hover {
opacity: 0.5;
}

.blogpost  ul.personalinfo li span.title  {
float:left;
width:100px;
}

.blogpost  ul.personalinfo li span.info  {
float:left;
width:320px;
}

/* expand */

.menu_list {    
    width: 150px;
	font-family: arial, sans-serif;
}
.menu_head {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    margin:1px;
    font-weight:bold;
    background: url("../images/menu.jpg") no-repeat scroll right center #000;
    width:245px;
}
.menu_body {
    display:none;
}
.menu_body a{
  display:block;
  color:#FFF;
  background-color:#91160a;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
  width:235px;
  border-bottom:1px solid;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }

.formular{
    float:left;
    width: 240px;
}
.formular input{
    margin: 10px 0;
}
.formular label{
    font-weight:bold;
    text-decoration: underline;
}
.marginbottom{
    
}
.marginbottom img{
    float:left;
    padding: 0 10px;
}
.marginbottom h3{
    color: #FFF;
    
}
.imagine{
	float:left;
	padding:0 10px 10px;
}
.telefon{
/*
	bottom: 230px;
    left: 670px;
    position: absolute;*/
}
.telefon img{
	float:left;
	margin-top:11px;
}
.warning{
	background-color:#AE0A0A;
	color:#FFFFFF;
}
#gallery{
	margin:12px;
}
#gallery img{
	border:1px solid red;
}



#contact{
    padding: 20px;
    width: 250px;
    background: #FFF;
    border: 1px solid #29216d;
    position: static;
    margin-top:50px;
    position: fixed;
    z-index: 200;
}   
.txt-input,
.input{
    color:#aaa;
    margin: 3px 0;
    font-family: Helvetica;
    font-size: 11px;
}
.txt-input{
    width: 250px;
}
.input{
    width: 200px;
}
.txt-input:focus,
.input:focus{
    color:#000;
}
label.error{
    /*float: left;*/
    display: block;
    font-size: 12px;
    font-weight: bold;
    color:#E00707;
}
.submit{
    margin-top:20px;
    display: block;
}
#sent{
    display:none;
}

.pdf{
    width: 20px;
    vertical-align: bottom;
}</pre></body></html>