@charset "utf-8";
/* CSS doc */
/*  
Theme Name: ak-theme
Theme URI: http://andrekind.de
Description: only for andrekind.de
Author: André Kind
Author URI: http://andrekind.de/
Version: 1.0
*/
/* --------------------------- */
/* ---------Allgemein--------- */
/* --------------------------- */

* {
	border: 0; margin: 0; padding: 0;
}

html {
	background: url(images/bg-html.jpg) 0 0 repeat;
}

body {
	font: 62.5%/1.8em "trebuchet ms", verdana, arial, sans-serif;
	color: #515151;
	background: url(images/bg-body.jpg) 0 0 repeat-x;
}

p {
	margin: 0 0 1.2em 0;
}

p.highlight1 {
	background: #cbcbcb;
	color: #515151;
	padding: 10px;
	border: 1px solid #939393;
	text-transform: uppercase;
}
p.highlight1 a {
	text-decoration: none;
	color: #515151!important;
}

p.highlight2 {
	background: #cbcbcb;
	padding: 1px;
	border: 1px dotted #939393;
	font-size: 0.7em;	
}

p.highlight2 {
	color: #515151;
}

h1 a {
	width: 292px;
	height: 102px;
	position: absolute;
	top: 105px;
}

hr{
	border: 0px;
	border-top: dotted 1px #000;
	border-bottom: transparent;
}
.noBorder {
	border: 0!important;
}

.noMargin {
	margin: 0!important;
}

.noText {
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	color: #ccc;
}

.clear {
	float: none;
	clear: both;
}

/* --------------------------- */
/* ----------Header----------- */
/* --------------------------- */

div#headerContainer {
	width: 100%;
	background: url(images/bg-header-container.jpg) center 0 no-repeat;
}

div#headerContainer div#header {
	width: 940px;
	height: 472px;
	background: url(images/bg-header.jpg) 0 0 no-repeat;
	margin: 0 auto;
	position: relative;
}
div#headerContainer div#header ul#navi-top {
	position: absolute;
	list-style: none;
	top: 10px;
	right: 0;
}
div#headerContainer div#header ul#navi-top li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #8f8f8f;
	line-height: 12px;
	text-transform: uppercase;	
	background-color: #333333;
}

div#headerContainer div#header ul#navi-top li a {
	text-decoration: none;
	color: #8f8f8f;
}

div#headerContainer div#header ul#navi-top li a:hover,
div#headerContainer div#header ul#navi-top li.active a {
	text-decoration: none;
	color: #ccc;
}
div#headerContainer div#header ul#navi-top li ul {
	list-style: none;
}

div#headerContainer div#header ul#navi-top li:hover ul li { 
	display: block;
}
	
div#headerContainer div#header ul#navi-top li ul li {
	float: none;
	border: none;
	display: none;
}
	
div#headerContainer div#header div#navi-social a#fb {
	width: 57px;
	height: 55px;
	display: block;
	background: url(images/fb.jpg) 0 0 no-repeat;
	position: absolute;
	top: 264px;
	left: 718px;
}

div#headerContainer div#header div#navi-social a#tw {
	width: 56px;
	height: 55px;
	display: block;
	background: url(images/tw.jpg) 0 0 no-repeat;
	position: absolute;
	top: 264px;
	left: 775px;
}

div#headerContainer div#header div#navi-social a#da {
	width: 57px;
	height: 55px;
	display: block;
	background: url(images/da.jpg) 0 0 no-repeat;
	position: absolute;
	top: 264px;
	left: 831px;	
}

div#headerContainer div#header div#navi-social a#rss {
	width: 56px;
	height: 55px;
	display: block;
	background: url(images/rss.jpg) 0 0 no-repeat;
	position: absolute;
	top: 264px;
	left: 888px;	
}

div#headerContainer div#header ul#teaser {
	position: absolute;
	top: 358px;
	left: 10px;
	list-style: none;
}

div#headerContainer div#header ul#teaser li {
	float: left;
	margin: 0 40px 0 0;
	width: 280px;
	font-size: 1.2em;
}
div#headerContainer div#header ul#teaser li#mitte {
	width: 280px;
}

div#headerContainer div#header a#about,
div#headerContainer div#header a#gallery,
div#headerContainer div#header a#stream {
	width: 88px;
	display: block;
	position: absolute;
	top: 410px;
}

div#headerContainer div#header a#about {
	height: 30px;
	background: url(images/about-button.jpg) 0 0 no-repeat;
}

div#headerContainer div#header a#gallery {
	height: 30px;
	left: 330px;
	background: url(images/gallery-button.jpg) 0 0 no-repeat;
}

div#headerContainer div#header a#stream {
	height: 31px;
	left: 650px;
	background: url(images/stream-button.jpg) 0 0 no-repeat;
}

div#headerContainer div#header a#about:hover,
div#headerContainer div#header a#gallery:hover,
div#headerContainer div#header a#stream:hover {
	background: none;
}

/* --------------------------- */
/* ----------Content---------- */
/* --------------------------- */

div#content {
	width: 940px;
	background: url(images/bg-content.jpg) 0 0 repeat-y;
	margin: 0 auto;
	font-size: 1.3em;
}

div#content a {
	color: #000;	
}
div#content a:hover {
	color: #333;	
}

div.column {
	width: 290px;
	float: left;
	margin: 0 20px 0 0;
}

div.doublecolumn {
	width: 600px;
	float: left;
	margin: 0 40px 0 0;
}

div#pagination {
	margin: auto;	
}

/* --------------------------- */
/* ----------Footer----------- */
/* --------------------------- */

div#footerContainer {
	width: 100%;
	height: 257px;
	background: url(images/bg-footer-container.jpg) 0 0 repeat-x;
}

div#footerContainer div#footer{
	width: 940px;
	height: 257px;
	background: url(images/bg-footer.jpg) 0 0 no-repeat;
	margin: 0px auto;
	position: relative;
}
div#footerContainer div#footer div#footerContent {
	position: absolute;
	top: 30px;
	left: 0px;
	font-size: 1.3em;
	color: #fff;
}

div#footerContainer div#footer div#footerContent a {
	color: #fff;
}

div#footerContainer div#footer div#footerContent a:hover {
	color: #333;	
}

div#footerContainer div#footer div#copyright {
	position: absolute;
	top: 230px;
	left: 400px;
}

