@import 'powermail.css';

* {
	margin:0;
	padding:0;
}

h1 {
	font-size:16px;
	color:#FF0;
	padding: 0 0 10px 0;
}
h2 {
	font-size:14px;
}
img {
	border:none;
}
img a{
	border:none;
}
.tx-srfreecap-pi2-image {
	display:block;
	padding:10px 0 10px 0;
}
.captcha {
	text-align:left;
}
html { 
	height: 100%;
}
.clear {
	clear:both;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg-3.jpg);
	background-repeat: no-repeat;
    background-position:top center; 
	margin: 0px 0 0 0;
}
#container_top {
	width: 826px;
	padding: 0px 32px 0px 32px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#ccc;
	background-image:url(images/container_3column_top.png);
	background-repeat:no-repeat;
	height:438px;
}
#container_main {
	width: 826px;
	padding: 0px 32px 0px 32px;
	height: 100%;
	position:relative;
	display:block;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#ccc;
	background-image:url(images/container_3column_bg.png);
}
#container_footer {
	width: 826px;
	height:42px;
	padding: 0px 32px 0px 32px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#ccc;
	background-image:url(images/container_3column_footer.png);
	background-repeat:no-repeat;
}
#meta {
	height:41px
}
#headermenu {
	text-align:right;
	font-size:10px;
	padding: 15px 20px 0 0;
}
#headermenu a{
	text-decoration:none;
}
#headermenu li {
	display:inline;
	padding-left:10px;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:120px;
}
#logo {
	float:left;
	width:400px;
	height:100px;
	padding: 10px 0 10px 20px;
}
#subscribe {
	padding: 10px 0 0 0;
	float:right;
	width:300px;
	height:72px;
}
#subscribe p{
	color:#fff;
}
#subscribe input{
	margin: 5px 0 0 0;
}
#subscribe form{
	text-align:right;
	margin:0 20px 0 0;
}
.submit {
	margin: 100px 0 0 0;
}
#topnav {
	float:right;
	width:350px;
	height:30px;
	margin:13px 0 0 0;
	font-size:18px;
	font-weight:lighter;
	text-align:right;
	vertical-align: text-bottom;
}
#topnav ul {
	padding-right:20px;
}
#topnav li {
	display:inline;
	padding-left:10px;
}
#topnav a {
	text-decoration:none;
}
#mainnav {
	font-size:14px;
	font-weight:lighter;
	height:23px;
	margin:20px 0 0 0;
	text-align:right;
}
#mainnav ul {
	padding-right:20px;
}
#mainnav li {
	display:inline;
	color: #EDEDED;
}
#mainnav a {
	padding: 5px;
	text-decoration:none;
}
#cur a {
	padding: 5px;
	background-color:#FF0;
	color:#000;
	text-decoration:none;
}
#flash {
	margin: 0 0 0 0px;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#left {
	float:left;
	position:relative;
	width:160px;
	padding:10px 20px 20px 20px;
	font-size:11px;
}
#left h1 {
	font-size:18px;
	font-weight:lighter;
	padding: 0 0 20px 0;
}
#left h3 {
	font-size:12px;
}
#left a {
	text-decoration:none;
}
#right {
	float:right;
	position:relative;
	width:160px;
	padding:10px 20px 20px 20px;
	font-size:11px;
	text-align:center;
}
#right h1 {
	font-size:18px;
	font-weight:lighter;
	padding: 0 0 15px 0;
}
#right h3 {
	font-size:14px;
}
#right a {
	text-decoration:none;
}
#content {
	position:relative;
	display:block;
	height:1%;
	margin-left:200px;
	padding:10px 20px 20px 20px;
	width:385px;
	overflow:auto;
}
#footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	color: #fff;
}
a:link {
	color: #fff;
	border:none;
	text-decoration:none;
}
a:visited {
	color: #fff;
	border:none;
	text-decoration:none;
}
a:hover {
	color: #ff0;
	border:none;
	text-decoration:none;
}
a:active {
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
	text-decoration:none;
}
.header-24px-white {
	font-size: 20px;
	color: #FFF;
}
.white-text {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.red-text {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}
.arial14px {
	font-size: 14px;
	color: #FFF;
}
.arial14pxyel {
	font-size: 14px;
	color: #FF0;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.liquidforce.com/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.liquidforce.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.liquidforce.com/images/nextlabel.gif) right 15% no-repeat; }
	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
input, select, textarea { color:#666; }
.input_group { float:left;}
.Bereich, .Feld { background-color:#fff; height:19px;}
.Auswahl { background-color:#dff; width:300px; border:6px solid #ddd; }
.Check, .Radio { background-color:#ddff; border:1px solid #ddd; }
.Button { padding:0px 0 0 10px;}

DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; padding:0 10px 10px 0; }

.mehr {
	margin: 10px 0 25px 0;
}
.csc-mailform {
	border:none;
}
#mailformName, #mailformStrasse {
	margin: 0 0 0 40px;
}

.csc-uploads-icon img {
	padding: 0 5px 0 0;
}

.csc-textpic-text ul{
	padding: 0 0 0 15px;
}

div#content ul{
	padding: 0 0 0 15px;
}
