/* Allgemein
----------------------- */
body{
margin-top: 1px;
margin-left: 24px;
font: normal 85% verdana, sans-serif;
background-color: #ffffff;
}
#outer-wrapper {
text-align: left;
width: 960px;
background-color: #ffffff;
}
a:link {
color: #444444;
text-decoration:none;
}
a:visited {
color: #444444;
text-decoration:none;
}
a:hover {
color: #444444;
text-decoration: underline;
}
a img {
border-width: 0;
}
h2, h3 {
margin: 0;
}
hr {
border:dashed #cccccc 1px;
height:1px;
}

/* HEADER SECTION
----------------------------------------------- */
#header-wrapper {
width: 958px;
height: 120px;
margin-top: 2px;
margin-bottom: 10px;
background: #FFF4F4 url(images/logoheader.bmp) repeat-x;
border: 1px solid #FF3737;
}
#header-wrapper a{
color: #ffffff;
}
#header-wrapper a:hover{
color: #ffffff;
text-decoration:underline;
}
#header-wrapper-navi {
width: 952px;
height: 20px;
padding-top: 3px;
padding-left: 6px;
margin-bottom: 10px;
background: #FFF4F4;
border: 1px solid #FF3737;
}
#header {
width: 300px;
height: 110px;
margin: 0 auto;
float:left;
margin-top:0px;
margin-bottom:1px;
color: #FFF4F4;
padding: 0;
}
#header1 {
width: 700px;
height:85px;
margin: 0 auto;
padding-top: 0px;
padding-bottom:10px;
text-align: center;
margin-top: 20px;
color: #ffffff;
}
#header1 p{
margin: 0;
}

/* CONTENT SECTION
----------------------------------------------- */
#content-wrapper {
width: 960px;
margin: 0 auto;
padding: 0;
text-align: left;
background-color: #ffffff;
}
#main-wrapper {
margin-left: 10px;
padding: 0px;
width: 435px;
float: left;
background-color: transparent;
}
#main-wrapper2 {
padding: 0px;
width: 100%;
float: left;
background-color: transparent;
}
#main-wrapper3 {
margin-left: 10px;
padding: 0px;
width: 578px;
float: left;
background-color: transparent;
}
#left-sidebar-wrapper {
margin-left: 0;
padding: 0;
width: 176px;
float: left;
background-color: transparent;
}
#right-sidebar-wrapper {
margin-right: 0;
padding: 0;
width: 330px;
float: right;
background-color: transparent;
}
#right-sidebar-wrapper-small {
margin-right: 0;
padding: 0;
width: 176px;
float: right;
background-color: transparent;
}

/* SEARCH Section
----------------------------------------------- */	
#search_query{
font-size: 17px; 
color: #000033;
height: 20px;
width: 420px; 
margin-top: 6px;
background: #FFF4F4;
border-top: 1px solid  #FF3737;
border-left: 1px solid  #FF3737;
border-right: 1px solid  #FF3737;
border-bottom: 1px solid  #FF3737;
}
#search_button{
height: 25px;
width: 160px;
background: url(images/button.png);
background-repeat: repeat-x;
padding: 0 5px 0 5px;
color: #000000;	
border: 1px solid #ffc424;
font-size: 1.0em; 
font-weight: 600; 
text-decoration:none; 
}

/* POST SECTION
----------------------------------------------- */
.post {
margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom:5px;
border:1px solid #FF3737;
}
.post-title {
margin-bottom: 0px;
margin-left: -5px;
margin-right: -5px;
padding-left: 4px;
font: normal 120% Arial, sans-serif;
color: #777777;
line-height: 1.1em;
background: url(images/untitled.jpg) top left;
}
.post-title a, .post-title a:visited, .post-title strong {
text-decoration: none;
color: #777777;
font: normal 120% Arial, sans-serif;
}
.post-body{
padding-top:5px;
font: normal 110% arial, sans-serif;
background-color: #ffffff;
}

/* SITEBAR SECTION
----------------------------------------------- */
.sidebar h2 {
margin-bottom: 5px;
margin-left: -5px;
padding: 2px 5px;
background-color: #ffffff;
background: url(images/untitled.jpg) top left;
font: normal 120% Arial, sans-serif;
color: #777777;
}
.sidebar {
color: #000000;
line-height:1.3em;
}
.sidebar .widget {
margin-bottom: 1em;
border: 1px solid #FF3737;
padding-left:5px;
padding-bottom:5px;
background:#FFFFFF;
}
.sidebar .widgetstart {
margin-bottom: 1em;
border: 1px solid #FF3737;
padding-left:5px;
padding-bottom:5px;
background: #FFF4F4;
}
.sidebar .widget-content {
margin: 0 0px;
}

/* Footer Section
------------------------------------ */	
#footermenu{
clear: both;
margin-top: 0.9em;
border-top:1px solid #FF3737;
color: #000;
text-align: center;
font-size: 90%;
}
#footermenu a{
color: #111;
}
#footermenu a:hover{
color: #000;
}
