/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Jens Otto
	Author Site	: 
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
	/*background: #fff url(../../images/bgTop.jpg) repeat-x 0 0;*/
	  background: url(../../images/nav_bg.gif) repeat-x 0 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	margin:0;
	padding:0;

}

a,a:link, a:visited {
	color:#0083DA;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


#logo {
	/*margin-left:-24px;*/
}


#header{
	height:116px;
	background:none;
}

h1.blog-title {
	padding:0px;
}

#page {
	padding:0px;
	background:none;
	border:0px;
}

/*.menu {
	padding-left:0px;
}
ul.menu, ul.menu li a {
	font-size:14px !important;
}

ul.menu {
	left:-15px;
	top:90px;
}

ul.menu li a{
	color:#00BBF0 !important;
	font-size:14px;
	background:none !important;
	padding:0px;
	padding-right:20px;
}

ul.menu li a:hover {
	color:#0083DA !important;
}

ul.menu li {
	margin:0px !important;
}

ul.menu .current_page_item a {
	color:black !important;
}
*/
.content {
	margin-left:auto;
	margin-right:auto;
	min-height:370px;
	position:relative;
	width:800px;
	padding:0px;
}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	padding:0px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	color:#555555;
	font-size:13px;
	line-height:1.5em !important;
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	padding-left:0px;
	width:210px;
	}

#footer {
	color:#989898;
	background-image:url(../../images/bgFooter.jpg);
	background-repeat:no-repeat;
	background-position:center 0px;
	margin-top:0px;
	padding-top:10px;
}



.entry-title {
	font-size:24px;
}

.entry-title a {
	color:#0083DA !important;
}

.entry-content {
	text-align:left;
	line-height:1.4;
}

.navigation a {
	color:#0083DA;
}

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

h1,h2,h3,h4,h5,h6 {
	color:#0083DA !important;

}

h2,h2 a {
	text-align:left;
	font-size:24px;
	color:#0083DA !important;
}

.page-head a {
	color:#0083DA !important;
	
}

.page-head {
	overflow:hidden;
}

.page-head h2 {
	font-size:18px !important;
	font-weight:normal;
	display:inline;
}

h2 a:hover {
	
}


#commentformbox label {
	font-size:11px;
	color:#777777;
}

.entry-comments h4 {
  font-size:24px;
}

.entry-comments h4 {
	font-size:18px;
}


#search {
  overflow:hidden;
}

#searchform {
  height:25px;
}

.meta-nav {
	vertical-align:top;
}

.footerpoweredby {
	display:none;
}

.footerfeedlinks {
	margin-top:0px;
	font-size:10px;
}

.footerfeedlinks a{
	color:#989898;
}

.entry-meta {
	font-size:11px;
}

.widget h4 {
	font-size:16px;
}

.widget li {
	color:#777777;
	font-size:10px;
}

.widget li a {
	font-size:13px;
}

#commentformbox {
	
}

.archivepages {
	font-size:10px;
	float:right;
	color:#777777;
}

#commentformbox input,#commentformbox textarea {
	border:1px solid #A8E2F5;
	color:#777777;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	margin:0px;
}

#commentformbox #submit {
	background:#E6FBFF none repeat scroll 0 0;
	color:black;
	padding:0 10px;
	margin:0px;
}

#commentformbox #comment {
	width:492px !important;
}

#commentformbox p {
	margin:0px;
	margin-bottom:5px;
}

.textwidget {
	color:#555555;
	font-size:13px;
}

.myTextWidget {
  width:234px;
  overflow:hidden;
  height:auto;
  position:relative;
  left: -23px;
}

.myTextWidget div {
  margin-top:0px;
}

.myTextWidgetTop {
  height:55px;
  background: #fff url(../../images/top_sidebar_box.jpg) repeat-y 0 0;
}
.myTextWidgetMiddle {
  background: #fff url(../../images/middle_sidebar_box.jpg) repeat-y 0 0;
}

.myContent {
	width: 140px;
	padding: 0px 47px 0px 23px !important;
}


.myTextWidgetMiddleInner {
  padding-top:10px !important;
  padding-bottom:20px !important;

}

.widget {
  padding-left:23px !important;
  padding-right:47px !important;  
}

.myTextWidgetMiddleInner h4 {
  margin-top:0px;
}

.myTextWidgetBottom {
  background:url(../../images/bottom_sidebar_boxV2.jpg) no-repeat;
  height:7px;
}

*html .myTextWidgetBottom {

}

.textwidget {
  margin:0px;
}

.wp-caption-text {
	font-size:11px;
}



/* new Menue*/

#mainMenue
{
        position:absolute;
        top: 83px;
        font-size:14px;
        color:#00BBF0;
		width:800px;
}

#mainMenue ul
{
padding:0px;
margin:0px;
}

#mainMenue li
{
float:left;
display:block;
margin-right: 10px;

}

#mainMenue a, #mainMenue a:link, #mainMenue a:visited
{
        color: #ffffff;
        font-size:14px;
        text-decoration:none;
}

#mainMenue a:hover
{
        /*color:#0083DA;*/
        color:#deeef3;
}

.current_page_item a, .current_page_item a:hover,.current_page_item a:link, .current_page_item a:visited {
        color: #0084d9 !important;
        font-weight: bold;
}
#subMenueTop .act a, #footMenue .act a {
        color:black !important;
}

.navActLeft {
        float: left;
        display: block;
        width: 4px;
        height: 33px;
        background-image: url(../../images/navtab_left.gif);
        background-repeat: no-repeat;
}
.navActBg {
        float: left;
        display: block;
        padding: 12px 15px 0px 15px;
        height: 23px;
        background-image: url(../../images/navtab_bg.gif);
        background-repeat: repeat-x;
}
.navActRight {
        float: left;
        display: block;
        width: 4px;
        height: 33px;
        background-image: url(../../images/navtab_right.gif);
        background-repeat: no-repeat;
}
.navActShadow {
        float:left;
        display: block;
        margin-top: 7px;
        width: 8px;
        height: 26px;
        background-image: url(../../images/navtab_shadow.gif);
        background-repeat: no-repeat;
}

.navNormal {
        display: block;
        padding: 12px 5px 0px 5px;
}

.entry-content .alignright
{
	float: right;
	margin: 0 0 4px 8px;
	display: block;
}

.entry-content .wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #ddd;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

