/* Begin Typography & Colors */
body {
	font:normal 8pt/10pt verdana;
	background-image:url(images/bg.png);
	text-align: center;
}

#page {
	width:980px;
	border:1px solid #000000;
	background:#E4E4E4;
	display:table;
	text-align: left;
	}

#header {
	width:980px;
}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
	}

.widecolumn {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 8pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 10px 0;
	padding: 0;
	}

#page {
	background-color: #E4E4E4;
	margin: 10px auto;
	padding: 0;
	width: 980px;
	border: 1px solid #959596;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	width: 980px;
	}

.narrowcolumn {
	padding: 0;
	margin: 0;
	clear:both;
	}

.widecolumn {
	padding: 0;
	margin: 0;
	clear:both;	
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px 0 0 0;
	width: 150px;
	font:normal 8pt/11pt verdana;
	}

#wp-calendar #next a {
	padding-right: 0;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 0;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font:bold 7pt/11pt verdana;
	text-decoration:underline;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.navigation1 {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 50px;
	}	
	
div.breadcrumb {
	font:normal 8pt verdana;
}	

div.postmeta {
	background:#FBFBFB;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}

.postmeta ul {
	display:block;
	}
	
.postmeta li {	
	font:normal 7pt/10pt verdana;
}

/*Menu*/

#modernbricksmenu{
	padding: 5px 0 0 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu ul{
	font: bold 7pt/12pt verdana;
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#modernbricksmenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

#modernbricksmenu a {
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 6px 6px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: black; /*Default menu color*/
	border-bottom: 1px solid white;
	font:bold 7pt/11pt verdana;
}

#modernbricksmenu a:hover{
	background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #D02607; /*Brown color theme*/ 
	border-color: #D02607; /*Brown color theme*/ 
	font:bold 7pt/11pt verdana;
}

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 4px;
	line-height: 5px;
	background: #D02607; /*Brown color theme*/ 
}

#menu {
	width: 150px;
	font:bold 7pt/10pt verdana;	
}

#menu li {
	list-style:none;
	padding:0px;
	margin:0px;
}	
	
#menu li a {
	height: 24px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  height: 20px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background:  url(images/menu9.gif);
	padding: 4px 0 0 35px;
}
	
#menu li a:hover {
	color: #FFF;
	background:  url(images/menu9.gif) 0 -24px;
	padding: 4px 0 0 35px;
}

#menu1 {
	width: 150px;
	font:bold 7pt/10pt verdana;	
}

#menu1 li {
	list-style:none;
	padding:0px;
	margin:0px;
}	
	
#menu1 li a {
	height: 24px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  height: 20px;
	text-decoration: none;
}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #FFF;
	display: block;
	background:  url(images/menu9.gif);
	padding: 4px 0 0 35px;
}
	
#menu1 li a:hover {
	color: #FFF;
	background:  url(images/menu9.gif) 0 -24px;
	padding: 4px 0 0 35px;
}

img {
	border:0px;
}

div.links {
	text-align:left;
	width:152px;
	float:left;
	padding:0 0 10px 0;
}

ul.children {
	margin:0px;
	padding:0 0 0 10px;
}

/* Begin Sidebar */
#sidebar {
	float:right;
	width:152px;
	padding:0 5px 0 0;	
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

div.ueber {
	width:100%;
	background: url(images/ueber.gif);
	border-bottom:1px solid #C9CACC;
}

div.ueber1 {
	background: url(images/ueber.gif);
	width:140px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

/*Schrift*/
font.ueber {
	font: bolder 9pt/16pt verdana;
	padding:0 0 0 5px;
}

h1 {	
	display:inline;
	font: bolder 12pt/16pt verdana;
	color:#D02607;	
}

h1 a {
	font: bolder 12pt/16pt verdana;
	color:#D02607;	
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

h1.head {	
	display:inline;
	font: bolder 12pt/16pt verdana;
	color:#000;	
}


h2 {	
	display:inline;
	font: bolder 11pt/16pt verdana;
}

h2 a {
	font: bolder 11pt/16pt verdana;
	color:#000;	
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

h2.head {	
	display:inline;
	font: bolder 11pt/16pt verdana;
}

h2.head a {
	font: bolder 11pt/16pt verdana;
	color:#D02607;
	text-decoration:none;
}

h2.head a:hover {
	text-decoration:underline;
}

a {
	font:normal 1.0em verdana;
	color:#000;	
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.klein, a:link.klein, a:visited.klein, a:active.klein {
	color:#808080;
	text-decoration:none;
  font: normal 7pt/10pt verdana; 
  padding: 0 0px 0 0px;
}

a:hover.klein {
	color: #808080;
	text-decoration:underline;
  font: normal 7pt/10pt verdana; 
  padding: 0 0px 0 0px;
}

input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 0 51px 10px 0;
	font-size:0.8em;
	background:url(images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}

input.sendbutton2	{ 
	background-color:#D02607;
	border:1px solid #000000;
	font:bold 7pt/10pt verdana;	
	color:#FFFFFF;
	margin:2px 0 2px 0;
}

input.log	{ 
	width:140px;  
	padding:2px; 
	margin: 4px 0;
	font: bold 7pt/11pt verdana;  
	border:1px solid #000000;
}

input.suche	{ 
	width:90px;
	padding:2px; 
	font-size:0.8em; 
	font: bold 7pt/11pt verdana;  
	border:1px solid #000000;
}

input.sendbutton1	{ 
	width:30px;  
	padding:2px; 
	font-size:0.8em;
	background:url(images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}

/*Schatten*/
<![if !IE 6]>
div.shiftcontainer{
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
}

div.shadowcontainer{
	background-color: #d1cfd0;
}

div.shadowcontainer .innerdiv{
/* Add container height here if desired */
	background-color: #F4F4F4;
	border: 1px solid gray;
	padding: 3px 5px 3px 5px;
	position: relative;
	left: -3px; /*shadow depth*/
	top: -3px; /*shadow depth*/
}
<![endif]>

/*Schatten*/
<![if !IE 6]>
div.shiftcontainer1{
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
}

div.shadowcontainer1{
	background-color: #d1cfd0;
}

div.shadowcontainer1 .innerdiv1{
/* Add container height here if desired */
	background-color: #F4F4F4;
	border: 1px solid gray;
	padding: 0;
	position: relative;
	left: -3px; /*shadow depth*/
	top: -3px; /*shadow depth*/
}
<![endif]>

/*Schatten*/
<![if !IE 6]>
div.shiftcontainer_news{
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
}

div.shadowcontainer_news{
	background-color: #d1cfd0;
}

div.shadowcontainer_news .innerdiv_news{
/* Add container height here if desired */
	background-color: #F4F4F4;
	border: 1px solid gray;
	padding: 0;
	position: relative;
	left: -3px; /*shadow depth*/
	top: -3px; /*shadow depth*/
	width:618px;
}
<![endif]>


