/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme edited for Dark Angel
Version: 0.1
Author: Mathias Vef
Author URI: http://vefland.com/
Tags: blue,

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Mathias Vef,
	whose wesbite you will find at http://vefland.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	background: #00286f;
}

div, p, td, h1, h2, h3, li, span, a {
	font-family:   Arial, Arial Narrow, Helvetica, Verdana, ;
	font-size: 12px;
	color: #F0FF94;
}


h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	padding-top; 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	padding-top; 0;
}
h3 {
	font-weight: bold;
}

.meta {
	color: #777777;
}

a{
	font-family:   Arial, Helvetica, Verdana, ;
	color: #F0FF94;	
	text-decoration: none;
	font-weight: bold;
}



a:hover{
	color: #FEFFDE;
	text-decoration: underline;
}

#box {
width: 900px;
height: 600px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -450px; /*halbe breite(negativ)*/
margin-top: -300px; /*halbe höhe(negativ*/
}


#hg {
	position:absolute; 
	top:110px; 
	left:54px;
}

#logo {
	position:absolute; 
	top:32px; 
	left:0px;
}

#logos_unten {
	position:absolute; 
	left:310px; 
	top:574px;
}

#logos_unten img {
	border: 0px;
}

#content {
	position:absolute; 
	left:310px; 
	top:170px; 
	width:530px; 
	height:351px;
	padding-right:10px;
	
	float: left; 
	overflow: auto; 
	scrollbar-3dlight-color: #A8ADF0; 
	scrollbar-arrow-color: #A8ADF0; 
	scrollbar-darkshadow-color: #000647; 
	scrollbar-face-color: #141A74; 
	scrollbar-highlight-color: #141A74; 
	scrollbar-shadow-color: #000647; 
	scrollbar-track-color: #141A74;  
	 }


#main_menu {
	position:absolute; 
	left:69px; 
	top:265px; 
	width:200px; 
	height:300px;
}

#main_menu a{
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#main_menu a.klein{
	font-size: 10px;
	font-family:   Arial, Helvetica, Verdana, ;
	color: #F0FF94;	
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#main_menu ul, #sub_menu1 ul { 
	list-style-type:none;
	margin:0px;
	padding: 0px;
}

#main_menu ul li, #sub_menu1 ul li { 
	list-style-type:none;
	margin:0px 0px 2px 0px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #F0FF94;
	text-transform: UPPERCASE; 
}

#main_menu ul.klein {
	margin-top: 15px;
}
#main_menu ul.klein li a {
	font-size: 10px;
	padding: 0px;
	line-height: 11px;
	margin: 0;
}

#sub_menu1 {
	position:absolute; 
	left:69px; 
	top:500px; 
}

#sub_menu1 a{
	font-size: 10px;
}


#sub_menu2 {
	position:absolute; 
	left:69px; 
	top:522px; 
}

#sub_menu2 a span{
	font-size: 10px;
}

.qtrans_language_chooser { list-style-type:none; margin: 0px; padding: 0px;}
.qtrans_language_chooser li { float:left; margin-left:20px; text-transform: UPPERCASE;}
.qtrans_language_chooser li a span{font-size: 10px;}