@charset "utf-8";
/*
Theme Name: Komplinet
Theme URI: http://kompli.net/
Description: Dima's Website, design by Vito
Version: 1.0
Author: Vito
Author URI: http://einfachder.de/
*/

/*  
		E I N F A C H D E R    S T Y L E S H E E T 
		Version 03.2009 
		
		1. Main:  body - typo - hyperlinks - aligner
		2. Structure
		3. Navigation
		4. Footer Links
		5. Formularfelder
		6. CMS exclusive
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: normal;
	background-color: #0f8ff;
	}
	
option, textarea, input, select, file {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px;
	color: #808080;	
    background-color: #FFFFFF; 
    border: 1px solid #d0d0d0;
}

	
/* T Y P O G R A F I E */	

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #d0d0d0;
	}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Sans-Serif;
	color: #d3d3d3;
	font-variant: small-caps;
	}

h1 {
	font-size: 4em;
	text-align: center;
	color: #d0d0d0;
	}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #909090;
	padding-bottom: 4px;
	}
	
h2.pagetitle {
	font-size: 1.4em;
	letter-spacing: 10px;
	font-weight: bold;
	color: #d3d3d3;
	}

h2.single {
	font-size: 1.2em;
	letter-spacing: normal;
	font-weight: bold;
	padding-bottom: 20px;
	}
	
	
h3 {
	font-size: 1.4em;
	color: #a0a0a0;
	}	
	
h4 {
font-family: Verdana, Arial, Sans-Serif;
font-weight: normal;
font-size: 1em;
color: #ccc;
padding-top: 10px;
}

/* D I V    O P T I O N S */	
	
#ausgabe {
	text-align: left;
}

#header_content {
	text-align: left;
}	

#footer_content {
	text-align: center;	
}	


/* H Y P E R L I N K S */	


a, a:visited, a:active {
    color: #a0a0a0;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    background-color: #000;
	color: #fff;
	text-decoration: none;
    font-weight: normal;
}

a.news {
color: #a0a0a0;
}


/*  A U S R I C H T U N G E N    ( A L I G N E R ) */

.hca 	{margin-left:auto; margin-right:auto}
.center 	{text-align: center;}
.left 	{text-align: left;}
.right 	{text-align: right;}
.middle 	{vertical-align: middle;}
.top 	{vertical-align: top;}
.bottom 	{vertical-align: bottom;}
.hidden 	{display: none;}



/*  S C H R I F T F A R B E N */

.white 		{color: #fff;}
.graypale 	{color: #ccc;}
.graylight 	{color: #999;}
.graymedium 	{color: #808080;}
.graydark 	{color: #666;}
.grayobscure {color: #333;}
.black 		{color: #000;}

.fff 	{color: #fff;}
.ccc 	{color: #ccc;}
.999 	{color: #999;}
.80   	{color: #808080;}
.666 	{color: #666;}
.333 	{color: #333;}
.000 	{color: #000;}


/* S T R U C T U R E */

#bgdiv {
	position: fixed;
	width:100%;
	height:100%;
	min-height: 100%;
	background-color: #0f8ff;
	}

#pattern {
	position: absolute;
	top: 0px;
	background-image: url(_design/pattern.png);
	width: 100%;
	height: 224px;
}

#huelle {
	position: absolute;
	top: 0px;
	width: 100%;
	margin-left:auto; 
	margin-right:auto;
	background-color: transparent;
	}
	
#huelle2 {
	width: 800px;
	margin-left:auto; 
	margin-right:auto;
	background-color: transparent;
}
	
#klogo {
	position: relative;
	background-image: url(_design/logo_5_2.png);
	width: 309px;
	height: 649px;
}

#logo_rollover a.lr:link, #logo_rollover a.lr:visited {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 309px;
		height: 649px;
        background-image: url(_design/logo_5.png);
		background-position: -309px 0px;
		background-repeat: no-repeat;
		z-index: 11;
        }

#logo_rollover a.lr:hover {
		background-color: transparent;
		background-position: 0px 0px;
		cursor: default;
        }


#head {
	position: relative;
	background-image: url(_design/head_1_1.png);
	width: 880px;
	height: 163px;
}

#content_wrap {
	position: relative;
	left: -429px;
	width: 429px;
}

#content {
	position: relative;
	background-image: url(_design/content_1.png);
	width: 429px;
}

#ausgabe {
	position: relative;
	left: 30px;
	width: 380px;
	min-height: 400px;
}

#rseite {
	position: relative;
	background-image: url(_design/seite_1.png);
	left: 738px;
	width: 142px;
	height: 400px;
}

#footer {
	background-image: url(_design/footer_1.png);
	padding-top: 60px;
	padding-left: 94px;
	width: 449px;
	height: 80px;
	background-repeat: no-repeat;
}


#menu_wrap {
	position: absolute;
	left: 280px;
	top: 0px;
	width: 438px;
}

#footer_content {
	position: relative;
	top: -60px;
	left: -40px;
	width: 350px;
	height: 35px;
}

#header_content {
	position: relative;
	top: 120px;
	left: 340px;
	width: 350px;
	height: 35px;
	z-index: 10;
}

		
/* N A V I G A T I O N */		

#menu {
	
	position: absolute;
	left: 7px;
	top: 45px;
	width: 420px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
}

.nav1 ul {list-style-type:none;padding:0;margin:0;}
.nav1 li {float:left;position:relative;z-index:100;}
.nav1 table {position:absolute;border-collapse:collapse;z-index:80;left:-1px;top:10px;}

.nav1 a, .nav1 :visited {
font-family: Arial;
display:block;
width:84px;
padding:4px 0;
color:#a0a0a0;
background:#fff;
font-size:11px;
text-decoration:none;
margin-right:0px;
text-align:center;
}

.nav1 :hover{
color: #000;
background-color: transparent;
background-image: url(_design/menu_hover_3.png);
}

.nav1 ul ul {visibility:hidden;position:absolute;width:149px;height:0;}
.nav1 ul li:hover ul,
.nav1 ul a:hover ul{visibility:visible;}


/*  F O O T E R    L I N K S  */

#footerlinks {
        width: 275px;
		height: 15px;
        }

#spacer1  {
		position: relative;
		left: 31px;
		top: -12px;
		display: block;
		width: 22px;
		height: 12px;
        background-image: url(_design/fspacer.png);
}

#spacer2  {
		position: relative;
		left: 100px;
		top: -39px;
		display: block;
		width: 22px;
		height: 12px;
        background-image: url(_design/fspacer.png);
}	

#spacer3  {
		position: relative;
		left: 186px;
		top: -66px;
		display: block;
		width: 22px;
		height: 12px;
        background-image: url(_design/fspacer.png);
}			
		
#link1 a.fl:link, #link1 a.fl:visited {
		position: relative;
		display: block;
		width: 31px;
		height: 12px;
        background-image: url(_design/footer_links.png);
		background-position: 0px -1px;
		background-repeat: no-repeat;
        }

#link1 a.fl:hover {

		background-color: transparent;
        background-image: url(_design/footer_links.png);
		background-position: 0px -15px;
        }
		
#link2 a.fl:link, #link2 a.fl:visited {
		display: block;
		position: relative;
		left: 50px;
		top: -26px;
		width: 52px;
		height: 15px;
        background-image: url(_design/footer_links.png);
		background-position: -53px 1px;
		background-repeat: no-repeat;
        }

#link2 a.fl:hover {
		background-color: transparent;
        background-image: url(_design/footer_links.png);
		background-position: -53px -13px;
        }
		
#link3 a.fl:link, #link3 a.fl:visited {
		display: block;
		position: relative;
		left: 122px;
		top: -53px;
		width: 65px;
		height: 15px;
        background-image: url(_design/footer_links.png);
		background-position: -125px 1px;
		background-repeat: no-repeat;
        }

#link3 a.fl:hover {
		background-color: transparent;
        background-image: url(_design/footer_links.png);
		background-position: -125px -13px;
        }
		
#link4 a.fl:link, #link4 a.fl:visited {
		display: block;
		position: relative;
		left: 208px;
		top: -80px;
		width: 64px;
		height: 15px;
        background-image: url(_design/footer_links.png);
		background-position: -211px 1px;
		background-repeat: no-repeat;
        }

#link4 a.fl:hover {
		background-color: transparent;
        background-image: url(_design/footer_links.png);
		background-position: -211px -13px;
        }

/*  F O R M U L A R F E L D E R */
			
.form_off {  
    color: #666666; 
    background-color: #DCDCDC; 
    border: 1px solid #666666;
}

.form_on {  
    color: #000000; 
    background-color: #EEEEEE; 
    border: 1px solid #000000;
}

.form_username {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/username.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_password {
    background-color: #eeeeee;
    border: 1px solid #333333;

    background-image: url(images/password.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_name {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/name.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_text {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/message.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.input { 
    background-color: transparent; 
    border: 1px none; 
    margin-top: 0px;
    margin-bottom: 0px;
}

input.username2 {
font-size: 10px;
text-align: left;
border-style: solid;
border-width: 1px;
border-color: #666;
background-color: #990000;
background-image: url(_design/form_bg.png);
background-repeat: repeat-x;
color: #fff;
width: 79px;
height: 12px; 
}

input.password2 {
font-size: 10px;
text-align: left;
border-style: solid;
border-width: 1px;
border-color: #666;
background-color: #990000;
background-image: url(_design/form_bg.png);
background-repeat: repeat-x;
color: #fff;
width: 79px;
height: 12px; 
}

.loginbutton {
border:none;
background: transparent;
background-image: url(_design/login_btn.png);
width: 91px;
height: 14px;
cursor: pointer;
}

/*  C M S    E X C L U S I V E  (Kubrick default) */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {cursor: help;}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {display: none;}

a img {border: none;}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */











.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}



#wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 0px;
	text-align: justify;
	padding-bottom: 30px;
	}

.post hr {display: block;}
.widecolumn .post {margin: 0;}
.narrowcolumn .postmetadata {padding-top: 5px;}
.widecolumn .postmetadata {margin: 30px 0;}
.postmetadata {clear: both;}
.clear {clear: both;}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
