/*  
Theme Name: Raumausstattung Scholten
Theme URI: 
Description: Raumausstattung Scholten Homepage
Version: 1.0
Author: Rene Schuetter
Author URI: http://www.schuetter-interactive.de/

*/

/* Gesamte Seite */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #e9e7e7;
	color: #000000;
}

h1{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #336699;
}

a:hover{
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 1024px;
	text-align: left;
}

/* Kopfbereich Header */

#logo{
	background: url(images/logo_scholten.jpg) no-repeat; 
	width: 1024px;
	height: 108px;
	background-repeat: no-repeat;
	background-color:#e9e7e7;
	background-position: top center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin: 5px auto;
}

#header{
	float: left;
	width: 1024px;
	height: 230px;
}

#header h1{
	display: none;
}

#header h4{
	display: none;
}

#abstand{
	background-color:#e9e7e7;
	width: 600px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}

/* Content */

#container{
	float: left;
	width: 600px;
	background: #e9e7e7;
        margin-left: 32px;
        text-align:center;
}


#container_left{
        width:300px;
        height:250px; 
        background-color:#e9e7e7; 
        float:left;
        text-align: center;
        font-family: Arial, Georgia, Sans-serif;
	font-size: 12px;
}

#container_text_center{
        position: absolute;
        left: 50%;
        top: 50%;
        text-align:center;
        width: 100%;
        margin-left: -50%;
} 

#container_right{
        width:300px;
        height:250px; 
        background-color:#e9e7e7; 
        float:right;
        display: block;
        text-align: center;
        font-family: Arial, Georgia, Sans-serif;
	font-size: 12px;
}

#container_artikel{
        width:600px;
        height:490px; 
        background-color:#e9e7e7; 
        float:left;
        text-align: justify;
        font-family: Arial, Georgia, Sans-serif;
	font-size: 12px;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
        display: none;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#singlepage h2{
	display: none;
}


/*widget*/

.widgettitle {
	display: none;
}

/* Sidebars */

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;
	line-height: 24px;
}


.sidebar ul ul li{
	padding: 0;
}
#sidebar_text{
         text-align:center;
         font-family: Arial, Georgia, Sans-serif;
	 font-size: 12px;
}


#sidebar_right{

	float: right;
	width: 180px;
	background: #e9e7e7;
}

#sidebar_left{
	float: left;
	width: 180px;
        background: #e9e7e7;
}

.border_left{
	border-style: solid;
	border-width: 1px;
	float: left;
	
}

.border_right{
	border-style: solid;
	border-width: 1px;
	float: right;

}

#sidebar_witget{
         height: 350px;

}

#sidebar_witget_right{
         height: 405px;
}

.textumfluss img {
          float: left;
          margin: 15px 10px 5px 0;
        }

.textumfluss_right img {
          float: right;
          margin: 15px 10px 5px 0;
        }


/* TextBox */

#textbox{
        
        font-family: Arial, Georgia, Sans-serif;
	    font-size: 12px;
        text-align:center;
}
#textbox_suchen{
        
        font-family: Arial, Georgia, Sans-serif;
	font-size: 12px;
        text-align:left;

}

#kontakt{
        
        float: left;
        text-align: left;
        background: #e9e7e7;
}

#kontakt_middel{
border-left: 1px solid #000;
float: left;
}

#kontakt_right{
padding-top:0px;

}


/* Footer */

#footer{
	clear: both;
	float: left;
	width: 1024px;
	padding-top: 10px;
}

#footer p{
	line-height: 18px;
	text-align: center;
}

/* Comments Template */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

