/*  
Theme Name: v2
Theme URI: 
Description:
Version: 
Author: Zfen
Author URI: http://www.zfen.de 
*/


@import url("basic.css");


/*--------------------statik global--------------------*/
body{
	margin:  0;
	padding: 0 0 10px 30px;
}

#wrap {
	width: 950px;
}

#header {
	height: 160px;	
	width: 750px;
	position: fixed;
	left: 230px;
	top: 0;
	z-index: 100;
}

/*--------------------statik sidebar--------------------*/
#sidebar {
	width: 150px;
	float: left;
	position: fixed;
	padding-top: 35px;
}

#sidebar #nav_pages {
	margin-top: 77px;
}

#sidebar #nav_pages li {
	padding-bottom: 3px;
	margin-bottom: 10px;
}

/*--------------------statik content--------------------*/
#content {
	float: right;
	width: 750px;
	margin-top: 160px;
	margin-bottom: 30px;
}

#content .col_2_3 {
	padding-bottom: 21px;
}

.news #content .col_2_3 {
	padding-bottom:0;
}

#content .col_2_3 .col_2_3_left h2,
#content .col_2_3 .col_2_3_left h3,
#content .col_2_3 .col_2_3_right h2 {
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 12px;
}
#content .col_2_3 .col_2_3_left h3,
#comment .col_2_3 .col_2_3_left h2,
#comment .col_2_3 .col_2_3_right h2 {
	margin-top: 12px;
}
#content .news .col_2_3 .col_2_3_left h3 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 11px;
}

#comment .comment_first .col_2_3_left h2,
#comment .comment_first .col_2_3_right h2 {
	display: none;
}

#comment .col_2_3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#comment .comment_last {
	padding-bottom: 5px;
	margin-bottom: 12px;
}

#comment {
	padding-top: 15px;
	margin-top: 20px;
	border-width: medium;
	border-color:#000000;
	border-top-style: double;
}

#content .col_2_3 .col_2_3_right h2 {
	padding-left: 0px;
}

#content .col_2_3 .col_2_3_left,
#content .col_2_3 .col_2_3_right {
	position: relative;
}

#content .col_2_3 .col_2_3_left {
	width: 580px;
	float: left;
}

#content .col_2_3 .col_2_3_right {
	width: 165px;
	float: right;
}

#content .col_2_3 .col_2_3_height {
	height: 407px;
}

.news .col_2_3 .col_2_3_left,
.news .col_2_3 .col_2_3_right {
	margin-top: 2px;
	padding-top: 12px;
	border-top: 1px solid #000;
}

.news_first .col_2_3 .col_2_3_left,
.news_first .col_2_3 .col_2_3_right {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.more_projects_left,
.more_projects_right {
	margin-bottom: 20px;
	position: relative;
}

#content .more_projects_left {
	float: left;
}

#content .more_projects_right {
	float: right;
}

#content .col_2_3 .col_2_3_right h3 {
	margin-bottom: 5px;
}

#content .col_2_3 .col_2_3_left .razor_newest {
	width: 6px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 45px;
	cursor: default;
}

#content .col_2_3 .col_2_3_right .more_link  {
	position: absolute;
	right: 0;
	bottom: 0;
}

#content .thumb_overlay {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 23px;
}

#content .thumb_overlay_link {
	position: absolute;
	top: 130px;
	right: 7px;
}

.thumb_overlay_link a {
	display: block;
	width: 37px;
	height: 15px;
	font-size: 11px;
}

.page_content {
	padding-right: 10px;
}

.source_download,
.source_download_1,
.source_demo,
.source_website_online,
.source_website_offline,
.source_website_offline_1 {
	width: 288px;
	background: #000;
	color: #fff;
	text-align: center;
	display: block;
	padding: 5px 0;
}
.source_download_1,
.source_website_online,
.source_website_offline,
.source_website_offline_1 {
	width: 580px;
}
.source_website_online {
	background: #8abd69;
}
.source_website_offline {
	background: #cc3333;
}
.source_website_offline_1 {
	background: #e1a055;
}
#sourcedemo {
	padding-bottom: 8px;
}

.nextprevious {
	position: absolute;
	right: 0;
	bottom: 3px;
}

#zmiliebar {
	margin-top: 11px;
	display: none;
}

pre {
	padding: 5px;
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}

blockquote {
	padding: 11px 8px;
	overflow: hidden;
	margin-bottom: 15px;
}

.credits {
	display: block;
	padding-bottom: 11px;
	font-weight: bold;
}

/*--------------------text--------------------*/
body,
input.text,
textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
#content .col_2_3 .col_2_3_left h2,
#content .col_2_3 .col_2_3_left h3,
#content .col_2_3 .col_2_3_right h2,
#content .col_2_3 .col_2_3_right h3,
#content .col_2_3 .col_2_3_right h4 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content .col_2_3 .col_2_3_right h3,
#content .col_2_3 .col_2_3_right h4 {
	text-align: right;
}
#content .col_2_3 .col_2_3_right h4 {
	font-weight: normal;
}

p {
	padding-bottom: 8px;
}
#content .col_2_3 .col_2_3_left p {
	line-height: 19px;
}

/*--------------------farben--------------------*/
body {
	background: #f9f9f9;
}

#header {
	background: url(../images/top.png) bottom left repeat-x;
}

#sidebar {
	background: url(../images/gittergewitter-links.gif) no-repeat;
}

#sidebar #nav_pages li,
#content .col_2_3 .col_2_3_left h2,
#content .col_2_3 .col_2_3_left h3,
#content .col_2_3 .col_2_3_right h2{
	border-bottom: 1px solid #000000;
}
#content .news .col_2_3 .col_2_3_left h3 {
	border: 0;
}

#content .col_2_3 .col_2_3_left .razor_newest {
	background: url(../images/razor-newest.gif) no-repeat;
}

#content .thumb_overlay {
	background: url(../images/thumb_overlay.gif) no-repeat;
}

form#contact #ctrl_1,
form#contact #ctrl_2,
form#contact #ctrl_3,
form#login #username,
form#login #password {
	background: #f9f9f9;
	border: 1px solid #000;
	color: #000000;
}

.form_error {
	border: 1px solid red;
}

pre {
	border: 1px dotted #000;
	background: #f5f5f5;
}

blockquote {
	background: #eeeeee;
}

.error {
	color: #cc0000;
}


/*--------------------linkgestaltung--------------------*/
a {
	color: #000000;	
}

a:hover {	
	text-decoration: none;
}

a:focus {	
	outline: none;
}

#sidebar #nav_pages li a {
	text-decoration: none;
	color: #000000;
	display: block;
	font-weight: bold;
	padding-left: 5px;
}

.col_2_3_left a {
	text-decoration: underline;
}
.col_2_3_left a:hover {
	text-decoration: none;
}

#content .col_2_3 .col_2_3_right .more_link a,
#prevBtn a,
#nextBtn a,
.thumb_overlay_link a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.thumb_overlay_link a {
	font-size: 10px;
	text-align: center;
}

.thumb_overlay_link a:hover {
	color: #000000;
	background: #cbcbcb;
}

.nextprevious a {
	font-weight: normal;
	text-decoration: none;
}

.breadcrumb a {
	text-decoration: none;
}

#sourcedemo a {
	color: #fff;
	text-decoration: none;
}

.booknav a {
	font-weight: normal;
}

#content .news .col_2_3 .col_2_3_left h3 a {
	text-decoration: none;
}

.bbc {
	cursor: pointer;
	font-size: 11px;
}
#zmiliebar img {
	cursor: pointer;
}

/*--------------------bilder--------------------*/
img.withborder {
	border: 1px solid #000000;
	padding: 3px;
	margin-right: 15px;
}
.the_content img.noborder {
	border: 0;
}

.the_content img.fleft {
	margin-bottom: 1px;
	margin-right: 8px;
	margin-top: 5px;
}

.the_content img.fright {
	margin-bottom: 0px;
	margin-left: 8px;
}

.zoom {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
}




/*--------------------slider--------------------*/
#projects_slider { /* just for you, lovely ie */
	position: relative;
	width: 580px;
	height: 325px;
}

#projects_slider ul,
#projects_slider ul li{
	width: 580px;
	height: 325px;
	overflow: hidden;
}

#prevBtn,
#nextBtn { 
	position: absolute;
	top: 0;
}	

#prevBtn { 
	left: 492px;
}	

#nextBtn { 
	left: 550px;
}	

/*--------------------kontaktformular--------------------*/
form#comment,
form#contact {
	width: 450px;
}
form#contact #ctrl_1,
form#contact #ctrl_2,
form#contact #ctrl_3 {
	width: 441px;
	padding: 2px;
}

#commentform form #ctrl_name,
#commentform form #ctrl_email,
#commentform form #ctrl_website,
#commentform form #ctrl_comment {
	width: 576px;
	padding: 2px;
}

form#login #username,
form#login #password {
	padding: 2px;
}

#commentform form #ctrl_comment,
form#contact #ctrl_3 {
	height: 150px;
}

label {
	cursor: pointer;
}

#commentform form input.text,
#commentform form textarea {
	margin: 4px 0 11px;
}

#commentform form p.error {
	padding-bottom: 0;
}

#commentform p.confirm {
	color: #cc0000;
	font-weight: bold;
}

/*--------------------pagination--------------------*/
ul.pagination {
	padding-top: 11px;
	border-top: 1px solid #000;
}

ul.pagination li {
	float: left;
	display: block;
	margin-right: 5px;
	font-size: 11px;
}

ul.pagination li span.current,
ul.pagination li a {
	text-align: center;
	display: block;
	padding: 2px 6px;
	background: #000000;
	color: #fff;
	text-decoration: none;
}

ul.pagination li a {
}

ul.pagination li a:hover,
ul.pagination li span.current {
	font-weight: bold;
}
ul.pagination li span.current {
	cursor: default;
}

object {
	outline: none;
}