/*
Theme Name: Ontos
Theme URI: http://www.clickstorm.de
Description: WordPress theme designed by <a href="http://www.clickstorm.com">Clickstorm</a>.
Version: 1.0
Author: Enrico Karg
Author URI: http://www.clickstorm.com

	Template Autor Enrico Karg


*/
html { /*neu*/
padding:0;
margin: 0;
height: 100%;
}

body {
	/*background: #42afdc url(images/html-bg.gif) repeat-x;*/
	background-color: #e8e8e8;
	font: 75%/170% Verdana, Helvetica, sans-serif;
	height: 100%;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a {
	color: #0386d4;
	text-decoration: none;
}
a:visited {
	color: #5EAFD7;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
#page {
	width: 100%;
    padding: 0;
	height: 100%;
	background: url(images/ontos-main-bg.jpg) repeat-x left top;
	position: relative;
}
#wrapper {
	width: 970px;
	margin: 0px;
	/*position: relative;*/
}


/* ------------------------------------- header area  */
#header {
	height: 73px;
	width: 100%;
	margin-bottom: 30px;
    background: url(images/ontos-header-bg.jpg) repeat-x;
    /*background-position: top;*/
}

.headerlinks li {
	    background-color: #eeeeee;
		margin-top: 2px;
		padding-left: 5px;

	}

.headerlinks a {
	color: black;
	}

/* Header Rollover*/
.headerleft{
	float:left;
	}

.news {
	float: left;
	width: 100px;
	height: 73px;
	background-image: url(images/ontos-button-newsportal.jpg);
}


.news:hover   {
	float: left;
	background-image: url(images/ontos-button-newsportal-over.jpg);
}/*added by Andreas Pfau (adreas.pfau@ontos.com) */    #portals_menu_item:hover #portals_menu {        display:block;    }            #portals_menu {        display:none;        margin-top:-4px;        width:150px;         position:absolute;         top:75px;        left:670px;        background-color:#057ac9;        border:solid 1px #bbb;        height:60px;         z-index:100;        color:white;    }        #portals_menu .item {        display:block;        color:white;        font:					12px Arial, sans-serif;		width:100%;        height:20px;        line-height:20px;        font-weight:bold;		text-decoration:none;    }        #portals_menu .item:hover, #portals_menu .item.iehover {        background-color: white;        color:#019dea;        text-decoration:none;    }		#portals_menu_item:hover .news {		background-image: url(images/ontos-button-newsportal-over.jpg);		}
/*---------------------------------------*/
.company   {
	float: left;
	width: 100px;
	height: 73px;
	background-image: url(images/ontos-button-company.jpg) ;

}

.company:hover   {
	float: left;
	background-image: url(images/ontos-button-company-over.jpg);

}





/* site title */

h1 {
	position: absolute;
	top: 40px;
	left: 25px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.description {
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
/* search form */
#searchform {
	height: 35px;
	width: 233px;
	padding: 0px;
	margin: 0px;
}
#searchform #s{
	background:url(images/ontos-search-form-bg.gif) no-repeat ;
	height: 25px;
	width: 140px;
	float: left;
	margin: 0;
	padding: 5px 0px 0px 5px;
	color: #999999;
	border: none;
	margin-top: 6px;
	margin-right: 2px;
}
#searchform #searchsubmit {
	background: url(images/ontos-search-button.gif) no-repeat left top;
	height: 25px;
	font: 13px Verdanal, Helvetica, sans-serif;
	font-weight: bold;
	width: 85px;
	float: left;
	border: none;
	line-height: 10px;
	margin-top: 6px;
}

/* ------------------------------------- main content area  */
#left-col {
	width: 675px;
	float: left;
	margin-left: 10px;
	margin-top: 11px;
}
/* main menu */
#nav {
	background: url(images/ontos-content-top-bg.gif) no-repeat left top;
	height: 27px;
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}

#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #000000;
}
#nav li a:hover, #nav .current_page_item a{
	text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}

#nav h3 {
	margin:0px;
	padding:0px;
	padding-left: 100px;
	padding-top: 8px;
	font: bold 12px/100% Verdana, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.9em;
}

/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

/* content */
#content {
	padding: 25px 25px 15px 25px;
	width: 621px;
	margin: 0 1px;
	background: #ffffff url(images/gif/ontos-content-bg.gif) repeat-x left top;
	clear: both;
	overflow: hidden;
	border: 1px solid #ccc;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
	line-height: 20px;

}

.post li{
	list-style-image: url(images/gif/list-arrow.gif);
	}

.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 560px;
}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.postdata .category{
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
.postdata .comments{
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: right;
}

.postmetadata {
	color: #ccc;
	font-size: 0.9em;
	width: 100%;
	border-top: solid 1px #f2f2f2;
	margin-bottom: 50px;
	font-style: italic;
}

.postmetadata .left {
	float: left;
	width: 50%;
	}

.postmetadata a {
	font-style: normal;
}

.postmetadata .right {
	float: right;
	text-align: right;
	width: 49%;
	}

.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
}

/* post title */
h2 {
	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: solid 1px #f2f2f2;
}
h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	color: #44a1d0;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
	background: url(images/navigation-bg.gif) no-repeat left center;
	width:640px;
	height: 20px;
}
.page-nav a, .page-nav a:visited {
	text-decoration: none;
}
.page-nav a:hover {
	text-decoration: none;
}
.previous-entries  {
	float: left;
	padding-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries {
	float: left;
	padding-right: 10px;
	margin-right:10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

.navbar-left{
	float: left;
    padding-left: 10px;

	}

.nav-top{
	float: left;
	padding-right: 10px;
	margin-right: 8px;
	float: right;
	background: url(images/navigation-top.gif) no-repeat right center;
	}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: -15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* ------------------------------------- comment area  */
h3#comments {
	background: url(images/comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
h3#respond {
	background: url(images/respond.gif) no-repeat;
	padding-left: 22px;
	font: normal 130%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 215px;
	height: 25px;
	padding: 5px 3px 0px 7px;
	background: url(images/ontos-input-button.gif) no-repeat;
	border: none;


}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 605px;
	height: 140px;
	background:url(images/ontos-form-field-bg.gif) no-repeat;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	border-left: none;
	border-top: none;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/ontos-submit-button.gif) no-repeat top left;
	border: none;
	width: 150px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 468px;
}
#commentform #submit:hover {
	cursor: pointer;
}

/* comment list */
.commentlist {
	margin: 10px 0px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #F4F4F4;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #669900;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #669900;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999999;
}

blockquote {
	margin: 15px 0px 15px 0px;
	padding-left: 20px;
	border-left: 5px solid #ff8e00;
	font-style: italic;
	color: #9b9b9b;
	}

/* ------------------------------------- footer area  */
/*neu*/


#footer {
	background-color: #0479C8;
	padding: 0px 0px 0px 5px;
	margin-left: 1px;
	width: 666px;
	font-size: 87%;
	color: #fff;
	border: solid 1px #ccc;
	float: left;
}

#footer-left{
	float: left;
	width: 50%;
		}

#footer-right{
	float: left;
	width: 49%;
	text-align: right;
		}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #fff;
	padding-left: 8px;
}
#footer a:hover {
	text-decoration: underline;
}



/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar {
	float:right;
	width: 250px;
	margin-top: 12px;
	color: #666666;
	line-height: 160%;
}
#sidebar p {
	margin: 0px 0px 15px;
}
#sidebar h3 {
	font: bold 12px/100% Verdana, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.9em;
	position: relative;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #666666;

}
#sidebar h3 img {
	position: absolute;
	top: 8px;
	left: 9px;
	padding-right: 5px;

}
#sidebar a, #sidebar a:visited {
	color: #0386d4;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}


#sidebar ul li {
	/*background: url(images/bullet-orange.gif) no-repeat;*/
	padding-left: 18px ;
}
#sidebar ul li ul li {
	/*background: url(images/bullet-grey.gif) no-repeat;*/
	padding-left: 12px ;
}


/* Begin Topbar mti Kategorie Links*/
.topbar {
	width:100%;
	height:28px;
	text-align:left;
	margin:0;
	/*padding:0 0 0 14px;*/
    margin-top: 2px;


}


.topmenu ul {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	background-color: #eeeeee;		width:100%;
}

.topmenu ul li {
	float:left;
	left: 5px;
	border-right: 1px solid #fff;
}

.topmenu ul li a {
	float:left;
	color:#595959;
	font:12px Helvetica, arial, verdana, sans-serif;
	display:block;
	text-decoration:none;
	margin:0;
	padding:3px 5px 2px;
}

.topmenu ul li.ohne a {
	float:left;
	color:#595959;
	font:12px Helvetica, arial, verdana, sans-serif;
	display:block;
	text-decoration:none;
	border:none;
	margin:0;
	padding:7px 0 0;
}


.topmenu ul li a:hover {
	background:#0479c8;
	color:white;
}

.topmenu ul li.current_page_item a {
	color:#595959;
}

.topmenu ul li.current_page_item a:hover {

background:#fff;

color:#295959;

text-decoration:none;

}


/* ------------------------------------- widget styles  */


/* archives widget */
/*
#archives ul li {
	background: url(images/mini-archive.gif) no-repeat;
}

#recent-comments ul li {
	background: url(images/mini-comment.gif) no-repeat;
}



#recent-posts ul li {
	background: url(images/mini-page.gif) no-repeat;
}

#links ul li {
	background: url(images/mini-blogroll.gif) no-repeat;
}
*/

/* meta */
#meta .rss {
	background: url(images/mini-rss.gif) no-repeat;
}
#meta .login {
	background: url(images/mini-user.gif) no-repeat;
}
#meta .admin {
	background: url(images/mini-admin.gif) no-repeat;
}
#meta .register {
	background: url(images/mini-register.gif) no-repeat;
}
#meta .bookmark {
	background: url(images/mini-bookmark.gif) no-repeat;
}
#meta .wordpress {
	background: url(images/mini-wp.gif) no-repeat;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}

.right {
	float: right;
}

img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}


/*Footer fixed*/
.footer_noScript {							/*Browser ohne JavaScript*/

	/*visibility: hidden;*/

	width: 100%;

	background-color: #0479c8;

	background-image: url(screen/hinter_10.gif);

}

#footer_bottom {
		height: 22px;
		width: 100%;
		position: relative;
		bottom: 0;
		left: 0;
		background-color: #0479c8;
	}

#footer{
		height: 22px;
	}

.footer_nfo { 								/*Netscape, Firefox, Opera*/
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #0479c8;

}



.footer_ie {								/*Internet Explorer*/
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #0479c8;

}



.footer_ie_2 {								/*Internet Explorer*/

	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	visibility: visible;
	background-color: #0479c8;

}



#tagcloud { padding:0; margin:0;margin-top:10px; text-align:left; list-style:none;}
#tagcloud li {display:inline; font-size:70%; color:#ccc; background: none; padding: 0;}
#tagcloud li a, #tagcloud li a:link { text-decoration:none; }
#tagcloud li a:hover { text-decoration:underline; }
#tagcloud li.t1 a { color:#797979; font-size: 130%; }
#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; }
#tagcloud li.t3 a { color:#616161; font-size: 190%; }
#tagcloud li.t4 a { color:#555555; font-size: 210%; }
#tagcloud li.t5 a { color:#484848; font-size: 230%; }
#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; }
#tagcloud li.t7 a { color:#303030; font-size: 270%; }
#tagcloud li.t8 a { color:#242424; font-size: 290%; }
#tagcloud li.t9 a { color:#181818; font-size: 310%; }
#tagcloud li.t10 a { color:#7ab51d; font-size: 330%; }