/*
Theme Name: Ein perfekter Urlaub
Theme URI: http://www.pk-designz.com
Description: Wordpress Theme Ein perfekter Urlaub
Version: 1.0
Author: Pascal Klingler

*/

body {
    font: 12px Arial;
    color: #666;
}

a {
    color: #666;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 1px solid #ccc;
    padding: 1px;
}

.alignleft {
    float: left;
    margin: 12px 10px 5px 0;
}
.alignright {
    float: left;
    margin: 12px 0px 5px 10px;
}
.wp-caption-text {
    font-size: 11px;
}

#wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#inner {
    width: 940px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

#header {
        width: 100%;
        height: 200px;
        background: url(images/header.jpg) left top no-repeat;
        margin-top: 20px;
}

#header .logo {
        width: 930px;
        height: 100px;
}

#header .logo h1 {
        margin: 0;
        padding-top: 20px;
        font-size: 3em;
        color: #fff;
        font-weight: bold;
        font-style: italic;
}

#header .logo h1 a, #header .logo h1 a:hover {
        margin: 0;
        padding-top: 10px;
        margin-left: 20px;
        color: #fff;
        text-decoration: none;

}


#header .headad {
        width: 460px;
        margin-left: 435px;
        padding: 0;
        height: 60px;
        background: #ccc;
}





#navigation {
        width: 100%;
        height: 82px;
        background: url(images/bg-navigation.jpg) top no-repeat;
        margin-top: 10px;
        margin-bottom: 10px;
}

#navigation .menu {
        width: 700px;
        height: 30px;
        float: left;
        margin: 8px 10px;
}

#navigation .menu ul {
        list-style: none;
        margin: 7px 0;
        padding: 0;
}

#navigation .menu ul li {
        float: left;
        margin-right: 16px;
}

#navigation .menu ul li a {
        float: left;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
}

#navigation .menu ul li a:hover {
        color: #ccc;
        text-decoration: none;
}

#navigation .search {
        width: 200px;
        height: 30px;
        background: url(images/bg-search.gif) top no-repeat;
        background-position: 5px 2px;
        float: left;
        margin: 8px 10px;
}

#navigation .breadcrumb {
        width: 600px;
        font-size: 11px;
        float: left;
        margin: 8px 10px;
}


#navigation .imprint {
        width: 300px;
        text-align: right;
        font-size: 11px;
        float: left;
        margin: 8px 10px;
}





#sidebar-left {
        width: 208px;
        height: auto;
        margin-right: 12px;
        float: left;
}

#sidebar-left ul {
        list-style: none;
        padding: 0;
        margin: 0;
}


#sidebar-right {
        width: 208px;
        height: auto;
        margin-left: 12px;
        float: left;
}

#sidebar-right ul {
        list-style: none;
        padding: 0;
        margin: 0;
}


#content {
        width: 498px;
        height: auto;
        float: left;
}

#content .featuredslider {
        width: 100%;
        height: 252px;
        padding-top: 10px;
        background: url(images/bg-slider.gif) top no-repeat;
}

#content .featuredslider .feat {
        margin: 0 10px;
}

#content .content-ad {
        width: 100%;
        height: 74px;
        margin: 0 0 10px 0;
        padding-top: 12px;
        background: url(images/bg-content-ad.gif) top no-repeat;
}

#content .content-ad .googleadsense {
         margin: 0 15px;
}

#content .mainhead {
        width: 100%;
        height: 10px;
        padding: 0;
        margin-top: 10px;
        background: url(images/bg-content-head.gif) top no-repeat;
} 

#content .main {
        width: 100%;
        height: auto;
        background: url(images/bg-content-main.gif) top repeat-y;
}

#content .mainbottom {
        width: 100%;
        height: 10px;
        padding: 0;
        margin: 0;
        background: url(images/bg-content-bottom.gif) bottom no-repeat;
} 

#content .entry {
        width: 478px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 10px;
        margin: 0;
}

#content .entry .frontthumb {
        float: left;
        margin-right: 5px;
        margin-top: 13px;
        padding: 1px;
        border: 1px solid #E3E2E4;
}

#content .entry .single-ad {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 5px;
}

#content .entry p {
        padding-top: 10px;
        margin: 0;
}

#content .entry .meta {
        font-size: 10px;
        padding: 0;
        color: #B8B9B8;
}

#content .entry .meta a {
        text-decoration: underline;
        color: #B8B9B8;
}

#content .entry .meta a:hover {
        text-decoration: none;
}

#content .entry h1 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        color: #288BE6;
}

#content .entry h1 a {
        margin: 0;
        padding: 0;
        font-size: 17px;
        color: #288BE6;
        text-decoration: none;
}

#content .entry h1 a:hover {
        text-decoration: underline;
}

#content .entry h2 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        color: #288BE6;
}

#content .entry h2 a {
        margin: 0;
        padding: 0;
        font-size: 17px;
        color: #288BE6;
        text-decoration: none;
}

#content .entry h2 a:hover {
        text-decoration: underline;
}

#footer {
        width: 100%;
        height: 50px;
        margin: 20px 0;
        text-align: center;
        font-size: 11px;
}




.clear {
        clear: both;
}


#search {
        margin: 5px 0 0 10px;
        padding: 0;
}

#search input {
        border: none;
        background: transparent;
        padding: 2px;
        margin: 0;
        float: left;
}

#search .searchtext {
        width: 155px;
}

.textwidget {
        width: 168px;
        padding: 5px 20px 20px 20px;
        margin: 0 0 12px 0;
        background: url(images/bg-widget.gif) bottom no-repeat;
}

.textwidget ul li {
        background: url(images/list.gif) left no-repeat;
        padding: 0 0 2px 12px;
}

.recentposts {
        width: 168px;
        padding: 0 20px 20px 20px;
        margin: 0 0 12px 0;
        background: url(images/bg-widget.gif) bottom no-repeat;
}

.recentposts ul li {
        padding: 5px 0;
        margin: 0;
        border-bottom: 1px dotted #E3E2E4;
}

.archiv {
        width: 168px;
        padding: 0 20px 20px 20px;
        margin: 0 0 12px 0;
        background: url(images/bg-widget.gif) bottom no-repeat;
}

.archiv ul li {
        padding: 5px 0;
        margin: 0;
}

h4.widgettitle {
        background: url(images/bg-widgettitle.gif) top no-repeat;
        margin: 0;
        color: #fff;
        font-size: 15px;
        padding: 19px 20px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: .2em;
}

#commentform textarea {
	width: 470px;
}

#commentlist li ul {
	border-left: 1px solid #ccc;
	font-size: 110%;
	list-style-type: none;
}

