
/********************************
 *  (c) exconcept
 *  All rights reserved
 *  www.exconcept.de / info@exconcept.de
 *
 * Author: Marco Rieder <mr@exconcept.de> / exconcept 2010
 * Modified: Marco Rieder <mr@becklyn.com> / Becklyn GmbH
 ********************************/

div#maincontent {
	float:left;
	width:480px;
	padding:0px;
	height:735px;
	padding-bottom:6px;
	margin-right:10px;
	
	background-image:url(../../images/opacity-white-10.png);
	background-repeat:repeat;
}

div#maincontent div {
	margin-bottom:10px;
}

div#maincontent h1 {
	padding-top:0px;
	padding-bottom:0px;
	
	font-size:20pt;
	
	color:#349931;
}

div#maincontent h2 {
	padding-top:10px;
	padding-bottom:0px;
	
	font-size:15pt;
	
	color:#349931;
}

div#maincontent h3 {
	padding-top:0px;
	padding-bottom:0px;
	
	font-size:13pt;
}

div#maincontent p {
	margin-top:5px;
	margin-bottom:10px;
}




/* search form */
form#searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
	margin-bottom:10px;
}

form#searchform input.searchbox { 
	margin: 0; 
	width: 110px;
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #333; 
	height: 20px;
	vertical-align: top;
}

form#searchform input.searchbox-submit { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/* Divider */
div.divider {
	margin-top:20px;
	margin-bottom:20px;
	height:1px;
	background-color:#777777;
}

div.divider hr {
	display:none;
}

/* Images */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption  {
	font-size:8pt;
	color:#444444;
	margin-bottom:8px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:0px;
}

/* Tables */
div#maincontent table {
	
}

div#maincontent table tr {
	padding-top:2px;
}

div#maincontent table tr td {
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
}

/*	Tables
------------------------------ */

table { 
	border-collapse: collapse; width: 100%; 
}
table th, table td { 
	vertical-align: top; 
}
table th { 
	background: #f4f4f4; 
}


table.styled1 {width:100%; border-collapse:collapse; empty-cells:show; text-align:left; font-size:100%;}
table.styled1 tr {background:#f1f1f1;}
table.styled1 tr.tr-even {background:#ffffff;}
table.styled1 tr.tr-odd {background:#F5F5F5;}
table.styled1 tr.tr-0,table.contenttable thead tr {color:white; background:#FF9900; font-weight:bold;}
table.styled1 td, table.contenttable th{padding:7px; border:1px solid #CCCCCC;}
table.styled1 tr.tr-0 td, table.contenttable thead tr th { border:1px solid #A0522D; background:#FF9900 none repeat scroll 0 0; }


.startlink {
	position:absolute;
	display:block;
	height:500px;
	width:140px;
	margin-left:20px;
	margin-top:130px;
}
 
 
 
 

/* form elements */
.csc-mailform {
	margin-top:10px;
	margin-bottom:10px;
	border:none;
	width:302px;
	color:#ffffff;
}

.csc-mailform label {
	width:200px;
	margin-bottom:3px;
	margin-top:7px;
}

.csc-mailform input {
	border:1px solid #ffffff;
	background-color:transparent;
	width:300px;
	color:#ffffff;
	height:20px;
}

.csc-mailform input[type="submit"] {
	width:100px;
	float:right;
}

.csc-mailform select, select {
	border:1px solid #ffffff;
	background-color:#296633;
	width:302px;
	color:#ffffff; 
	height:20px;
}

.csc-mailform textarea {
	border:1px solid #ffffff;
	background-color:transparent;
	width:300px;
	color:#ffffff;
}

.csc-mailform span.fail {
	font-size:8pt;
	color:#ff0000;
}











