/* BASIC CONFIG */
html,body {
	height:100%;
	padding:0px;
	margin:0px;
	background:url("../images/bg.png") #eeeeed repeat-x;
}

body {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
}
/* LOAD FONT */
@font-face { font-family: Kontrapunkt; src: url('KONTRLIG.PFB'); font-style:normal; font-weight:600;}

/* LAYOUT */
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	min-height:100%;
}

#center-wrapper{
	background:url("../images/bg2.png") #eeeeed repeat-x;
	width:808px;
	min-height:800px;
	float:left;
}

#left-spacer {
	background:url("../images/leftborder.png") no-repeat;
	width:96px;
	height:800px;
	float:left;
}

#right-spacer {
	background:url("../images/rightborder.png") no-repeat;
	width:96px;
	height:800px;
	float:left;
}

#header {
	width:808px;
	height:174px;
	float:left;
}
#logo {
	background:url("../images/logo.png");
	width:424px;
	height:174px;
	float:left;
}
#search {
	background:url("../images/search.png");
	width:384px;
	height:174px;
	float:left;
}
#subheader {
	width:808px;
	height:80px;
	float:left;
}
#blog-logo {
	background:url("../images/blog.png");
	background-repeat:no-repeat;
	width:310px;
	height:80px;
	float:left;
	margin-right:187px;
}
#feedback-logo {
	background:url("../images/blog.png");
	background-repeat:no-repeat;
	width:310px;
	height:80px;
	float:left;
	margin-right:187px;
}

#blog-logo:hover {
	background:url("../images/who.png");
	background-repeat:no-repeat;
	width:310px;
	height:80px;
	float:left;
	margin-right:187px;
}
#about-logo {
	background:url("../images/who.png");
	background-repeat:no-repeat;
	width:310px;
	height:80px;
	float:left;
	margin-right:187px;
}
#about-logo:hover{
	background:url("../images/blog.png");
	background-repeat:no-repeat;
	width:310px;
	height:80px;
	float:left;
	margin-right:187px;
}
#random-logo {
	background:url("../images/back.png");
	background-repeat:no-repeat;
	width:310px;
	height:80px;
	float:left;
	margin-right:187px;
}
#random-logo:hover{
	background:url("../images/blog.png");
	background-repeat:no-repeat;
	width:310px;
	height:80px;
	float:left;
	margin-right:187px;
}
#sidebar-logo {
	background:url("../images/sidebar.png");
	width:207px;
	height:79px;
	float:left;
}
#content {
	width:808px;
	min-height:510px;
	float:left;
}
#blog {
	width:477px;
	float:left;
	min-height:510px;
	margin-right:20px;
}
#sidebar {
	width:207px;
	min-height:510px;
	float:left;
}
#footer {
	background:url("../images/footer.png");
	width:808px;
	height:43px;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}
/* SEARCHBOX */
#searchwrapper {
	width:189px;
	height:36px;
	background-image:url("../images/searchbox.png");
	background-repeat:no-repeat;
	padding:0px;
	margin-left:195px;
	margin-top:80px;
	position:relative;
}
 
#searchwrapper form {
	display:inline;
}
 
.searchbox {
	border:0px;
	background-color:white;
	position:absolute;
	top:5px;
	left:9px;
	width:140px;
	height:25px;
}
input.searchbox:hover { 
	background:white;
}
input.searchbox:focus { 
	background:white;
}
 
.searchboxsubmit {
	border:0px;
	background-color:transparent;
	position:absolute;
	top:4px;
	left:150px;
	width:28px;
	height:25px;
} 

/* LINKS */

a {
	color:#96189e;
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size:11px;
}
a:hover {
	color:#fd7b00;
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size:11px;
}

a.feedback {
	color:#fd7b00;
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size:11px;
	font-weight:bold;
	float:right;
}

a.feedback:hover {
	color:#96189e;
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size:11px;
	font-weight:bold;
	float:right;
}

/* BLOG CSS */

h1.news-headline{
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size:15px;
	color:#96189e;
}

h3.portfolio{
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size:11px;
	color:#fd7b00;
}

p.news {
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size:11px;
	color:#000000;
}

/* SIDEBAR */
p.sidebar  {
	font-family:arial, verdana, helvetica, sans-serif, Kontrapunkt;
	font-size:12px;
	color:#3a3a3a;
}

table.sidebar {
	width:100%;
	margin-left:30px;

}

a.sidebar {
	color:#fd7b00;
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size:11px;
	font-weight:bold;
}
span.archivedate {
	color:#fd7b00;
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size:11px;
	font-weight:bold;
}

/* COMMENT CSS INCL FORM */
input.feedback {
	font-family:arial,verdana,helvetica,sans-serif; 
	border:solid;
	border-color:#3a3a3a;
	border-width:1px;
	background-color:#FFFFFF;
	color:#000000;
}

textarea.feedbackbox {
	font-family:arial,verdana,helvetica,sans-serif; 
	border:solid;
	border-color:#3a3a3a;
	border-width:1px;
	background-color:#FFFFFF;
	color:#000000;
	width:350px;
	height:150px;
}

input.kontakt {
	font-family:arial,verdana,helvetica,sans-serif; 
	border:solid;
	border-color:#3a3a3a;
	border-width:1px;
	background-color:#FFFFFF;
	color:#000000;
}

textarea.kontaktbox {
	font-family:arial,verdana,helvetica,sans-serif; 
	border:solid;
	border-color:#3a3a3a;
	border-width:1px;
	background-color:#FFFFFF;
	color:#000000;
	width:265px;
	height:75px;
}

.submit {
	margin:20px;
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size: 18px; 
	font-weight:bold;
	border:none;
	background:none;
	color:#96189e;
	margin-bottom:46px;
}

.submit:hover {
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size: 18px; 
	font-weight:bold;
	border:none;
	background:none;
	color:#fd7b00;
	margin-bottom:46px;
}

p.inputtext {
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color:#96189e;
}

p.errortext {
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}
img.portfolio {
	border:2px solid #96189e;
}
img.portfolio:hover {
	border:2px solid #fd7b00;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	background:#cecece;
}
