@charset "utf-8";
/* CSS Document */
/*
Theme Name: Türen-Kontor
Theme URI: http://www.tueren-kontor.de/
Description: Theme für tueren-kontor.de.
Version: 1.0
Author: Peter Sugg
Author URI: http://www.kombinat.cz/
Tags: 

Türen-kontor WordPress by Peter Sugg || http://www.kombinat.cz
Theme für Türen-Kontor
*/

body {
	
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/hintergrund.jpg) top center no-repeat fixed;
	margin:0;
	}

img {
	border:0;
	}

#wrapper {
	width:960px;
	margin: 0 auto;	
	}
	
#header {
	background:url(images/header.png) center no-repeat;
	width:960px;
	height:146px;
	margin:0;
	}
	
#logo {
	margin-left:15px;
	margin-top:45px;
	}
	
#content {
	width:960px;
	
	background:url(images/hintergrund-content.png);
	margin:0;
	}
	
#sidebar {
	width:223px;
	float:left;
	}
	
#sidebar ul {
	padding:0;
	width:180px;
	}
	
#sidebar li {
	list-style-type:none;
	font-size:14px;
	line-height:22px;
	border-bottom: #000 solid 1px;
		
}

#sidebar h2 {
	font-size:14px;
	color:#FFF;
	background:#e5481f;
	margin-bottom:0;
	margin-top:20px;
	padding-left:5px;
	}

#sidebar a {
	padding-left:15px;
	text-decoration:none;
	display:block;
	color:#000;
	}

li.categories {
	border-bottom:0px;
	
	} 
	
#sidebar a:hover {
	background:#FFF;
	}

#maincontent {
	width:700px;
	margin-left:225px;
	padding-top:15px;
	padding-bottom:15px;
	}
	
#maincontent h2 {
	margin-top:0;
	color:#FFF;
	background:#e5481f;
	padding:2px;
	font-size:30px;
	font-weight:normal;
	line-height:30px;
	
	}
	
#maincontent h3 {
	margin:0;
	padding-left:15px;
				 
				 }

#contentbox {
	width:700px;
	background:#FFF;
	padding:15px 0;
	}
	
.contentbox_blog {
	width:700px;
	background:#FFF;
	padding:15px 0;
	margin-bottom:20px;
	}

#contentbox p {
	font-size:12px;
	padding:0 15px;
	}
	
#contentbox ul {
	font-size:12px;
	margin-top:5px;
	}
	
#contentbox dd.gallery-caption {
	font-size:12px;
	}
	
#contentbox a{
	color:#e5481f;
	text-decoration:none;
	}

#contentbox a:hover {
	text-decoration:underline;
	}

.contentbox_blog p {
	font-size:12px;
	padding:0 15px;
	}

.contentbox_blog li {
	font-size:12px;
	padding-right:25px;
	}

.contentbox_blog table {
	font-size:12px;
	padding-left:25px;
	padding-bottom:25px;
	}
	
#footer {
	width:960px;
	text-align:center;
	font-size:10px;
	padding-bottom: 5px;
	}
	
#footer a {
	text-decoration:none;
	color:#e5481f;
	}

#footer a:hover {
	text-decoration:underline;
	}
	
a.headlinelink {
	text-decoration:none;
	color:#FFF;
	}

p.postmetadata {
	font-size:11px;
	}
	
.contentbox_blog a {
	text-decoration:none;
	color:#e5481f;
	}
	
.contentbox_blog a:hover {
	text-decoration:underline;
	}
	
.navigation {
	width:700px;
	background:#FFF;
	padding:10px 0px;
	font-size:12px;
	text-align:right;
	}

.navigation  a{
	text-decoration:none;
	color:#e5481f;
	padding-right:10px;
}

.navigation  a:hover{
	text-decoration:underline;
}


.comment-body {
	background:#FFF;
	font-size:12px;
	padding:10px;
	margin-bottom:10px;
	}

ul.commentlist {
	padding-left:0;
	list-style-type:none;
	}

/* Formular Blog */

h3#comments {
	background:#FFF;
	margin-top:15px;
	font-size:16px;
	}
	
#respond {
	background:#FFF;
	margin-top:20px;
	}

#respond h4 {
	margin-top:0;
	font-size:16px;
	padding-top:10px;
	padding-left:15px;
	}

#commentform {
	padding-left:15px;
	font-size:12px;
	}

#respond textarea {
	width: 550px;
	height:200px;	
	}

#respond #submit {
	margin-bottom:15px;
	
	}
	
#slider {
	background:#FFF;
	margin-bottom:15px;
	}

#viewport{
	width: 680px; /* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the viewport,
		the width of the viewport should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the viewport
	 */
	 height:225px;
	overflow:hidden; /* Hides extra elements, those outside the viewport area */
	position:relative;
	padding-left:10px;
}

#viewport ul{
	position: relative; /* Enables positionning of elements inside viewport */
	padding: 0; /* Resets default - User Agent - style */
}

#viewport li {
	/* width: 148px; Defines the size of inner element */
	height: 210px;
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	
	/* Cosmetic */
	
	margin: 0 1px;
	padding: 10px;
	text-align:center;
	
	}
	
#simplePrevious, #simpleNext{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;	
}

#slider a {
	padding-left:15px;
	padding-bottom:10px;
	color:#e5481f;
	font-weight:bold;
	text-decoration:none;
	}


img.alignright {
	float:right;
	padding-bottom:10px;
	padding-left:10px;
	/* clear:both; */
	}
	
.tuere_content {
	padding-left:15px;
	}

.tuere_image {
	padding-left:15px;
	padding-right:15px;
	margin-top:15px;
	float:left;
	}

#wpcf7-f1-p33-o1 input {
	margin-bottom:5px;
	}

ul.tuermenue {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	with:670px;
	padding-left:15px;
	padding-top:15px;
	}

ul.tuermenue li {
	display:inline;
	padding-right:5px;
	width:130px;
	float:left;	
	}

#prospekt {
	margin-left:10px;
	width:160px;
	margin-top:10px;	
	}

#sidebar #prospekt a.lnkprospekt {
	background:none;
	color:#E5481F;
	padding-left:0;
	}

#sidebar #prospekt a.lnkprospekt:hover {
	background:none;
	text-decoration:underline;
	padding-left:0;
	}
	


