body {
  margin:0;
  padding:0;
  font-family: Verdana, sans-serif;
  font-size:small;
  color: #383d44;
	background:#FFF url(images/playa.png) top left;
  }

#wrap a:link, #wrap a:visited,
#footer a:link, #footer a:visited {
  color:#399DCF;
  text-decoration:none;
  border-bottom:1px solid #999;
  }
  
#wrap a:hover, #wrap a:active,
#footer a:hover, #footer a:active {
  color:#333;
  text-decoration:none;
  border-bottom:1px solid #999;
  }

#wrap a.bordernone {border:none;}

img {border:none;}
  
body.blog h2,
h1 {
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:2.4em;
	line-height:1.667;
	margin:0 0 1em;
	padding:0;
	border-bottom:1px solid #EAEAEA;
	text-transform:none;
  }
  
h2, h3 {
  color:#333;
  margin:1em 0 0;
  padding:0;
  font-weight:bold;
  text-transform:uppercase;
  font-size:100%;
  }
  
p {
  margin:0 0 1em;
  padding:0;
}

p.summary {
  font-size:1.4em;
  line-height:1.6em;
  font-family:Georgia, serif;
  font-style:italic;
}
    
hr {
  background:#CCC url(images/hr-bg.jpg) left top no-repeat;
  background:#CCC;
  height:1px;
  border:none;
  }

/*----------- Site Structure -----------------*/
#top {
  height:16px;
  background:#FFF url(images/top-bg.jpg) top left repeat-x;
  }
  
#header {
  font-size: 95%;
  background:url(images/unsass.png) bottom right no-repeat;
  min-height:92px;
  }

#wrap {
  width:960px;
  margin:20px auto;
  padding-bottom:60px;
  text-align:left;
  font-size: 95%;
  line-height: 1.6em;
  }

#main {
  width:680px;
  float:left;
  }

#sidebar {
  width:240px;
  float:right;
  padding:0;
  font-size:90%;
  line-height:1.5em;
  }

  
/*--------------- Header ---------------*/
#logo {
  width:960px;
  margin:0 auto;
  padding-top:12px;
  }
#plusses {
  background:url(images/unsas.png) bottom right no-repeat;
  float:right;
  height:110px;
  width:534px;
  }
#header-bg {
  background:#FF5200 url(images/header-bg.jpg) bottom left repeat-x;
  }
  
  
/*--------------- Navigation ---------------*/
#nav {
  width: 960px;
  margin:20px auto 0;
  padding: 0;
  }
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color:red;
  }
#nav li {
  font-family:"Gill Sans", Arial, sans-serif;
  float:left;
  margin:0;
  padding:0;
  font-size:90%;
  letter-spacing:1px;
  text-transform:uppercase;
  }
#nav li a {
  float:left;
  padding:10px 16px 8px;
  text-decoration: none;
  color:#FFF;
  border:none;
  }

#nav li a:hover {
  color:#FFF;
  background-color:#FF6200;
  }

#nav li a.shop {
  background-image:url(images/new.gif);
  background-position:right top;
  background-repeat:no-repeat;
  }
  
body.shop #nav li a.shop {
  background-image:none;
  } 

/* Where Am I? */
body.home #nav li a.home,
body.method #nav li a.method,
body.portfolio #nav li a.portfolio,
body.aktuelles #nav li a.aktuelles,
body.freunde #nav li a.freunde,
body.blog #nav li a.blog,
body.about #nav li a.about,
body.contact #nav li a.contact,
body.shop #nav li a.shop {
  color:#333;
  background-color:#FFF;
  }

/*------------- Main --------------------*/
  
#main h1 span {
  color:#333;
  font-family:Courier, Georgia, "Times New Roman", Times, serif;
  text-transform:none;
  }

/*------------- Side Bar ----------------*/

#sidebar h2 {
	color:#333;
	margin:25px 0 8px 0;
	padding: 0 0 7px 0;
	font-size:1.2em;
	text-transform:none;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #EAEAEA;
  }
  
#sidebar h4 {
	color:#333;
	margin:5px 0 5px 0;
	text-transform:none;
	font-family:Helvetica, Arial, sans-serif;
	border-bottom: 1px dashed #EAEAEA;
  }
  
#sidebar ul {
  list-style:none;
  padding:0;
  margin:0;
  line-height:1.5em;
  }
#sidebar a img {
  text-decoration:none;
  }

#sidebar ul li ul {
  list-style-image:url(images/bullet.jpg);
  margin:0 0 0 8px;
  }
  html>body #sidebar ul li ul {
    margin: 0 0 0 16px;
    }
  
#recommended a:link, #recommended a:visited,
#recommended a:hover, #recommended a:active {
  border:none;
  }

ul#recommended li {
  padding:.5em 0;
}

#clients a img {
  float:left;
  margin:0 5px 5px 0;
  padding:2px;
  }

#clients p {
  margin-top:0;
  }

/*-------------- Home Page ---------------*/

#home-banner {
  position:relative;
}

#pager {
  position:absolute;
  right:0;
  top:0;
  z-index:999;
  }
  #wrap #pager a {
    background:#E9E9DF;
    padding:4px 8px;
    color:#333;
    margin-left: 10px;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    }
    #wrap #pager a:hover {
      background:#CCC;
      color:#333;
      }
    #wrap #pager a.activeSlide {
      background:#F60;
      color:#FFF;
      border:1px solid #F30;
    }

.slide {
  padding:40px 0 0;
}

.slide img {
  border:10px solid #E9E9DF;
  display:block;
  }

.caption {
  margin:1em 0 0;
  float:left;
  color:#333;
  font-family:Georgia, serif;
  font-size:12px;
}

#welcome-statement {
  padding-top:20px;
  width:420px;
  float:left;
  }
  #welcome-statement h1 {
    border-bottom:none;
    text-transform:none;
    margin:0 0 .5em;
    }

#slideshow {
  width:540px;
  float:right;
}

/*------------- Startseite / index.php --------------------*/
#startseite-index {
  width:680px;
  float:left;
  }

#startseite-index h2 {
  color:#333;
  font-family: Verdana, sans-serif;
  text-transform:none;
  border-bottom: 1px solid #EAEAEA;
  }


/*----------- Portfolio Page ---------------*/
ul.clients {
  margin:0;
  padding:1.5em 0 0;
  list-style:none;
  border-top:1px solid #EAEAEA;
  }

ul.clients li {
  clear:both;
  padding-bottom:0em;
  border-bottom:1px solid #EAEAEA;
  margin-bottom:1.5em;
  }
  
ul.clients em {
  font-size:10px;
  font-style:normal;
  font-weight:bold;
  color:#222;
  text-transform:uppercase;
}
  
ul.clients img {
  float:left;
  margin:0 1.5em 1.5em 0;
  padding:3px;
  border:1px solid #CCC;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  
}
  
/*------------ Blog ---------------*/
#wrap .post h2 a:link, #wrap .post h2 a:visited {
  color:#F60;
  border-bottom:none;
  }
  
#wrap .post h2 a:hover, #wrap .post h2 a:active {
  color:#333;
  }

.postedby {
  color:#666;
  font-style:italic;
  font-size:95%;
  padding:2px 0 2px 20px;
  background:url(images/calendar.gif) left center no-repeat;
  }
  
.post-footer {
  padding:2px 0;
  margin:0 0 30px 0;
  font-size:90%;
  color:#999;
  }
  
.post-metadata {
  padding:1px 0 1px 20px;
  margin:0;
  background:url(images/folder_open.gif) center left no-repeat;
  }

.social-bookmarks {
  padding:3px 1px 0;
  float:right;
  margin:0;
  }
  #wrap .social-bookmarks a {
    border:none;
    margin-left:5px;
    }

.previous-entry {
  float:left;
  }
.next-entry {
  float:right;
  }
.commentlist alt {
  background-color:red;
  }
  
.thecomment {
  color:#333;
  margin:10px 0 0;
  padding:10px;
  border-top:2px solid #DDD9C7;
  background:#EFEEE4 url(images/comment-bg.jpg) bottom left repeat-x;
  }
  .thecomment em {
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#666;
    margin:0 10px;
    }
  
.comment_number {
  font-family:Georgia, "Times New Roman", Times, serif;
  padding-left:24px;
  font-size:110%;
  font-weight:bold;
  margin-right:5px;
  background:url(images/comment-bubble.gif) bottom left no-repeat;
  }
.comment_data, .commenter {
  font-size:85%;
  color:#666;
  letter-spacing:0.5px;
  }
  
#commentform {
  padding:15px;
  margin:30px 0 0;
  border-top:6px solid #DDD9C7;
  background:#EFEEE4 url(images/comment-bg.jpg) bottom left repeat-x
  }

.searchbox {
  width:12em;
  border:1px solid #CCC;
  padding:2px;
  color:#333;
  background:#FFF url(images/grey-gradient.jpg) top left repeat-x;
  }
  .searchbox:focus {
    border:1px solid #999;
  }


blockquote {
  margin-left:10px;
  padding-left:10px;
  border-left:8px solid #EAEAEA;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#666;
  font-style:italic;
  font-size:110%;
  }

#wrap .slashdigglicious a {
  border:none;
  }

/*----------- About ----------------------*/
.bios {
  margin-bottom:1em;
  padding-bottom:1em;
  border-bottom:1px solid #EAEAEA;
  }
  
.bios img {
  padding:2px;
  border:1px solid #CCC;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  float:left;
  margin:0 10px 15px 0;
}

.bios em {
  margin-left:10px;
  font-size:10px;
  font-style:normal;
  color:#666;
  text-transform:uppercase;
}


/*----------- Contact Page ---------------*/
#contact-info {
  margin:20px 0;
  }
  
#address {
	width:46%;
	float:right;
  }

#impressum-angaben {
  width:46%;
  float:right;
  }
    
#email-phone {
  width:46%;
  float:left;
  }

#map iframe {
  border:5px solid #999;
  }

noscript {
  color:#F60;
  }


/*----------- Aktuelles ----------------------*/
.aktuelles {
  margin-bottom:1em;
  padding-bottom:1em;
  border-bottom:1px solid #EAEAEA;
  }
  
.aktuelles img {
  padding:2px;
  border:1px solid #CCC;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  float:left;
  margin:0 10px 30px 0;
}

.aktuelles em {
  margin-left:10px;
  font-size:10px;
  font-style:normal;
  color:#666;
  text-transform:uppercase;
}
.twitter {
  border-bottom:1px dashed #EAEAEA;
  }


/*----------- Freunde ----------------------*/




/*----- Shop -------*/
#wrap a.cart {
  padding:2px 0 2px 20px;
  background:url(images/cart.gif) left center no-repeat;
  border-bottom:none;
  }

body.shop #wrap a img {
  border-bottom:none;
  }

.item-info {
  width:400px;
  float:left;
  }
  
.item-image {
  text-align:center;
  width:215px;
  float:right;
  }

.detail {
  background:url(images/detail.gif) left center no-repeat;
  padding:2px 0 2px 20px;
  }
  
.remove {
  background:url(images/trash.gif) left center no-repeat;
  padding:2px 0 2px 20px;
  }

table#cart {
  border-top:2px solid #CCC;
  border-bottom:1px solid #CCC;
  }
  
table#cart td {
  border-bottom:1px solid #CCC;
  }
  
#basket-right {
  float:right;
  text-align:right;
  }
  
/*----- Misc Features -----*/
ul.bullet li {
  list-style-image:url(images/bullet.jpg);
  }
  
.leftimage {
  float:left;
  margin:0 10px 10px 0;
  }

.email {
  padding:1px 0 1px 20px;
  background:url(images/email.gif) center left no-repeat;
  }

.phone {
  padding:1px 0 1px 20px;
  background:url(images/phone.gif) center left no-repeat;
  }
  
/*----- Footer ----*/
.wrap {
  width:960px;
  margin:0 auto;
}

.main {
  width:680px;
  float:left;
}

.sidebar {
  width:240px;
  float:right;
}
#footer {
  color: #444;
  background:url(images/footer-bg.jpg) left top repeat;
  padding: 2em 0;
  font-size:12px;
  line-height:1.7em;
  border-bottom: 10px solid #C9C9C0; }
  #footer h3 {
    font-weight: bold;
    text-transform:none;
    color: #777;
    padding: 1em 0; }
  #footer .section {
    float: left;
    margin-right: 20px;
    width: 350px; }
  #footer .last {
    margin: 0;
    width:250px; }
  #footer #subfooter {
    padding: 2em 0 1em;
    font-size: 90%;
    color: #999; }
  #footer a#map {
    float: left;
    border: 4px solid #888; }
    #footer a#map:hover {
      border: 4px solid #399DCF; }


/*-- Miscellaneous --*/
.clear {
  clear:both;
  }
  
/* Blog Tutorial */
#wrap .default a {
  padding:0;
  margin:0;
  color:#3300FF;
  text-decoration:underline;
  border:none;
  }
#wrap .default img {
  padding:0;
  margin:0;
  }
  
#wrap .link-tutorial-1 a:link, #wrap .link-tutorial-1 a:visited {
  color:#399DCF;
  text-decoration:underline;
  border:none;
  }

#wrap .link-tutorial-1 a:hover, #wrap .link-tutorial-1 a:active {
  color:#333;
  text-decoration:underline;
  }
  
#wrap .link-tutorial-2 a:link, #wrap .link-tutorial-2 a:visited {
  padding-left:18px;
  background:url(images/email.gif) center left no-repeat;
  color:#399DCF;
  text-decoration:underline;
  border:none;
  }

#wrap .link-tutorial-2 a:hover, #wrap .link-tutorial-2 a:active {
  color:#333;
  text-decoration:underline;
  }
  
table.table-with-grid tr {
  border-bottom:1px solid #CCC;
  }
  

#wrap .gallery a {
  float:left;
  padding:3px;
  margin:0 10px 10px 0;
  display:block;
  border:1px solid #CCC;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  }
  #wrap .gallery a:hover {
    border:1px solid #399DCF;
    }