/*  
Theme Name: DocHoppe.de
Theme URI: http://www.dochoppe.de
Description: Designed by <a href="http://www.keasone.de" title="KeasoneV4">Alexander Hahn</a>.
Version: 1.0
Author: Alexander Hahn
Author URI: http://www.keasone.de
*/

/**********************************************
*   Basics & Typography                       *
***********************************************/
@import url(nav_slidingdoorII.css);
@import url(nav_slidingdoorII-bottom.css);

a { outline: none; } 

body {
	margin: 0px;
	padding: 0px;
	background: #267699 url(images/bg.gif) repeat-x top center;
	font: 62.5% verdana,helvetica,arial,sans-serif; 
	color: #747474;
	}

p,
ol,
ul {
	line-height: 150%;

	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	height: 1%;
	font-style: normal;
	font-weight: normal;
	background: transparent;
	color: #3488ad;
	}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 2.2em;
	}
h2 {
	font-family: Georgia, Times, serif;
	font-size: 2.0em;
	}
h3, h4, h5, h6 {
	font-family: Georgia, Times, serif;
	font-size: 1.35em;
	}

a:link {
	color: #3488ad;
	text-decoration: none;
	}
a:visited {
	color: #3488ad;
	text-decoration: none;
	}
a:hover {
	color: #3488ad;
	text-decoration: underline;
	}
a:active {
	color: #3488ad;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #edf8f9;
  font-family: verdana,helvetica,arial,sans-serif; 
 }
 
span {
	color: #4FACCC!important;
	}

small {
	font-size: 0.8em;
	}

input, textarea { /* to be styled */ 
 border: 1px solid #B9B9B9;
 padding: 2px;
 }

form { /* to be styled */ }

img { /* to be styled */ }
	

.center {
	text-align: center;
	}
.left {
	float: left;
	margin-right: 8px;
	}
.right {
	float: right;
	margin-left: 5px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 100%;
	margin: 0px auto;
	padding: 0;
	background: transparent;
	font-size: 1.3em;
	text-align: center;
	}
/**********************
*   Header            *
***********************/
#header {
	margin: 0px auto;
	width: 860px;
	height: 139px;
	background: transparent url(images/header.gif) no-repeat right bottom;
	}

#header .blogtitle {
	width: auto;
	height: 74px;
	background: transparent /*url(images/header.gif)*/ no-repeat left bottom;
	}

/**********************
*   Searchbar         *
***********************/

.searchbar {
}

#searchform {
margin: 0px;
	}

 #searchform #s {
	color: #3488ad;
	width: 200px;
	padding: 5px;
	border: 1px solid #b9b9b9;
	background: #FFF url(images/search_bg.gif) repeat-x;
	}

#searchsubmit {
	cursor: pointer;
	color: #3488ad;
	width: 60px;
	padding: 4px !important;
	padding: 3px;
	border: 1px solid #b9b9b9;
	background: #FFF url(images/search_bg.gif) repeat-x;
	}
	
	#searchsubmit:hover {
	background: #FFF url(images/search_bg2.gif) repeat-x;
	}

/***********************
*  Wrapper             *
***********************/

#wrapper {
	background: #FFF url(images/wrapper.gif) repeat-y  540px 0px;
	margin: 0px auto!important;
	width: 860px;
	margin: 0; /* Fuck IE */
	padding-top: 10px;
    text-align: left;
	}
/**********************
*   WRAPS            *
***********************/	
#header-wrap{ 
	width: 100%;
	text-align: center;
}
#wrapper-wrap{ 
	width: 100%;
	text-align: center;
    background-color: #fff;
}
#footer-wrap{ 
	width: 100%;
	text-align: center;
    background: #267699 url(images/footer_bg.gif) repeat-x top center;
}
.ie_clearing { 
clear:both; 
height: 25px;
background: #fff;
}
/**********************
*   Content           *
***********************/

#content {
	width: 540px;
	height: 100%;
	background: transparent;
	float: left;
	}

.pages {
	float: left;
	width: 520px;
	padding-left: 20px;
	background: #fff;
	}
.pages-border {
	width: 500px;
	clear: both;
	height: 6px;
	background: transparent url(images/separator_green.gif) repeat-x 0 0;
	}
.page-previous {
	float: left;
	padding: 10px 0 0px 10px !important;
	padding: 0 0 0px 10px; /* Fuck IE */
	}
.page-next {
	float: right;
	padding: 10px 30px 0px 0 !important;
	padding: 0 30px 0px 0; /* Fuck IE */
	}

.page-title {
	float: left;
	width: 520px;
	padding-left: 20px;
	background: #fff;
	}
.page-title h2.page-title-border {
	width: 500px;
	clear: both;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
	background: transparent url(images/separator_green.gif) repeat-x bottom left;
	}

/**********************
*   Blog Entries      *
***********************/

.post {
	margin: 0px 20px 0px 20px;
	padding: 0px;
	background: #fff;
	}
	
.post img {
	padding: 3px; 
	border: 1px solid #a4a4a4; 
	background: #fff; 
	}
.post a img:hover {
	padding: 3px; 
	background: #fff; 
	border: 1px solid #d9d9d9; 
	}

.post ul {
	line-height: 150%;
        list-style: none;
padding: 0 0 0 30px;
	}
.post li {
	background: transparent url(images/dot.gif) no-repeat 5px 3px;
	padding: 0 0 0 23px;
	}
	
.postentry {
	color: #747474;
	text-align: left;
	}
.postentry p a,  .postentry p a:visited,
.post p a,  .post p a:visited {
	color: #3488ad;
	text-decoration: underline;
	}

.postentry p a:hover,
.post p a:hover  { 
	text-decoration: none;
	background: #edf8f9;
	}

.postentry img {
	padding: 3px; 
	border: 1px solid #3488ad; 
	background: #fff; 
	}
.postentry a img:hover {
	padding: 3px; 
	background: #fff; 
	border: 1px solid #5D8021; 
	}

.posttitle { /* to be styled */ }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:active { color: #3488ad;}

.post-date {
	padding: 0pt 0pt 0pt 6px;
	color: #ccc!important;
	}
	
a.more-link {
	background: transparent url(images/dot.gif) no-repeat 2px 5px;
	padding: 0 0 0 16px;
	display: block;
	}
a.more-link:hover {
	background: #edf8f9 url(images/dot.gif) no-repeat 2px 5px !important;
	}
	
.post-devide {
	height: 30px;
	background: #FFF url(images/devider.gif) repeat-x 0px 10px;
}
/**********************
*   Sidebar           *
***********************/

#sidebar img {
margin: 0px;
}
#sidebar {
	float: left;
	width: 280px;
	padding-left: 20px;
	background: transparent;
	}

#sidebar ul.subnavi {
	clear: both;
	margin: 25px 0 0 0;
	padding: 0 0 7px 0;
	list-style-type: none;
	background: url(images/sidebar_sub_shadow.gif) no-repeat bottom right;
}

#sidebar ul.subnavi  li {
	clear: both;
	padding: 8px 0 8px 23px;
	background: url(images/sidebar_sub.gif) no-repeat center right;
	border-top: 1px solid #dbdbdb;
	}
	
#sidebar ul.subnavi li.current_page_item  {
	clear: both;
	padding: 8px 0 8px 23px;
	background: url(images/sidebar_sub2.gif) no-repeat center right;
	border-top: 1px solid #dbdbdb;
}

ul.subnavi li a:link, ul.subnavi li a:visited {
	color: #747474;
	}
ul.subnavi li a:hover, ul.subnavi li a:active {
	color: #3488AD;
	}
	
ul.subnavi li.current_page_item  a:link, ul.subnavi li.current_page_item  a:visited {
	color: #3488AD;
	}
ul.subnavi li.current_page_item a:hover, ul.subnavi li.current_page_item  a:active {
	color: #3488AD;
	}
	
/**********************
*   Sidebar   Teaser        *
***********************/
	
.teaser {
	background: url(images/sidebar_teaser.gif) no-repeat bottom right;
	padding-bottom: 7px;
	margin-top: 25px;
	}
	
.teaser h3 {
	margin: 0px;
}

.teaser p {
	margin: 0px;
	padding: 6px 10px 10px 11px;
}
.teaser p a:link, .teaser p a:visited{
	color: #3488ad;
	text-decoration: underline;

	}
.teaser p a:hover{
	text-decoration: none;
	background: #edf8f9;
}
/**********************
*   Footer            *
***********************/

#footer {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	height: 85px;
	clear: both;
	background: transparent url(images/footer.gif) no-repeat top right;
	color: #fff;
	padding-left: 30px;
	}

#footer .validate {
	background: url(images/icon_valid.gif) no-repeat 0 0;
	padding: 0 4px 0 16px;
	font-size: 12px;
	}

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	}
#footer .copyright {
	margin: 0;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 16px 0 0px 0px;
	font-size: 1.0em;
	}
#footer p a:link,
#footer p a:visited {
	color: #fff;
	}
#footer p a:hover {
	color: #fff;
	text-decoration: underline;
	}
#footer p a:active {
	color: #fff;
	}
	
	/**********************
	*   keasoneMods            *
	***********************/

.up{
padding: 0 0 0 196px;
background: transparent url(images/up.gif) no-repeat 180px 2px;
}

.down {
	background: transparent url(images/down.gif) no-repeat center left;
	padding: 0 0 0 15px;
	}
	
.prospekt {
	background: transparent url(images/icon_css.gif) no-repeat center left;
	padding-left: 19px;
	line-height: 3;
	}
	.prospekt:hover {
	background: #edf8f9 url(images/icon_css.gif) no-repeat center left!important;
	}
	
.pdf {
	background: transparent url(images/icon_pdf.gif) no-repeat center left;
	padding-left: 19px;
	line-height: 3;
	}
	.pdf:hover{
	background: #edf8f9 url(images/icon_pdf.gif) no-repeat center left!important;
		}
	
.down:hover {
	background: #edf8f9 url(images/down.gif) no-repeat center left!important;
	}
	
img.noborder, img.noborder:hover, a img.noborder:hover {
	padding: 0px; 
	border: none; 
	margin: 0 4px 4px 4px;
	}
	

img.rightno, img.rightno:hover, a img.rightno:hover  {
	padding: 0px; 
	border: none; 
	float: right;
	margin-left: 5px;
	}
	
/* ######################################################################################################
** ### Skiplink-Navigation ##############################################################################
** ######################################################################################################
*/
@media screen, print
{
.skip {
	position: absolute;
	left: -1000em; 
	width: 20em;
}

}
