/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

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

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/



body{
	margin:px0;
	padding:0px;
	margin-top:40px;
	color:#231f20;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	/*font: bold 10px/14px Arial, Helvetica, sans-serif;*/
	color:#8B8A8A;
	background:#fff;
}

img{border-style:none;}

a{
	text-decoration:none;
	color:#B80058;
}

#container{
	position:relative;
	margin:0 auto;
	width: 960px;
	border:#A9A9A9 1px solid;
}

/*HEADER*/
		#header{
			position:relative;
			width:100%;
		}
		
		#logo{}
		
		#header a.logo{
			display: block;
			height: 71px;
			width:131px;
			margin-left:30px;
			padding-top:20px;
		}
		
		#nav{
			height:20px;
			float:right;
		}
		
		#nav ul{
			margin:0px;
			padding:0px;
			position:relative;
			list-style:none;
		}
		
		#nav ul li{
			float:left;
			margin-right:30px;
		}
		
		#nav ul a{
			float: left;
			/*font: bold 10px/14px Arial, Helvetica, sans-serif;*/
			font-size:11px;
			color: #646464;
			text-transform: uppercase;
		}
		
		#header-line-top{
			width:100%;
			height:13px;
			background-color:#646464;
			clear:both;
		}
		
		#header-line-bottom{
			width:100%;
			height:13px;
			background-color:#b80058;
		}

#content {line-height:160%}
#content h1{margin:0px; padding:0px; margin-bottom:8px; line-height:160%; font-weight:normal; font-size:18px;}
#content p{margin:0px; padding:0px;}
#content table p{margin:0px; padding:0px; margin-bottom:4px;}
#content table #td_text{margin:0px; padding:0px; padding:50px 30px 0px 40px;}

#bottom{
	width:960px;
	padding:0px;
	background:#CDCDCD url(images/bottom.gif) center center no-repeat;
	height:180px;
}

#bottom #tid{
	width:200px;
	float:left;
	padding-left:200px;
	margin-top:60px;
}
#bottom #tid p{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#B80058;
	font-size:30px;
	font-weight:normal;
	line-height:90%
}

#bottom #oppet{
	width:120px;
	float:left;
	padding-left:110px;
	margin-top:40px;
}
#bottom #oppet p.title{
	margin:0px;
	padding:0px;
	margin-bottom:6px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	line-height:90%
}
#bottom #oppet p.time{
	margin:0px;
	padding:0px;
	margin-bottom:3px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}

#bottom #akut{
	width:170px;
	float:left;
	padding-left:110px;
	margin-top:40px;
}
#bottom #akut p.title{
	margin:0px;
	padding:0px;
	margin-bottom:6px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	line-height:90%
}
#bottom #akut p.text{
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}

#footer{
	width:960px;
	margin:0 auto;
}

#footer-text{
	margin-top:10px;
	width:100%;
	text-align:center;
}

#footer-text p.ww, #footer-text p.ww a{
	color:#D8D8D8;
}

.clear{clear:both;}
