/*
Theme Name: LenasBlick
Theme URI: http://lenasblick.de/
Version: 1
Author: Moritz Kröger
Author URI: http://www.Korasu.de/
*/

/* Allgemeines */
* {
padding: 0;
margin: 0;
}

body {
background: url(images/body_bg.jpg) repeat-x #000;
padding: 0;
font: 11px Trebuchet MS, sans-serif;
color: #5f5f5f;
}

a {
color: #fff;
text-decoration: none;
}

a:hover {
color: #b7152c;
}

h2 {
font: italic 18px Trebuchet MS, sans-serif;
color: #fff;
margin: 0 0 20px 0;
}

h2 a b {
font: italic 18px Trebuchet MS, sans-serif;
color: #b5152b;
}

/* Headbereich */
#head {
background: url(images/head_bg.jpg) no-repeat;
width: 925px;
height: 180px;
}

#head a.logo {
background: url(images/logo.jpg) no-repeat;
width: 237px;
height: 41px;
display: block;
text-decoration: none;
margin: 101px 0 0 63px;
float: left;
}

#head ul {
height: 180px;
float: right;
}

#head ul li {
background: url(images/navi_bg.jpg) top left no-repeat;
float: left;
list-style: none;
height: 25px;
padding: 125px 20px 0 20px;
}

#head ul li p {
color: #fff;
font: bold 13px Trebuchet MS, sans-serif;
}

#head ul li p:hover {
color: #b7152c;
font: bold 13px Trebuchet MS, sans-serif;
cursor: pointer;
}

#head ul li a {
color: #fff;
font: bold 13px Trebuchet MS, sans-serif;
text-decoration: none;
}

#head ul li a:hover {
color: #b7152c;
}

/* Subnavi */
#head ul li ul.subnavi {
margin: 5px 0 0 0;
background: url(images/subnav_top.jpg) no-repeat;
padding: 14px 0 0 0;
}

#head ul li ul.subnavi li {
display: none;
visibility: none;
}

#head ul li ul.subnavi li:hover {
background: #4b4b4b;
}

#head ul li:hover ul.subnavi li {
display: block;
background: #2c2c2c;
border-bottom: 1px solid #000;
float: none;
text-align: left;
height: 15px;
padding: 8px 5px 8px 5px;
}

#head ul li ul.subnavi li a {
color: #fff;
font: bold 10px Trebuchet MS;
text-decoration: none;
}

#head ul li ul.subnavi li a:hover {
color: #fff;
text-decoration: underline;
}

/* Inhaltsbereich */
#wrap {
width: 845px;
margin: 10px 0 20px 63px;
text-align: justify;
}

a.post-edit-link {
background: #5f5f5f;
padding: 0 2px 0 2px;
font: 11px Trebuchet MS, sans-serif;
color: #000;
}

a.post-edit-link:hover {
background: #fff;
font: 11px Trebuchet MS, sans-serif;
color: #000;
}

.galwrap a {
font: 16px Trebuchet MS, sans-serif;
color: #fff;
text-decoration: none;
margin: 2px 0 2px 0;
}

.galwrap a:hover {
font: 16px Trebuchet MS, sans-serif;
color: #fff;
background: #b4152b;
padding: 0 3px 0 3px;
}

/* Footerbereich */
#footer {
height: 61px;
width: 845px;
background: url(images/footer_bg.jpg) no-repeat;
margin: 0 0 30px 63px;
}

#footer p {
padding: 25px 0 0 0;
width: 215px;
text-align: center;
position: absolute;
}

#footer a {
text-decoration: none;
height: 15px;
width: 15px;
background: url(images/korasu.jpg) no-repeat;
display: block;
position: absolute;
margin: 25px 0 0 235px;
}

