/* Allgemein
----------------------- */
body{
margin-top: 5px;
margin-left: 13%;
font: normal 75% arial, sans-serif;
background-color: #ffffff;
}
#outer-wrapper {
text-align: left;
width: 960px;
background: url(images/untitled.jpg) repeat-x;
background-color: #ffffff;
}
a:link {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #0000FF;
text-decoration: underline;
}
a:hover {
color: #FF0000;
text-decoration: none;
}
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: #EEF2F7;
border: 1px solid #99C9FF;
}
#header-wrapper-navi {
width: 952px;
height: 20px;
padding-top: 3px;
padding-left: 6px;
margin-bottom: 10px;
background: #EEF2F7;
border: 1px solid #99C9FF;
}
#header {
width: 310px;
height: 85px;
margin: 0 auto;
float:left;
margin-left:6px;
margin-top:10px;
margin-bottom:0px;
color: #EEF2F7;
padding: 0;
}
#header1 {
width: 635px;
height:85px;
margin: 0 auto;
padding-top: 10px;
padding-bottom:10px;
float:left;
text-align: left;
margin-top: 25px;
color: #999999;
}
#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: 588px;
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: 19px; 
color: #000033;
height: 26px;
width: 455px; 
margin-top: 6px;
background: #ffffff;
border-top: 1px solid  #99C9FF;
border-left: 1px solid  #99C9FF;
border-right: 1px solid  #99C9FF;
border-bottom: 1px solid  #99C9FF;
}
#search_button{
height: 30px;
width: 160px;
background: #e52424;
background: url(images/button.png);
background-repeat: repeat-x;
padding: 0 4px 0 4px;
color: #000000;	
border: 1px solid #ffc424;
font-size: 1.3em; 
font-weight: 600; 
text-decoration:none; 
}

/* POST SECTION
----------------------------------------------- */
.post {
margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom:5px;
border:1px solid #99C9FF;
}
.post-title {
margin-bottom: 0px;
margin-left: -5px;
margin-right: -5px;
padding-left: 5px;
background: url(images/untitled.jpg) top left;
font: normal 120% Arial, sans-serif;
color: #555555;
}
.post-title a, .post-title a:visited, .post-title strong {
text-decoration: none;
color: #555555;
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: #555555;
}
.sidebar {
color: #000000;
line-height:1.3em;
}
.sidebar .widget {
margin-bottom: 1em;
border: 1px solid #99C9FF;
padding-left:5px;
padding-bottom:5px;
background:#FFFFFF;
}
.sidebar .widgetstart {
margin-bottom: 1em;
border: 1px solid #99C9FF;
padding-left:5px;
padding-bottom:5px;
background:#f8f9fc url(images/grd4.gif) repeat-x;
}
.sidebar .widget-content {
margin: 0 0px;
}

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