/*
  Theme Name: Griffbar Site
  Theme URI: http://example.com/
  Description: Best theme EVAR
  Version: 1.0
  Author: Me
  Author URI: http://example.com/
*/


/* Strip-Show by Tantek */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }



/* CSS Document */

body {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Geneva, Arial, sans-serif;
	background: #545D75;
	margin-top: 40px;
	color: #fff;
	font-size: 13px;
}

#globalWrapper {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

/* Style fuer Kopf */

/* #header { */
/* 	float: right; */
/* 	width: 	430px; */
/* 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
/* } */

/* Style fuer Hauptmenu */

div#sitewideMenuWrapper {
	width: 200px;
	float: left;
}

ul#sitewideMenu {
	list-style-type: none;
	font-size: 1em;
}

	
ul#sitewideMenu li {
 	margin-left: 0px;
	padding-left: 0px;
 	font-weight: bold;
 	line-height: 3em;
 	display: inline;
}

ul#sitewideMenu li a {
	text-decoration: none;
	display: block;
	color: #fff;
}

ul#sitewideMenu li ul {
	margin: 0px 0px 1em 1em;
	padding-left: 0px;
	list-style-type: none;

}

ul#sitewideMenu li ul li {
	font-weight: normal;
	margin: 0px;
}


/* Styles fuer den Inhalt */

div#content {
	line-height: 1.6em;
	float: right;
	width: 430px;
}

#content h1, #content h2, #content h3, #content h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	clear: both;
	
}

#content h1 {
	font-size: 1.5em;
	color: #ff9900;
	margin-bottom: 1em;
}

#content h2 {
	margin: 0.5em 0px;
	font-size: 1.4em;
}

#content h2 a:link, #content h3 a:link, #content h2 a:hover, #content h3 a:hover, #content h2 a, #content h3 a, #content sup a, #content sup a:link, #content a[id], #content a.bild, #content a.bild:link, #links li a, #links li a:link, #links li a:hover, #breadcrumb a, #breadcrumb a:link, #breadcrumb a:hover {
	background: none !important;
	padding: 0px !important;
	color: #fff;
}

#content h3 {
	font-size: 1.3em;
	border-top: 1px solid #697594;
}

#content h4 {
	border-top: none;
	margin-bottom: 0px;
	font-size: 1.2em;
}

#content h5 {
	border-top: none;
	margin-bottom: 0px;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

#content a, #content a:link {
	text-decoration: none;
	color: #FF9900;
}

#content dt {
	font-weight: bold;
	margin-top: 2em;
}

#content abbr, #content acronym {
	font-size: 90%;
	letter-spacing: 0.2ex;
	font-style: inherit;
	cursor: help;
	border-bottom: none;
}

#content ul {
	list-style-type: square;
	margin: 0px 0px 1em 1em;
}

#content p {
	margin: 0px 0px 0.9em 0px;
}


/* Content Table Styling */

#content table {
	width: 100%;
	margin: 0px;
}

#content td {
	border-bottom: 1px solid #697594;
}

#content th, #content td {
	margin: 0px;
	padding: 0.3ex;
	text-align: left;
	
}

#content th {
	border-bottom: 1px solid #ff9900;
	background-color: #697594;
	margin-top: 0.5em;
}

#content td.preis {
	text-align: right;
}



#content img.links {
	float: left;
	margin: 0px 1em 1em 0px;
	padding: 0px;
	background: none;
}

#content img.rechts {
	float: right;
	margin: 0px 1em 1em 0px;
	width: auto;
	background: none;
}

#content img.block {
	float: none;
	margin: 1em 0px;
	display: block;
}

#content blockquote {
	margin: 1em;
	padding-left: 1em;
	font-style: italic;
	border-left: 3px solid #697594;
	color: #92A3CD;
}

#content blockquote em {
	font-style: normal;
}

#content blockquote p {
	margin-top: 1em;
	margin-bottom: 0px;
}

#content blockquote p:first-child {
	margin-top: 0px;
}

#content cite
{
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: 0.2ex;
}

#content a img {
	border: none;
}

#content p {
	margin-top: 0px;
}

#content div.meta {
	color: #697594;
	font-size: 80%;
}

/* Styles fuer die Seitenleiste */


#sidebar h1 {
	font-size: medium;
	color: #FFF;
	margin: 0px;
}

#sidebar div {
	float: left;
	clear: left;
	width: 200px;
}

#sidebar div p, #sidebar div ul, #sidebar dl {
	margin: 0px 10px;
	padding: 0px;
}

#sidebar a, #sidebar a:link {
	color: #fff;
	text-decoration: none;
	background: none;
}

.warnung {
	color: red;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar input {
	margin: 0.5em 0em;
}

/* Styles für das Copyright */

div#copyright {
	clear: left;
	width: 200px;
	padding-top: 2em;
	color: #697594;
	font-size: x-small;
}

#copyright p {
	margin: 0px;
}

#copyright a {
	color: #697594;
}