/*
Theme Name: Anne G Theme
Theme URI: http://annegreen.dk/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Ulrich Green
Author URI: http://ulrichgreen.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/
@charset "utf-8";
/* CSS Document */

	
/*
	GENERIC RESET & BASIC STRUCTURE
*/
* { margin: 0; padding: 0; }
body {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#191919;
	height:100%;
	padding:0; 
	margin:0;
	width:100%;
}
a { outline: none; text-decoration: none; color:#000 }
ul { list-style: none; }
/*WIDGET STRUCTURE*/
#wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	z-index:1;
	position:relative;
	top:0;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position:top center;
}
#splash {
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	background-position:center 29px;
	z-index:50000;
	width:960px;
	height:1050px;
	margin:9px auto;
	position:absolute;
	top:0;
	cursor:pointer;
	display:none;
	overflow:hidden;
}
#header {
	height:170px;
}
#header h1 {
	padding: 100px 0 0 40px;
}

#nav {
	float:right;
	margin: 60px 30px 20px 0;
}
#nav ul {

}
#nav li {
	list-style:none;
	display:inline;
	margin: 0 10px;
}
#nav li a{
	font-size:20px;
	color:#333;
}
#nav li a:hover{
	color:#fff;
}
#nav .current_page_item a{
	color:#fff;
}
#cats {
}
#cats ul , #cats ul ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:2em;
	z-index:10000;
}
#cats ul ul{
	position:relative;
	padding:5px;
		background-color:#CCCCCC;
}
#cats li {
	list-style:none;
    position:relative;
	padding: 5px 15px 5px 15px;
}
#cats li a:link , #cats li a:visited , #cats li a:active{
	font-size:16px;
	color:#333;
	display:block;

}
#cats li a:hover{
	color:#aaa;
}
#cats li li a:hover{
	color:#aaa;
}
#cats li ul a{
}
#cats li ul ul {
    margin:0px 0 0 10px;
    }

#cats li:hover ul ul, #cats li:hover ul ul ul, #cats li:hover ul ul ul ul{
    display:none;
    }
#cats li:hover ul, #cats li li:hover ul, #cats li li li:hover ul, #cats li li li li:hover ul{
    display:block;
    }
#content {
	margin:0px auto;
	padding: 0;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: center 200px;
}
#kontakt {
	margin:0px auto;
	padding: 30px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: center 200px;
}
#kontakt p {
	float:right;
	padding:0 30px 0 30px;
	width:400px;
}
fieldset {
	width:380px;
	float:left;
}
.contactform {
	margin: 0 30px 0 0;
}
#content h2 {
	padding: 20px 0;
	font-size:20px;
	font-weight:100;
}
#content p {
	padding: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
}
.post {
	padding:0 0 0 20px;
	float:left;
	width:350px;
	height:250px;
	min-height:250px;
}
.singel {
	padding: 0 30px 20px 30px
}
#respond {
	padding: 0 30px 20px 30px
}
.entry {

}
.left {
	float:left;
	width:160px;
	margin:0;
}
.right {
	float:right;
	width:800px;
	margin:0;
}

label {
	display:block;
	padding: 5px 10px 0 0;
	vertical-align:top;
	width:100px;}								  	  
#page-footer {
	text-align:center;
	padding:20px 0 30px 0;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}
#page-footer img {
	margin: 0 auto;
}
#push {
	clear:both;
}
legend {
	font-size: 16px;
	font-weight:bold;
	padding: 0 10px 0 10px;
}
fieldset {
	margin: 0 auto;
	padding:25px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.navigation {
	padding: 0 30px 20px 30px;
}