 /*
Theme Name: mr bromms
Theme URI: http//:www.markus-bromm.de
Description: Theme for Wordpress 2.x, by bernd. This Theme is Open Source.
Version: 0.2
Author: bernd
Author URI: 
 */

body {
  background: #ccc;  text-align: center;
  font: 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 30px 0 0 0;
}

h1 {
  font: 16px "Trebuchet MS",Arial,Helvetica,sans-serif;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding: 0;
  font-weight: normal;
  color: #2f6aaa;
}

h2, h3 {
  font: 14px "Trebuchet MS",Arial,Helvetica,sans-serif;
  margin: 15px 0 10px 0;
  padding: 0;
  line-height: 1em;
  font-weight: normal;
  color: #2f6aaa;
}

h4 {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

.image_text {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

address {
  font-size: 12px;
  font-style: normal;
  width: 375px;  
}

#content .date {
  font-size: 0.8em;
  color: #aaa;
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #2f6aaa;
}

img {
  border: none;
}

#clearer1, #clearer2 {
  clear: both;
  height: 1px;
}

.center {
  text-align: center;
}

/* small */
.klein {
  font-size: .9em;
}
/* smaller */
.kleiner {
  font-size: .8em; 
}

/* Container */

#container {
  position: absolute;
  left:50%;
  width: 750px;
  margin: 50%;
  margin-left: -375px;
  margin-top: auto;
  text-align: left;
}

/* Header */

#logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 41px;
}

#menu_box {
  position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 750px;
  margin: 0px;
  padding: 0 0 10px 0;
 border-bottom: 1px solid #fff;
}

#menu {
  float: right;
  border: 0px dotted #0ff;
  top: 0px;
  width: 708px;
 
}

#site_title {
  position: absolute;
  top: 22px;
  left: 42px;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 1.4em;
}

.img-left {
  float: left;
  margin: 0 0 30px 0;
  padding: 0;
}

.img-right {
  float: right;
  margin: 0 0 30px 0;
  padding: 0;
}

/* menu */

#gal_menu
{
  position: absolute;
  width: 708px;
  float: right;
  top: 22px;
  left: 42px;
  margin: 0px;
  padding: 0px;
  line-height: 1.4em;
}

#menu ul , #gal_menu ul {
  display: block;
  position: relative;
  float: right;
  top: 0px;
  white-space: nowrap;
  line-height: 1.5em;
  list-style-type: square;
  list-style-position: outside;
  margin: 0 0 0 0;
  padding: 0em 0em 0em 1em;
}

#menu li, #gal_menu li {
  float: left;
  display: block;
  line-height: 1.5em;
  height: 1.5em;
  padding: 0;
}

#menu li, #gal_menu li {
  margin: 0 0 0 20px;
}

#menu a, #gal_menu a {
  color: #9e9e9e;
  font: bold 15px "Trebuchet MS",Arial,Helvetica,sans-serif;
  padding: 0;
}

#site_title a {
  color: #fff;
  font: bold 15px "Trebuchet MS",Arial,Helvetica,sans-serif;
  padding: 0;
}

#menu a:hover, #gal_menu  a:hover {
  color: #2f6aaa;
  border-top: 0px solid #fff;
  padding: 0 0 7px 0;
}

#menu .current_page_item a, #gal_menu .current_page_item a {
  color: #2f6aaa;
  border-top: 0px solid #fff;
}

/* content_box */
#content_box {
  border-bottom: 1px solid #fff;
  background: #ccc;
  padding: 20px 0px 0px 0px;
  margin: 0px;
}

a.more-link {
  color: #2f6aaa;
  text-decoration: none;
}

p.left a, p.right a {
  color: #2f6aaa;
  text-decoration: none;
}

/* Content */
#content {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  line-height: 1.45; 
  color: #383838;
  background: transparent;
}
#content p {
 margin: 10px 0;
 width: 375px;
}

#content a {
  color: #2f6aaa;
  border-bottom: 0px solid #d62904;
}

#content a:hover {
  color: #2f6aaa;
  border-bottom: 0px solid #d62904;
}

#content h1 a, #content h2 a:hover {
    border-bottom: none;
}

#content img {
  border: 0px solid #2f6aaa;
  margin: 0 20px 20px 0;
}

div.beitrag {
  margin: 0 0 0 2px;
  padding: 0;
}

#content .beitrag a {
  background: url(img/link_icon.gif) 0px 4px no-repeat;
  padding: 1px 0px 1px 16px;
  margin: 0;
}

/* Footer */
#footer {
  border-top: 0px solid #fff;
  padding: 0px;
  margin: 0 0 20px 0;
}
#footer p {
  color: #666;
  margin: 0;
  text-transform: lowercase;
  padding:  0;
}

#footer a {
  color: #9e9e9e;
}

#footer a:hover {
  color: #2f6aaa;
}

#footer .date {
  font-size: 1em;
  font-weight: bold;
  color: #9e9e9e;
  margin: 5px 0 0 0;
  padding: 0;
}

/* Xtras */

pre, code, samp {
  font: 1em 'courier new', courier, monospace;
  color: #c60;
}

blockquote {
  background: url(img/blockquote.png) no-repeat;
  display: block;
  font-style: italic;
  margin: 0px 0;
  padding: 2px 0 0 20px;
}

