/*
Theme Name: 3680
Theme URI: http://www.dreisechsachtnull.de/
Description: 3680 WordPress theme
Version: 1.0
Author: Florian Fuchs

*/


html {
	height: 101%;
}

body {
	margin: 0 0 0 0;
	font-family: Georgia, serif;
	color: #444;
}

h1, h2 {
	margin: 40px 0;
	font-size: 26px;
	line-height: 30px;
}

h1 a, h2 a {
	color: #444;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #901414;
}

h3 {
	font-size: 18px;
}

ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#page {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#wrapper {
	float: left;
}

#header {
	border-bottom: 1px solid #901414;
}

#header div.sitetitle {
	width: 960px;
	color: #901414;
	font-size: 42px;
	font-weight: bold;
	margin: 25px auto 10px auto;
}

span.subheader {
	margin: 0 0 50px 0;
	font-size: 12px;
	padding-left: 20px;
	color: #444;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
}

ul#navigation {
	margin-top: 0;
	padding-top: 1px;
	list-style: none;
}

ul#navigation li {
	float: left;
/*	display: inline;*/
	background: #fff url(images/tab_off.png) no-repeat bottom left;
	padding: 2px 0 3px 10px;
	margin-right: 2px;
}

ul#navigation li a {
	background: #fff url(images/tab_off.png) no-repeat bottom right;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 4px 0;
	font-family: Arial;
	font-size: 14px	;
}

body.handbuch ul#navigation li.handbuch,
body.blog ul#navigation li.blog {
	background: #fff url(images/tab.png) no-repeat bottom left;
}

body.handbuch ul#navigation li.handbuch a,
body.blog ul#navigation li.blog a {
	background: #fff url(images/tab.png) no-repeat bottom right;
}

ul#navigation li a:hover {
	text-decoration: underline;
}

#content {
	width: 680px;
	float: right;
	line-height: 20px;
}
.entry a,
.entry a:hover,
#footer a,
#footer a:hover,
.postmetadata a,
.postmetadata a:hover {
	color: #901414;
}
#content a {
    color: #901414;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content {
  margin-left: 0;
  }
 
* html #sidebar {
  height: 1%;
  margin-right: 0;
  }
 
/* End hide from IE5/mac */


#content ul {
	margin: 10px 0 10px 25px;
}

#content ul li {
	margin-top: 2px;
}

.post {
	border-bottom: 1px dashed #444;
	padding-bottom: 25px;
}

#sidebar {
	width: 240px;
	margin: 0 720px 0 0 ;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
hr {
    display: none;
}
#sidebar a {
	color: #444;
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar h2 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #444;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-top: 40px;
	margin-bottom: 10px;
}

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

#sidebar ul li ul {
	padding-left: 15px;
}

#sidebar ul li {
	margin-top: 3px;
}

#sidebar ul li a {
	font-family: Georgia, serif;
	font-size: 13px;
	text-decoration: none;
}

#sidebar ul li a:visited {
	color: #444;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#sidebar ul li a.current {
	color: #901414;
}

#sidebar ul.paging {
	text-align: right;
	list-style: none;
	padding: 0 10px;
}

#sidebar ul.paging .previous {
	float: left;
}

#sidebar ul.paging a {
	font-family: Arial, Verdana, sans-serif;
}

#footer {
	padding-top: 20px;
	clear: both;
}

#footer p {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #888;
	text-align: center;
}

/*************************
 images 
*************************/
img.alignleft {
    float: left;
    margin: 0 5px 5px 0;
}
img.alignright {
    float: right;
    margin: 0 0 5px 5px;
}
/*************************
 pdfTeaser
*************************/
.pdfTeaser {
    height: 64px;
}
.pdfTeaser img {
    border: none;
    float: left;
    margin: 0 10px 0 0;
}
