/*
Theme Name: Sommer 
Description: WordPress Theme f&uuml;r Fachb&uuml;ro f�r Arbeitssicherheit und Brandschutz Sommer
Author: buenasoma &amp; Rene Knorr
Version: 1.0
*/


/* =Alles auf Null
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	height:275px;
}

#sommer {
	position:absolute;
	margin:20px 0 0 775px;
	width:189px;
}

#sommer h2 {
	margin-top:10px;
	font-size:12px;
	color:#336699;
	display:none;
}

#logo {
	width:189px;
	height:49px;
}


/* =Content
-------------------------------------------------------------- */

#main {
	width:700px;
	float:left;
	margin:65px 0 25px 40px;
	line-height:1.5;
	font-size:14px;
}

#main h1 {
	color:#336699;
	margin:0 0 20px 0;
	font-size:22px;
}

#main ol,
#main ul {
	list-style-type: square;
	list-style-position: outside;
}

.mitglied {
	float:left;
	max-width:150px;
	margin:0 25px 0 0;
	background:#FFF;
}

/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
	width:175px;
	float:left;
	margin:0 0 20px 22px;
	background:url(images/sidebar_bg.jpg) repeat #ccffff;	
	font-size:14px;
}

* html div#sidebar {
   margin:0 0 20px 11px;
}

#sidebar1 {
	padding:65px 0 25px 10px;
}

#sidebar_bottom {
	width:175px;
	height:16px;
	background:url(images/sidebar_bottom.jpg) no-repeat;
}

#sidebar .menu-header {
	margin:80px 0 0 20px;
}

#sidebar a {
	color:#6699cc;
	text-decoration:none;
}

#sidebar a:active,
#sidebar a:hover {
	color:#cc3399;
	text-decoration:none;
}

#sidebar ul li.current_page_item > a,
#sidebar ul li.current-menu-ancestor > a,
#sidebar ul li.current-menu-item > a,
#sidebar ul li.current-menu-parent > a {
	color:#cc3399;
	text-decoration:none;
}
* html #sidebar ul li.current_page_item a,
* html #sidebar ul li.current-menu-ancestor a,
* html #sidebar ul li.current-menu-item a,
* html #sidebar ul li.current-menu-parent a,
* html #sidebar ul li a:hover {
	color:#cc3399;
	text-decoration:none;
}

#sidebar ul li.current_page_item > a:before,
#sidebar ul li.current-menu-ancestor > a:before,
#sidebar ul li.current-menu-item > a:before,
#sidebar ul li.current-menu-parent > a:before {
	content:'[ ';
}
* html #sidebar ul li.current_page_item a:before,
* html #sidebar ul li.current-menu-ancestor a:before,
* html #sidebar ul li.current-menu-item a:before,
* html #sidebar ul li.current-menu-parent a:before,
* html #sidebar ul li a:hover {
	content:'[ ';
}

#sidebar ul li.current_page_item > a:after,
#sidebar ul li.current-menu-ancestor > a:after,
#sidebar ul li.current-menu-item > a:after,
#sidebar ul li.current-menu-parent > a:after{
	content:' ]';
}
* html #sidebar ul li.current_page_item a:after,
* html #sidebar ul li.current-menu-ancestor a:after,
* html #sidebar ul li.current-menu-item a:after,
* html #sidebar ul li.current-menu-parent a:after,
* html #sidebar ul li a:hover {
	content:' ]';
}
#sidebar ul li,
* html #sidebar ul li {
	margin:0 0 25px -15px;
	list-style-type: none;
	list-style-position: outside;	
}

#sidebar ul li.current_page_item {
}

/* =Footer
-------------------------------------------------------------- */

#footer	{
	clear:both;
}


/* =Sonstiges
-------------------------------------------------------------- */

body {
	background:url(images/background.jpg) repeat-x #ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
	color:#666666;
}

#wrapper {
	width:1000px;
	margin:20px auto;
	background:#ffffff;
}

.block {
	text-align:justify;
}

.alignleft {
	float:left;
	margin:0 15px 0 0;
}

.alignright {
	float:right;
	margin:0 15px 0 0;
}