/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

html {
  min-height: 101%;
}

* {
	margin: 0;
	padding: 0;
}
a {
	color: #408080;
	}
a:hover {
	color: #06F;
}
body {
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	background-color: #CCDBDA;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}
cite {
	background: url(bilder/quote.png) no-repeat;
	color: #408080;
	display: block;
	font: normal 1.5em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #408080;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(bilder/bgcontainer.png) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
}
.header {
	margin-bottom: 10px;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul,.sidenav img  {
	padding-left: 12px;
}

.sidenav {
	border: 1px solid #E5E5E5;
	float: left;
	width: 200px;
	background-color: #CCDBDA;
}
.sidenav h1 {
	color: #408080;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(bilder/bgul.png) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #408080;
	display: block;
	font-size: 1em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.content {
	float: right;
	width: 520px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .foot {
	color: #333;
	margin-bottom: 6px;
	text-align: right;
}

.content h1 {
	margin-bottom: 15px;
}

.content li {
	list-style: url(bilder/li.png);
	margin-left: 18px;
}

.content table {
	border-spacing:1px;
	background-color:#E7E7E7;
	color: #333;
	width: 500px;
	margin-bottom: 10px;
	table-layout:fixed;
}

.content caption {
	font-weight: bold;
	border-bottom:2px solid #eee;
	color: #408080;
	padding:10px;
	background-color: #CCDBDA;
	font-size: 1.6em;
}

.content td, th {
	padding: 4px;
}

.content thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	font-size: 1.3em;
}

.content tbody th {
	font-weight: normal;
	font-size: 1.3em;
	text-align:left;
}

.content tbody tr		{
	background-color:#FFF;
	text-align:left;
	}

.content tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

.content tbody tr td {
	background: #FFF;
	border: 1px solid #FFF;
	font-size: 1.3em;
	text-align: right;
	}

.content tbody tr.odd td{
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

.content tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}

.content a.bilder {
	background: none;
	padding-left: 0px;
	background-position: 0;	
}

.content img {
	border:none
	}

.content a {
	color: #408080;
	background: transparent url(bilder/pfeil_rechts.png) no-repeat;
	padding-left: 10px;
	background-position: 0px 50%;
}

.content a:hover {
	color: #CCDBDA;
}

.content a.mail{
	color: #408080;
	background: transparent url(bilder/mail.png) no-repeat;
	padding-left: 15px;
	background-position: 0px 50%;
}

.content a.mail:hover {
	color: #CCDBDA;
}

.content .foot a.back{
	color: #408080;
	background: transparent url(bilder/pfeil_links.png) no-repeat;
	padding-left: 10px;
	background-position: 0px 50%;
}

.content .foot a.oben{
	color: #408080;
	background: transparent url(bilder/pfeil_oben.png) no-repeat;
	padding-left: 10px;
	background-position: 0px 50%;
	margin-left: 15px;
}
.content .foot a:hover {
	color: #CCDBDA;
}

.content .formbox {
  width: 400px;
  color: #000;
  background-color: #FAFAFA;
  border: 1px solid #EEE;
}

.content .reihe {
  clear: both;
  padding: 2px 0px;
}

.content .label {
	float: left;
	width: 90px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	font-size: 1.3em;
}

.content .feld {
  float: right;
  width: 300px;
  text-align: left;
} 

.content .knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.content .defbreite {
  width: 260px;
}



/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #333;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #408080;
	text-decoration: none;
}
.footer a:hover {
	color: #ccdbda;
	text-decoration: underline;
}

