/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
{
	/*margin: 0;
	padding: 0; */
}

a {text-decoration: none;}

body {
	background: #111 url(img/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% Verdana,sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333;
	height: 1px;
}
.left {float: left;}
.right {float: right;}
.rightcontent {float: right;}

/* header */
.header {
	background: url(img/logo-clb.png) repeat-y;
	border-bottom: 1px solid #444;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919  url(img/header.jpg);
	color: #BBB;
}

/* structure */
.container {
	border: 0px solid #444;
	/*border-top: none;*/
	width: 800px;
	margin: 0 auto;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 0px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;height:100%;}
.main .single {width: 100%;}


.maincomplete {
	width: 100%;
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
	}
	
.content {
	border-left: 0px solid #444;
	border-top: 1px solid #444;
	border-right: 0px solid #444;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-top: 2px;
	height:340px;
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 0 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.menu {
	border-left: 0px solid #444;
	border-right: 0px solid #444;
}

.nav {background: #000000;
	border-left: 0px solid #333;
	border-right: 0px solid #333;
}

.nav a {
	background: #000000;
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 30px;
	padding: 0 20px;
}
.nav a:hover {
	color: red;
}

/* Table */
.table {font: normal 1.2em Verdana,sans-serif;}


/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border-top: 1px solid #1E1E1E;
	border-bottom: 0px solid #1E1E1E;
	border-left: 1px solid #1E1E1E;
	border-right: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
	height:334px;	
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	/*background: url(img/li.gif) no-repeat left bottom;*/
	list-style: none;
	margin: 0;
}



.subnav li a {
	color: #BBB;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}

.kontakt a {
	color: #BBB;
	text-decoration: none;
}

.kontakt a:hover {color: red;}
.kontakt a:visited {color: red;}

form {
  margin:0;
  padding: 0;
}

input, textarea {
  margin:0;
  padding: 0;
}

.inputsize {width:350px;}
.textsize {width:455px;}



/* footer */
.footer {
	/*background: #191919;*/
	background: url(img/footer.gif);
	border-top: 1px solid #444;
	color: #999;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	font-size: 1.0em;
	}

.footer a {color: #888;}
.footer a:hover {color: red;}

