@import url("misc.css");
@import url("dropmenu.css");	/* styling dropdown menu */
@import url("homepages.css");	/* styling homepage templates */
@import url("innerpages.css");	/* styling innerpage templates */
@import url("sidebars.css");		/* styling blog */
@import url("color-blue.css");		/* styling color schemes css  */

body {
text-align:center;
font: 12px Arial, Helvetica, sans-serif;
}
/* Links -----------------------------------------------------------------------*/
a {
outline:none;
}
ul {
list-style:none;
}
.clear {
clear:both;
}
.bold {
font-weight:bold;
}
p.aright {
text-align:right;
}
.italic {
font-style:italic;
}
/* section alignment --------- */

.alignleft {
float:left;
}
.alignright {
float:right;
}
/* image alignment left, right & center --------- */

.imgleft {
float:left;
margin:0 12px 12px 0;
padding:3px;
}
.imgright {
float:right;
margin:0 0 12px 12px;
padding:3px;
}
.imgleft_n {
float:left;
margin:0 40px 12px 0;
padding:3px;
}
.img_center {
margin:10px 0;
padding:5px;
}
code {
font-size:12px;
}
/* blog & content css common ---------------------------------------------------- */

h1 {
font-size:28px;
font-weight:400;
margin:0 0 12px;
padding:0 0 5px;
}
h2 {
font-size:22px;
font-weight:400;
margin:0 0 8px;
padding:0;
}
h2 a {
text-decoration:none;
}
h2 a:hover {
text-decoration:none;
}
h3 {
font-size:18px;
font-weight:400;
margin:0 0 10px;
padding:0;
}
h4 {
font-size:16px;
font-weight:700;
margin:15px 0 5px;
padding:0 0 5px;
}
h5 {
font-size:14px;
font-weight:700;
margin:0 0 10px;
padding:0;
}
h6 {
	font-size:12px;
	font-weight:700;
	margin-top:14px;
	padding:0 0 5px;
	margin-bottom: 5px;
}
p {
font-size:12px;
line-height:18px;
margin:0 0 12px;
}
p a {
text-decoration:none;
}

ul {
font:12px Arial, Helvetica, sans-serif;
margin:0 0 0px 6px;
padding:0;
}
ul li ul {
margin:8px 0 5px;
padding:0;
}
ol {
line-height:18px;
font-size:12px;
background:none;
margin:0 0 0 5px;
padding:0 0 10px 20px;
}
ol li {
background:none;
list-style-type:decimal;
margin:0 0 5px;
padding:0;
}
ol li ol {
margin:8px 0 5px 24px;
padding:0;
}
blockquote {
	margin-bottom:10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:5px 0px 5px 30px;
	margin-bottom:10px;
}
blockquote p { font:bold 12px Arial, Helvetica, sans-serif;  }
.clientname {
	font-size:11px; font-weight:normal; color:#666;
	margin-bottom:12px;
}

li,ul li ul li {
line-height:18px;
margin:0 0 5px;
padding:0 0 0 12px;
}
/* instruction elements -------------------------------------- */
address {
font-style:italic;
}
p.alert,p.download,p.info,p.note {
margin:10px 0 0;
padding:10px 10px 10px 36px;
}
p.alert {
padding:10px 10px 10px 36px;
}

/* STRUCTURE ----------------------------------*/
.witcher {
	font: 11px Arial, Helvetica, sans-serif;
	float: right;
}
#header {
height:75px;
margin:0 auto;
}
#preview_box {margin: 10px 15px 5px 0;padding:5px;border: solid 4px #efefef;float:left; }
#preview_quelle {width: 120px;overflow: hidden;font-size:9px;padding-top:3px;}
#preview_quelle_small {width: 60px;overflow: hidden;font-size:8px;padding-top:2px;}
#preview_quelle_detail {width: 300px;overflow: hidden;font-size:9px;padding-top:3px;}
#newscontent {width:675px;margin:0px;padding:10px 5px 5px 5px;font-size:13px;line-height: 18px;color:#444444;}
#newscontent ul{margin-left:20px;list-style-position:outside;list-style:disc;padding-left:5px;}
#newscontent ol{margin-left:20px;list-style-position:outside;}
#content-wrap {
overflow:hidden;
height:100%;
}
#wrapper {
text-align:left;
width:960px;
margin:0 auto;
padding:0 10px;
overflow:hidden;
height:100%;
background:#f7faff;
}
#wrapperheader {
text-align:left;
width:960px;
margin:0 auto;
padding:0 10px;
overflow:hidden;
height:100%;
background:#f7faff;
}

#main {
overflow:hidden;
clear:both;
}
#main .subcolumns {
width:400px;
}
#content {
width:580px;
padding-bottom:10px;
}
#content2 {
width:560px;
}
#content3 {
	width:695px;
}
#content, #content2, #content3 {
float:left;
}
#sidebar {
	width:200px;
	margin-bottom:8px;
}
#sidebar2 {
width:230px;
margin-bottom:15px;
}
#sidebar2 {
	float:right;
}

#sidebar{
	float:left;
}

#footer {
	clear:both;
	overflow:hidden;
	text-align:left;
	height:100%;
	width:960px;
	margin:0 auto;
	padding:10px 10px;
}
#sidebar span {
font-size:12px;
}
#content .subcolumns,#sidebar .subcolumns {
width:280px;
}
#content3 .subcolumns {width:340px;}

/* Header Section  ----------------------------------*/
#header .logo {
font:25px "Arial Black", Arial, Helvetica, sans-serif;
color:#fff;
margin-top:5px;
padding-left:7px;
text-transform:uppercase;
float:left;
}

#logoimage {
max-width:535px;
max-height:70px;
}

#header .h_left {
float:left;
/*width:320px;*/
}
#header .description {
font:12px Arial, Helvetica, sans-serif;
clear:both;
margin-top:-5px;
padding-left:7px;
}
/* ------------------------------  footer ---------------------------------------  */

#footer p {
font-size:11px;
line-height:20px;
float:left;
font-family:Arial, Helvetica, sans-serif;
margin:5px 0;
padding:0;
}
#footer span {
margin-top:-8px;
font-size:11px;
padding-left:1px;
}
#footer span a {
text-decoration:none;
}
#footer span a:hover {
text-decoration:none;
}
#flinks {
list-style:none;
float:right;
width:500px;
}
#flinks li {
display:inline;
line-height:26px;
text-align:right;
padding:0 5px;
}
#flinks li a {
font-size:11px;
text-decoration:none;
}
#flinks li a:hover {
display:inline;
}

/*----- forms -----*/
input {
	vertical-align:middle;
}

#search-form fieldset {border:none;background:url(../images/search-bg.gif) top right no-repeat;}
#search-form input.text {
	width:300px;
	border:none;
	background:none;
	padding: 2px;
	font-weight: bold;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 22px;

}

#search-form input.submit {width:28px;height:22px;border:none;background:none;cursor:pointer}
#search-form strong {
	padding-right:6px;
	}


/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#search {
	margin-top:10px;
	width:auto;
	height:21px;
	padding:2px 0 0 15px;
	text-align: right;
	float: right;
}
/** html #search {
width:208px;
overflow:hidden;
}
#search .s {
font:12px Arial, Helvetica, sans-serif;
width:200px;
float:left;
margin-right:5px;
padding:2px;
}
#searchform .sgo {
width:26px;
height:23px;
margin:-2px 0 0;
}*/

/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */

#nav {
width:960px;
height:27px;
position:relative;
margin:0 auto 5px;
}
#nav .rss {
font:bold 12px Arial, Helvetica, sans-serif;
padding-left:18px;
position:absolute;
top:7px;
right:8px;
}

/* breadcrumb start -----------------------------------------------------------------------*/
#content-wrap .breadcrumb{
color: #333333;
font:12px Arial, Helvetica, sans-serif;
text-align:left;
clear:both;
line-height:25px;
padding-left:5px;
margin-bottom:10px;
}

#content-wrap .breadcrumb a{text-decoration:underline;}
#content-wrap .breadcrumb a.start{color:#CC0000}

a.button {
margin-bottom:8px;
font-weight:700;
font-size:12px;
padding:3px 15px 3px 10px;
}

.submit {
margin-bottom:8px;
font-weight:700;
font-size:12px;
cursor:pointer;
padding:3px 15px 3px 10px;
}
.postads {
text-align:center;
overflow:hidden;
height:100%;
margin-bottom:25px;
}
.small { font-size:11px; color:#666; }
.small a { color:#666; }
.small a:hover { color:#000; }

.small1 {font-size:12px;
	color:#525252;
}

/*------- Demo  ---------*/

#demotop { background:#000; height:50px; overflow:hidden; }
#demotop-in { width:860px; margin:0 auto;  }
#demotop-in h5 { float:left; font:bold 14px Georgia, "Times New Roman", Times, serif; color:#fff; margin:0; padding:8px 0 0 0; }
#demotop-in p { font-size:11px; color:#9f9f9f; clear:both;  float:left; }

.img_button {
	position:relative;
	display:block;
	font-size:12px;
}
.img_button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
.img_button span a {
	display:block;
}

.b_purchasedownload2 {
	top:9px;
	right:0;
	float:right;
}
.b_purchasedownload2 span, .b_purchasedownload2 span a {
	background:url(images/b_purchasedownload2.png) no-repeat;
}
.b_purchasedownload2 span a, .b_purchasedownload2 {
	width:190px;
	height:32px;
}
.b_purchasedownload2 span:hover {
	background-position:0 -32px;
}

/*news css start ----------------------------------*/
#news_content h2 {
margin:0 0 0 0;
padding:10px 0 0 0;
font-size:22px;
color:#cc0000;
font-weight:normal;
}

#news_content .posts {
padding-bottom:5px;
margin-bottom:25px;
overflow:hidden;
height:100%;
}
#news_content .post_top {
padding:0;
margin-bottom:10px;
overflow:hidden;
height:100%;
background:url(../images/sepretor_hr.png) repeat-x bottom;
}
#news_content .pright {
width:90%;
float:right;
padding-left:15px;
background:url(../images/sepretor_vr.png) repeat-y left;
}
#news_content .post_top p {
font-size:11px;
margin:0;
padding:0;
color:#666;
}
#news_content .post_top span {
font-size:11px;
color:#666;
}
#news_content .calendar {
width:40px;
float:left;
padding-top:5px;
font-size:24px;
margin-top:3px;
text-align:center;
line-height:20px;
}
#news_content .month {
font-size:12px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
}
.i_author {
padding-left:13px;
padding-right:10px;
background:url(../images/i_author.png) no-repeat 0 3px;
}
.i_comment2 {
padding-left:13px;
padding-right:10px;
background:url(../images/i_comment2.png) no-repeat 0 3px;
}
#news_content .post_bottom {
padding:4px 0;
overflow:hidden;
height:100%;
color:#939393;
clear:both;
background:url(../images/sepretor_hr.png) repeat-x bottom;
}
#news_content .post_bottom p, .post_bottom span {
margin:0 0 0 0;
padding:0 0 0 0;
font-size:11px;
}
#news_content .post_bottom a {
color:#666;
text-decoration:none;
}
#news_content .post_bottom a:hover, #news_content .post_top span a:hover {
color:#000;
text-decoration:underline;
}
#news_content .cate {
float:left;
width:50%;
background:url(../images/i_categories.png) no-repeat 0 5px;
padding-left:15px;
padding-top:2px;
}
#news_content .tags {
background:url(../images/i_tag.png) no-repeat 0 4px;
padding-left:15px;
}
#news_content .pbottom {
float:right;
width:40%;
text-align:right;
}
#news_content .post-ratings {
font-size:11px;
font-style:normal;
padding-left:8px;
margin:8px 0;
}
#news_content .more-link {
text-align:right;
float:right;
font-size:10px;
text-transform:uppercase;
background:url(../images/i_continue.png) no-repeat right;
padding-right:10px;
margin-bottom:10px;
}

#news_content .similar {
padding:4px 0;
overflow:hidden;
height:100%;
color:#939393;
clear:both;
background:url(../images/sepretor_hr.png) repeat-x bottom;
}


/* comment form --------------------------- */
#commentform label {
float: left;
text-align: left;
margin-bottom: 15px;
font-size: 11px;
font-weight: 
bold;width:110px;
padding:0 0 10px 0;
}
#commentform { padding-bottom:25px; height:100%; overflow:hidden; }
.field { 
overflow:hidden; 
height:100%; 
}
#news_content .textarea {
width:420px;
}
#news_content .Cbutton {
margin-left:120px;
}

#news_content .gravatar {
width:40px;
height:40px;
display:block;
float:right;
margin:0 0 10px 10px
}
#news_content .commentmainauthor {
clear:both;
overflow:hidden;
height:100%;
margin-bottom:20px;
padding:8px 10px
}
#news_content .commentmain {
clear:both;
overflow:hidden;
height:100%;
margin-bottom:20px;
padding:8px 10px
}
#news_content .comment_right {
float:right;
font-size:11px;
width:72%;
padding:5px 0 0 15px
}
#news_content .comment_left {
margin-bottom:15px;
float:left;
font-size:11px;
width:12%
}
#news_content .comment_left span {
font-size:11px
}
#news_content .bookmark {
float:right;
margin:0 -9px 0 0;
padding:0
}
#news_content .bookmark li {
float:left;
list-style:none;
background:none;
font:11px Arial, Helvetica, sans-serif;
margin:0 3px 0 0;
padding:0
}
#news_content .bookmark li a {
display:block;
width:16px;
height:16px;
text-indent:-9009px;
margin-left:6px
}
#news_content .post_paginate {
font-weight:bold
}
#news_content .post_paginate p a {
text-decoration:underline;
margin-right:5px
}

/* check */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}
.commentlist li ul li {
	font-size: 1em;
}
#commentform {
	margin: 5px 10px 0 0;
	}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.children { padding: 0; }

.box_0 {
background:#fff;
border:1px solid #dbdbdb;
}
.box {
background:#ffffff;
border:1px solid #dbdbdb;
padding:5px;
}

.ptable {
border:1px solid #dbdbdb;
}
.ptabletr0 {
cursor: pointer;padding:5px;border-bottom:1px solid #E6E4E3;background:#FFFFFF;
}
.ptabletr1 {
cursor: pointer;padding:5px;border-bottom:1px solid #E6E4E3;background:#e2eafd;
}

.links_active {color:#cc0000;}
.links_sub {color:#4c4c4c;}
.links a:hover{color: #cc0000;}

.ifield{width:480px;} 

