/*
Template name: Decayed
Template URI: http://templates.arcsin.se/decayed-website-template/
Release date: 2007-05-12
Description: A dark trash style two-column website template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #808080;}
a:hover {color: #808080;}

body {
	background: #000 url('img/body.gif') no-repeat; /*  url(img/bg.jpg) repeat-x; */
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	
	color: #808080;
	font: normal 2em Impact,sans-serif;
}
h1 a {
	color: #808080;
	text-decoration: none;
}
h1 a:hover {
	color: #808080;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.decay,.decay-small {
	background: url('img/decay-small.gif') no-repeat left center;
	color: #000;
	font: normal 2em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
}
.decay-small {
	background: url('img/decay-small.gif') no-repeat left center;
	padding-top: 6px;
}

p.postinfo {
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
p.postinfo a {color: #888;}
p.postinfo a:hover {color: #CCC;}

/* structure */
#container {
	font-size: 1.3em;
}

/* title */
#site-title {font: normal 3em Tahoma,sans-serif;}
#site-title a {
	color: #DDD;
	text-decoration: line-through;
}
#site-title a:hover {
	color: #FFF;
	text-decoration: none;
}
#site-description {color: #808080;}

/* content */
#content {
	left: 360px;
	position: absolute;
	top: 90px;
	width: 610px;
}
#content .descr {
	color: #8B0000;
	/* #CD3333; */
	margin-bottom: 6px;
}
#content li {margin-left: 18px;}

#content .csc-textpic {margin-bottom:10px;} 
#content .csc-textpic img {border:1px solid #808080;}
#content .csc-textpic-intext-left {display:block; float:left; width:100%; margin-bottom:30px;}
#content .csc-textpic-intext-right {display:block; float:left; width:100%; margin-bottom:30px;}
/*#content .csc-textpic-lastcol{clear:both;}*/
#content .csc-textpic-firstcol{clear:both;}

#content .csc-textpic-intext-left .csc-textpic-text .bodytext {margin-left:180px;}

#content .welcome{
	margin:0 auto;
	margin-top:10%;
	background-image:url(../../Bilder/P8300470.JPG);
	width: 768px;
	height: 576px;
	border:3px solid white;
}

.align-center{
	text-align:center;
}

.align-left{
	text-align:left;
}

.align-right{
	text-align:right;
}

/* Tabelle */

.contenttable {width:100%;}
.contenttable tr .td-0 {font-weight:bold;}


/* navigation */
#navigation {
	left: 120px;
	position: absolute;
	top: 290px;
	width: 210px;
}
#navigation h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#navigation ul {margin: 0 0 0 1em;}
#navigation li {list-style: none;}
#navigation li a {
	color: #808080;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation li a:hover {color: #808080;}


/*mailform*/
.csc-mailform {
border:none;
width: 90%;
}

.csc-mailform-field {
/*background:#808080;*/
margin: 2px;
padding: 5px;
}

.csc-mailform-field label {
float: left;
margin:2px;
color: white;
width: 100px;
}

.csc-mailform-field input textarea{
float: right;
margin:2px;
}

.mf-input {
clear: none;
width: 400px;
padding: 1px;
}

.mf-text {
clear: none;
width: 400px;

padding: 1px;
}

.mf-check {
padding: 1px;
}

.mf-radio {
padding: 1px;
}

#mailformRadiotest {
border: none;
}

#mailformRadiotest legend {
display: none;
}

.mf-submit {
margin-left: 104px;
}

.csc-mailform-radio{}

#mailformradio{
border:0px;
display:block;
}

#mailformradio input{
float:left;
margin-top:4px;
}



/*Ende mailform*/

/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
	width: 100%;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}
