/* TEMPLATE CONTENT STYLES * * * * * * * * * * * * * * */

@import "template_design.css";
@import "galery_styles.css";

* {
	font-family:verdana, sans-serif;
	font-size:11px;
	color:#003333;
	margin:0;
	padding:0;
}


/** NAVIGATION */
ul.jflanguageselection * {
	text-decoration:none;
}
ul.jflanguageselection li a span,
a.mainlevel {
	font-weight:bold;
	margin-right:20px;
}
li#active_language a span,
a#active_menu {
	color:#114444;
}

ul.jflanguageselection li a:link span,
ul.jflanguageselection li a:visited span,
a.mainlevel:link, 
a.mainlevel:visited {
	text-decoration:none;
	color:#FFFFFF;
}
ul.jflanguageselection li a:hover span,
ul.jflanguageselection li a:active span,
a.mainlevel:hover, 
a.mainlevel:active {
	text-decoration:none;
	color:#003333;
}


/** MAINBODY */
td.contentheading,
div.componentheading {
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

ul {
	padding-left:12px;
	padding-right:12px;
}

p, img, ul {
	margin-bottom:10px;
}

table.contentpaneopen td img {
	border:1px solid #003333;
}
/* REFERENZEN * * * * * * * * * * * * * * * * * */
table#tbl_partner_white,
table#tbl_references {
	width:591px !important;
	border-bottom:1px solid #77AAAA !important;
}
table#tbl_partner_white td img {
	border:none;
}
table#tbl_partner_white td,
table#tbl_references td {
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #77AAAA;
}

table#tbl_partner_white td {
	background:#FFFFFF;
}
/* CONTACT FORM * * * * * * * * * * * * * * * * * */
table.contentpane table {
	padding-bottom:5px;
}


div.contact_email .inputbox {
	width:300px;
	float:right;
	margin-bottom:5px;
}
div.contact_email label {
	float:left;
	margin-bottom:8px;
}
form#emailForm {
	width:450px;
	margin-top:10px;
}

input#contact_email_copy {
	float:left;
	margin-left:150px;
	margin-right:5px;
}

div.contact_email input.button {
	margin-left:150px;
}
div.contact_email br {
	clear:both;
	margin-bottom:5px;
}
