/*
Theme Name: Schwalb
Theme URI: http://www.wesentlich.com
Author: wesentlich.visuelle kommunikation aachen
Author URI: http://www.wesentlich.com
Tags: one column

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Wrapper
	4- Header 
	5- Sidebar
	6- Page 
	7- Footer
	8- Extras
	9- Form 

*/

/* !0 Reset =================================================================== */
@import url('reset.css');


/* !1 Global =================================================================== */

html {
	background: #65523F;
	}
	
body {
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	/*font-size: 62.5%;  Resets 1em to 10px */
	font-size: 0.92em;  /* Resets 1em to 11px */
	line-height:1.3em;
	vertical-align: top;
	color: #333;

}

.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid; 
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}

small {
	font-size: 0.7em;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}



/* !2 Links =================================================================== */
a:link, a:visited {
	color: #fff;
	 text-decoration:none;
}
a:hover {
	color: #ccc;
	 text-decoration: none;
}
a:active {
	color: #fff;
	 text-decoration:none;
}
a.active {
	color: #ccc;
	 text-decoration: none;
}


.content a:link, .content a:visited {
	color: #756A5B;
	text-decoration:none;
}
.content a:hover {
	color: black;
	text-decoration: none;
}
.content a:active {
	color: #756A5B;
	text-decoration:none;
}

#content-container-big a:link, #content-container-big a:visited {
	color: #756A5B;
	text-decoration:none;
}
#content-container-big a:hover {
	color: black;
	text-decoration: none;
}
#content-container-big a:active {
	color: #756A5B;
	text-decoration:none;
}


h1 a:link, h1 a:visited, h1 a:hover {
	color:#707e99 !important;
	text-decoration:none;
}

#content-container-big h1 a:hover {
	color: black;
	text-decoration: none;
}

/*
#menu a:link, #menu a:visited {
	color: white;
	text-decoration:none;
}
*/
#menu a:hover {
	color: black;
	text-decoration: none;
}
#menu a:active {
	color: black;
	text-decoration:none;
}
#menu a.active {
	color: black !important;
	text-decoration:none;
}


#submenu a:link, #submenu a:visited {
	color:#222;
	text-decoration:none;
}
#submenu a:hover {
	color:#e78402;
	text-decoration: underline;
}
#submenu a:active {
	color:#5E5E5E;
	text-decoration:none;
}
#submenu a.active {
	color:#e78402 !important;
	text-decoration:none;
}


/* !3 Headings =================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: Times,"Times New Roman","Times Roman",Georgia,serif;
	color: #66748C;
	margin-bottom:1em;
	margin-top:0.1em;	
}

h1 {
	font-size: 1.7em;
	font-weight: 100;
	line-height: 1.1em;
}


h1.blog {
	margin-bottom: 0;
	margin-top:0em;
}

h2 {
	font-size: 1.4em;
	font-weight: 500;
	color: #756a5b;
}

td>h2 {
	font-size: 1.4em;
	font-weight: 500;
	color: #756a5b;
	margin:0em 0 1em 0;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}



/* !4 Page-Wrapper =================================================================== */

#page {
	position:relative;
	width: 820px;
	margin: 55px auto 0;
	background: #eae7e4 url('images/bg.jpg');
	text-align: left;
	border: #FFF 7px solid;
}



/* !5 Header =================================================================== */

#page-header {
	line-height: 0;
	background: url('images/pageheader.gif') no-repeat scroll right center transparent;
	display:block;
	position:absolute;
	right:60px;
	top: -17px;
	width: 13.5em;
	height: 10px;
	z-index:10;
	filter:alpha(opacity=80);  	/* Internet Explorer */
	-moz-opacity: 0.80;  		/* Mozilla Browser */
	opacity: 0.80;  			/* Opera */

}

#header {
	width: 100%;
	height:13em;
}

#logo {
	position: relative;
	background: #eae7e4 url('images/bg.jpg');
	height: 33px;
	width: 186px;
	
	top: 20px;
	left: 20px;
}

#logo a {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	height: 33px;
	width: 190px;
}

#logo a.logo {
	background: url('images/logo.jpg') no-repeat;
}


#fontswitcher {
	position:absolute;
	right:14px;
	top:9px;
}

#fontswitcher a{
	color: #65523F;
	}
	
#menu {
	background:#596b8f none repeat scroll 0 0;
	display:block;
	padding-top: 1.4em;
	padding-bottom: 0.9em;
	position:absolute;
	right:60px;
	top:-7px;
	width: 13.5em;
	z-index:10;
	filter:alpha(opacity=80); /* Internet Explorer */
	-moz-opacity: 0.80; /* Mozilla Browser */
	opacity: 0.80; /* Opera */
}

#menu li.current_page_item ul li a:visited, #menu li.current_page_item ul li a:link {
	color: white;
}

#menu li.current_page_item ul li a:hover {
	color: black;
}

#menu .current_page_item ul a:link {
	color: white;
}

#menu .current_page_item ul a:visited {
	color: white;
}

#menu li {
	font-size: 0.95em;
	padding-left: 2em;
	padding-top: 0.3em;
}


#menu ul li {
	padding-left: 0.6em;
}

#menu li ul {
	padding-top: 0.4em ;
	padding-bottom: 0.4em;
}

#menu li.current_page_item a:visited {
	color: black;
}

 #menu li.current_page_item a:link {
	color: black;
}

/* !6 Sidebar =================================================================== */

#sidebar {
	float: right;
	width: 275px;
	text-align: right;
	/* position:absolute; */
	bottom: 1em;
	right: 1em;
}

#sidebar img {
	width: auto;
	float: right;
	margin-right:1em;
	margin-top:4em;
}


/* !7 Content =================================================================== */

#content-container {
	padding-top:0em;
	padding-left: 65px;
	margin-bottom: 14px;
	width: 444px;
	/* float: left; */
}

#content-container-big {
	padding-top:0em;
	padding-left: 65px;
	margin-bottom: 14px;
	width: 695px;
	/* float: left; */
}

.content{
	word-spacing: 0.2em;
	overflow:hidden;
}

.content-blog{
	word-spacing: 0.2em;
	overflow:hidden;
	margin-top: 1em;
	margin-bottom:3em;
}

#submenu {
	margin-left: 65px;
	margin-bottom: 50px;
	width: 437px;
}

.navigation {
	clear:both;
	padding-left: 65px;
	width: 381px;
	margin-bottom:2em;
	margin-top: 2em;
	font-size: 0.9em;
}

ul.navigation {
	margin-bottom: 50px;
	width: 437px;
	clear:both;
	height:1em;
	list-style: none;
	
}

ul.navigation li {
	background:transparent url(images/navipfeil.jpg) no-repeat scroll 0 4px;
	float:left;
	margin-right:1.6em;
	padding-left:0.8em;
}

ul.navigation li a:visited, ul.navigation li a:link {
	color: #222;
	display:block;
	float:left;
}
ul.navigation li a:hover {
	color: #66748C;
	display:block;
	float:left;
}

ul.navigation li.current_page_item a:visited {
	color: #66748C;
	display:block;
	float:left;
}
	
.content hr {
	display: block;
}
	

/* !8 Footer =================================================================== */

#footer {
	color: #fff;
	clear: both;
	width: 835px;
	margin: 10px auto 0;
	height: 50px;
	font-size: 0.84em;
	font-weight:bold;
	text-align: right;
}



/* !9 Extra =================================================================== */

p {
	font-size: 0.9em;
	margin-bottom:0.7em;
	margin-top:0.5em;
}

blockquote {
	font-family: Times,"Times New Roman","Times Roman",Georgia,serif;
	line-height:1.3em;
	letter-spacing:0.01em;
	overflow:hidden;
	text-align:left;
	font-weight: 500;
	color: #756a5b;
	margin:2em 0 1em 0;
}

blockquote p {
	font-size: 1.2em;
	margin-bottom:0.7em;
	margin-top:0.5em;
}

blockquote strong {
	color:#756A5B;
	margin-bottom:1.7em;
	margin-top:0.5em;
	padding: 0;
}

td>blockquote {
	margin-top: 0;
}

td>blockquote p{
	margin-top: 0;
}

hr {
	background:transparent none repeat scroll 0 0;
	border-color:#fff;
	border-style:dotted none none;
	border-width:1px medium medium;
	color:#fff;
	height:1px;
	margin-bottom: 1em;
}

br.clear {
	height:2em;
	line-height:2em;
}

#content-container hr {
	background:transparent none repeat scroll 0 0;
	border-color:#fff;
	border-style:none none dotted;
	border-width:1px;
	color:#fff;
	margin-bottom:1em;
	padding-bottom:3px;
	width: 638px;
}


#content-container ul{
	line-height: 14pt;
	list-style-image:none;
	list-style-position: outside;
	list-style-type:square;
	padding-left: 17px;
	margin-bottom:1.4em;
}

#content-container ol {
	line-height: 14pt;
	list-style: decimal;
	list-style-position: outside;
	padding-left: 1.7em;
	margin-bottom:1.4em;
}

#content-container-big hr {
	background:transparent none repeat scroll 0 0;
	border-color:#fff;
	border-style:none none dotted;
	border-width:1px;
	color:#fff;
	margin-bottom:1em;
	padding-bottom:3px;
	width: 638px;
}


#content-container-big ul{
	line-height: 14pt;
	list-style-image:none;
	list-style-position: outside;
	list-style-type:square;
	padding-left: 17px;
	margin-bottom:1.4em;
}

#content-container-big ol {
	line-height: 14pt;
	list-style: decimal;
	list-style-position: outside;
	padding-left: 1.7em;
	margin-bottom:1.4em;
}

table {
	width: auto;
	border: 0;
	border-collapse: collapse;
	margin-bottom:-1px;
}

td, th {
	padding-right: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  	border-bottom: 1px dashed #8F826F;
  	border-top: 0px dashed #8F826F;
  	border-right: 0px dashed #8F826F;
  	border-left: 0px dashed #8F826F;
  	vertical-align: top;
}

iframe {
	border: #8F826F solid 1px;
}



/* !10 Form =================================================================== */

/* !11 qTranslate ============================================================= */
.qtrans_language_chooser { list-style-type:none }

.qtrans_language_chooser li { float:left; margin-right:3px }

.qtrans_flag { border: 0; }


/* !12 wp-PageNavi-Styles ============================================================= */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
/* 	border: 1px solid #0066cc; */
	color: #0066cc;
/* 	background-color: #FFFFFF;	 */
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
/* 	border: 1px solid #0066cc; */
	color: #0066cc;
/* 	background-color: #FFFFFF;	 */
}
.wp-pagenavi a:hover {	
/* 	border: 1px solid #000000; */
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
/* 	border: 1px solid #0066cc; */
	color: #0066cc;
/* 	background-color: #FFFFFF;	 */
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
/*
	border: 1px solid #000000;
	background-color: #FFFFFF;
*/
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
/* 	border: 1px solid #000000; */
	color: #000000;
/* 	background-color: #FFFFFF; */
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
/* 	border: 1px solid #000000; */
	color: #000000;
/* 	background-color: #FFFFFF; */
}