/*  
Theme Name: style-club-berlin-style
Theme URI: http://www.maru-design.eu
Description: Style Club Berlin.
Version: 1.2 (13.10.2009)
Author: maru-design Team
Author: URI: http://www.maru-design.eu
Copyright: © 2009 maru-desgin Team 
*/

/* Allgemein */
* {
margin: 0;
padding: 0;
}

/* body */
body {
background-color: #9C9C9C;
font-family: 'Arial Narrow', Verdana, Arial, Sans-Serif;
font-size: 12px;
font-style: normal;
color: #000000;
letter-spacing: 0.1em;
padding: 50px 0;
}

/* Main */
#wrap {
width: 700px;
margin: 0 auto;
}

/* Header */
#header {
width: 700px;
text-align:right;
padding-bottom: 5px;
}

.logo-right {
background: #ffffff;
width: 700px;
height: 90px;
}

.logo-right img {
margin-right: 10px;
}

.top-menue-right {
width: 700px;
color: #ffffff;
font-weight: bold;
margin-bottom: -3px;
}

/* Menue */
#menue {
background: #ffffff;
width: 700px;
height: 25px;
}

#menue ul {
list-style-type: none;
padding-top: 4px;
}

*+ html #menue ul li {
display: inline;
}

* html #menue ul li {
display: inline;
}

#menue li a {
color: #D2469C;
font-size: 14px;
font-weight:bold;
margin-left: 15px;
float:left;
}

#menue li a:hover {
color: #9c9c9c;
}

li.current_page_item a {
color: #9c9c9c !important;
}

/* Pages */
#content {
background: #ffffff;
width: 700px;
height: 475px;
margin-top: 15px;
}

/* Home */
#post-2 {
background: url("images/home.jpg") no-repeat;
color: #ffffff;
width: 700px;
height: 475px;
}

/* Sonstige Seiten */
.post-links {
width: 350px;
margin-top: 10px;
margin-left: 10px;
float: left;
}

.post-links h2 {
width: 300px;
padding: 5px 5px 0;
}

table {
margin-left: 3px; 
}

.post-rechts {
width: 340px;
text-align:center;
float: right;
}

* html .post-rechts {
width: 315px;
margin-right: 5px;
}

.post-rechts img  {
background: #cccccc;
margin-top: 30px;
padding: 5px;
}

/* News */
.post-meta {
border-top: 1px solid #cccccc;
font-size: 10px;
padding: 0 5px;
padding-bottom: 15px;
}

.pagebar {
padding-left: 5px;
}

/* Gaestebuch */
.gaestebuch {
padding-left: 5px;
}

.eintraege {
margin-top: 5px;
}

.eintraege h3 {
margin-bottom: 10px;
}

.eintraege ol {
margin-left: 2px;
}

#submit {
margin: 5px 0;
}

.kommentar {
font-style:italic;
}

/* Kontakt */
*+ html .map-link {
margin-left: 5px;
}

/* Footer */
#footer {
background-color: #ffffff;
width: 700px;
height: 60px;
font-size:12px;
text-align: center;
margin-top: 15px;
}

.footer-partner {
margin-top: 2px;
}

/* Sonstiges */
h2 {
font-size:1.5em;
}

h3 {
font-size:1.3em;
}

p {
padding: 5px;
}

/* Links */
a {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #666666;
text-decoration: none;
}

#content a, #footer a {
color: #D2469C;
text-decoration: none;
}

#content a:hover, #footer a:hover {
color: #666666;
text-decoration: none;
}

a img {
border: none;
}