/*
Theme Name: CVJM Schnathorst-Tengern
Theme URI: http://www.cvjm-schnathorst-tengern.de/
Description: Wordpress-Template des CVJM Schnathorst-Tengern
Author: Marcel Goldammer
*/

body {
  background-color: #EEE;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:.9em
}

a {
  color:#000
}

h2 {
  font-size:1.2em
}

a h2 {
  text-decoration:underline
}

a:hover h2 {
  text-decoration: none;
}

span.datum {
  float:right;
  font-size:.8em;
  margin-left:5px;
  margin-right:5px;
  padding-top:5px
}

span.ub {
  text-decoration: underline;
  font-weight: bold;
}

#container {
  background: url("bg.png") repeat-y #FFF;
  border: 1px solid #000;
  margin:20px auto;
  width:900px;box-shadow: 0 0 20px #000;
}

header {
  background-color:#FFF;
  height:150px
}

header img {
  margin-left: 10px;
  margin-top: 5px;
}

header ul {
  float:right;
  margin-right:20px;
  margin-top:110px
}

header ul li {
  float:left
}

#space {
  background-color: #000;
  height: 11px;
}

#space2 {
  background-color: #C00000;
  height: 11px;
} 

nav {
  float:left;
  width:175px
}

header ul,nav ul {
  list-style-type:none;
  padding:0 0 0 0
}

header ul a, nav ul a {
  color:#000;
  display:block
}

nav ul a {
  padding:2px 2px 2px 2px
}

nav ul a, nav h3, nav form {
  padding-left: 10px;
}

header ul a {
  padding:4px
}

header ul a:hover,nav ul a:hover {
  color:#FFF !important;
  background-color:#C00000;
  text-decoration: underline !important;
}

header ul a.aktiv, nav ul a.aktiv {
  color: #C00000;
  text-decoration: none;
}

section {
  float:left;
  width:685px;
  min-height: 470px;
  padding: 10px 15px;
}

article h2 {
  font-size: 1.5em;
  margin-bottom: 5px
}

article p {
  margin-top: 25px
}

#meta {
  font-size: .75em
}

footer {
  text-align:center
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}