/* Layout Elements */
body,html {
	height: 100%;
    min-height: 400px; /* For Mozilla/Opera/Safari */
}
 
body {
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #494949;
	background-color: #FFFFFF;
	
}


.hSpacer {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #494949;
	width: 100%;
}

td {
	vertical-align:top;
}

#outerContainer {
	position: relative;
	width: 980px;
	height: auto;
	overflow: visible;
	margin: 0 auto;
}

#headerContainer {
	width: 100%;
	height: 60px;
	float: left;
	margin: 30px 0;
}
#headerContainer .logo{
	width: 165px;
	height: 60px;
	background-image: url('../images/site/layout/public_header-logo.png');	
	float: left;
}
#headerContainer .topRight{
	width: 420px;
	height: 60px;
	background-image: url('../images/site/layout/public_header-imgs.png');	
	float: right;
}
#footerContainer {
	width: 98%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #009ee0;
	padding: 1%;
	float: left;
	text-align: right;
}
#footerAdress {
	width: 100%;
	font-size: 0.65em;
	margin: 5px 0 20px 0;
	float: left;
}

#content {
	display: block;
	width: 980px;
	height: auto;
	float: left;
	border-bottom: 5px solid #ffffff;
	background-color: #fafafa;
/*	background-image: url('../images/site/layout/public_bg-col-fakey2.png');	*/
}
#content .header2col {
	width: 555px;
	height: 10px;
	font-size: 0.7em;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	background-color: #494949;
	padding: 2px;

}
#content .block2col {
	width: 535px;
	height: auto;
	padding: 10px;
	padding-bottom: 20px;
}
#content .vSpacer {
	height: 5px;
	width: 5px;
	float: left;
}

#col1 {
	width: 190px;
	float: left;
	background-color: #c1f1ff;

}
#col1 .block {
	width: 170px;
	padding: 10px;
	padding-bottom: 20px;
}
#col1 .header {
	width: 186px;
	height: auto;
	font-size: 0.7em;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	background-color: #009ee0;
	padding: 2px;
}

#col2 {
	width: 590px;
	height: 100%;
	float: left;
	border-left: 5px solid white;
	border-right: 5px solid white;
}
#col2 .block {
	width: 96%;
	padding: 2%;
	display: block;
	float: left;
}
#col2 .header {
	font-size: 0.7em;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	background-color: #009ee0;
	padding: 2px;
	float: left;
	width: 586px;
}

#sidebar {
	width: 190px;
	height: auto;
	float: left;
}

div.sidebarItem {
	width: 190px;
	height: auto;
	float: left;
	background-color: #c1f1ff;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
div.sidebarItem .block {
	width: 180px;
	padding: 5px;
	height: auto;
	margin-bottom: 5px;
}
div.sidebarItem .header {
	width: 186px;
	height: auto;
	font-size: 0.7em;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	background-color: #009ee0;
	padding: 2px;
}

#colCatalogIndex {
	width: 540px;
	float: left;
}
#colCatalogIndexHeader {
	width: 540px;
	padding: 10px;
	background-color: #494949;
	color: #FFFFFF;
	font-weight: bold;
}
#colCatalogIndexOverview {
	width: 540px;
	padding: 10px;
}

/* boxes */

div.productOverviewBox {
	width: 120px;
	height: 165px;
	float: left;
	background-color:#c1f1ff;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #009ee0
}
div.productOverviewBox:hover {
	background-color:#e9f9ff;
	border: 1px solid #009ee0
}

div.productOverviewBox .image {
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
}
div.productOverviewBox .section {
	vertical-align: middle;
	text-align: center;
	margin-top: 10px;
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
}
div.productOverviewBox .section a:link {
	color: #494949;
}
div.productOverviewBox .section a:visited {
	color: #494949;
}
div.productOverviewBox .section a:active {
	color: #494949;
}
div.productOverviewBox .section a:hover {
	color: #494949;
	background: none;
}

div.productFrontBox {
	float:left;
	width:45%; 
	height:210px;
	min-height:190px;
	padding: 2%;
	margin: 0 1% 1% 0;
	background-color:#eee;
}

div.listItem {
	float: left;
	padding: 10px 5px;

}


/* typography */

a {
	text-decoration:none;
	color: #009ee0;
}

a:link {
	color: #009ee0;
}
a:active {
	color: #009ee0;
}
a:visited {
	color: #009ee0;
}
a:hover {
	background-color: #009ee0;
	color: #FFFFFF;
}

/* language selector / sidebar */
div.langSelect {
	width: 26px;
	float: left;
}
div.langSelect img {
	border: 1px solid #494949;
}
div.langSelect img:hover {
	border: 1px solid #FF0000;
}

div.langSelect a {
	background: none;
	border: none;
}
div.langSelect a:link {
	background: none;
	border: none;
}
div.langSelect a:hover {
	background: none;
	border: none;
}



.title, h1 {
	font-size: 1.4em;
	font-weight: bold;
	display:block;
	padding-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	display:block;
}
.subtitle {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 15px;
}
.subtitleAlternate {
	font-weight:bold;
	font-size:large;
	display:block;
}
.date {
	font-size: 0.7em;
	color: #009ee0;
	font-weight: bold;
}
.textOverview {
	font-size: 0.9em;
	line-height: 1.4em;
}
.text {
	line-height: 1.4em;
}
.smallTextBold {
	font-size:0.75em;
	font-weight:bold;
}
.smallText {
	font-size:0.75em;
}

.readMore {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.pagesetter, .pagesetterTotal {
	border-top: 1px solid #494949;
	padding: 3px;
	display: block;
	text-align:center;
}
.pagesetterTotal {
	border-top: none;
	font-size: 0.7em;
	font-weight: bold;
}

.pagesetterCurrent {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

/* verbose */
.verboseOk {
	font-weight: bold;
	color:#009900;
	margin-bottom: 50px;
	margin-top: 20px;
}
.verboseHint {
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 50px;
	margin-top: 20px;
}
.verboseError {
	font-weight: bold;
	color:#DD1100;
	margin-bottom: 50px;
	margin-top: 20px;
}


/*

Navigation

*/


/* BLOCK 2 - navigation oben links */
div.block2Item {
	width: 155px;
	border-bottom:1px #ffffff solid;
	border-top:1px #ffffff solid;
}
div.block2Item a {
	border-top:1px #ffffff solid;
	padding: 2px;
	display: block;
	color:#494949;
	width: 100%;
	text-decoration:none;
	margin-top: -1px;
}


div.block2Item .separator {
	display: none;
	visibility: hidden;
}
div.block2Item a:visited {
	color:#494949;
	text-decoration:none;
}
div.block2Item a:hover {
	text-decoration:none;
	background-color: #e9f9ff;
}
div.block2Item a:active {
	text-decoration:none;
}
div.block2ItemNavLevel1 {
	margin-left: 0px;
}
div.block2ItemNavLevel2 {
	margin-left: 10px;
}
div.block2ItemSelectedNavLevel1 {
	margin-left: 0px;
	background-color: #e9f9ff;
}


div.block2ItemSelectedNavLevel2 {
	margin-left: 10px;
	background-color: #e9f9ff;
}

/* BLOCK 1 - navigation oben links */
div.block1Item {
	width: 155px;
	border-bottom:1px #ffffff solid;
	border-top:1px #ffffff solid;
}
div.block1Item a {
	border-top:1px #ffffff solid;
	padding: 2px;
	display: block;
	color:#494949;
	width: 100%;
	text-decoration:none;
	margin-top: -1px;
}


div.block1Item .separator {
	display: none;
	visibility: hidden;
}
div.block1Item a:visited {
	color:#494949;
	text-decoration:none;
}
div.block1Item a:hover {
	text-decoration:none;
	background-color: #e9f9ff;
}
div.block1Item a:active {
	text-decoration:none;
}
div.block1ItemNavLevel1 {
	margin-left: 0px;
}
div.block1ItemNavLevel2 {
	margin-left: 10px;
}
div.block1ItemSelectedNavLevel1 {
	margin-left: 0px;
	background-color: #e9f9ff;

}
div.block1ItemSelectedNavLevel2 {
	margin-left: 10px;
	background-color: #e9f9ff;

}


/*div tables */
div.dataTable {
	height: auto;
	border: 1px solid #FFFFFF;
	float: left;
	width: 98%;
}
div.dataTable .dataRowHeader {
	font-size: 0.8em;
	font-weight: bold;
	padding: 1%;
	width: 98%;
	background-color: #FFFFFF;
	color: #009ee0;
	text-transform:uppercase;
	display: block;
	float: left;
	clear: both;

}
div.dataTable .dataRowHeader a {
	padding: 0;
}
div.dataRow1,
div.dataRow2 {
	padding: 2%;
	width: 96%;
	float: left;
	display: blocK;
}

.dataRow1 {
	background-color: #e0e0e0;
}
.dataRow2 {
	background-color: #f0f0f0;
}

div.dataRowFront {
	width: 28%;
	margin: 0 1% 1% 0;
	min-height: 140px;
	height: 140px;
}
div.dataRowOverview {
	width: 28%;
	margin: 0 1% 1% 0;
	min-height: 150px;
	height: 150px;
}

div.dataTable .dataRowTitle {
	font-weight:bold;
}

div.dataTable .dataRow2 a,div.dataTable .dataRow1 a {
	padding: 1px;
	color: #000000;
	display: block;
}
div.dataTable .dataRow2 a:hover,div.dataTable .dataRow1 a:hover {
	color: #FFFFFF;
	background-color: #009ee0;
}
div.pdflist {

background-image:url('/images/site/icons/pdf.gif');
background-position: top left;
background-repeat: no-repeat;
padding-left: 15%;
padding-bottom: 10px;

}

div.col2item {
	width: 534px !important;
}

div.dataTable sidebar {
	width: 98%;
	padding: 1%;
}
div.dataTable sidebar a:link {
	font-size: 15px;
}

/* <table> */

.tableHeader {
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background-color: #494949;
	padding: 2px;
}


/* general alignment/layout tweaks text/img whatever */

#floatRight, .floatRight {
	float: right;
}
#floatLeft, .floatLeft {
	float: left;
}
#alignRight, .alignRight {
	text-align: right;
}
#alignLeft, .alignLeft {
	text-align: left;
}
.spacerRight {
	margin-right: 10px;
}
.spacerLeft {
	margin-left: 10px;
}
.spacerBottom {
	margin-bottom: 10px;
}
.spacerTop {
	margin-top: 10px;
}
.spacerPadding {
	padding: 4% 0;
}
.displayBlock {
	display: block;
}
div.clear {
	clear: both;
	display: block;
	width: 100%;
}
div.clearRight {
	clear: right;
}
.w100p {
	width: 100%;
}
.w85p {
	width: 85%;
}
.w80p {
	width: 80%;
}
.w60p {
	width: 60%;
}
.w30p {
	width: 30%;
}
.w20p {
	width: 20%;
}
.w10p {
	width: 10%;
}
.h90px {
	height: 90px;
}
.h30px {
	height: 30px;
}
.h20px {
	height: 20px;
}

.blockborder {
	border-bottom:5px solid #FFFFFF;
}
.borderBottom {
	border-bottom:1px solid #FFFFFF;
	margin: 5px 0px;
}
.borderBottomLarge {
	border-bottom:5px solid #FFFFFF;
}



/* images */

img {
	border: none;
}
.langiconCurrent {
	border: 1px solid #e9f9ff;
}
.langicon {
	border: 1px solid #494949;
}
.thumbnail {
	background: none;
	display: inline;
}
a.thumbnail:link {
	background: none !important;
	display: inline !important;
}
a.thumbnail img {
	border: 1px solid #009ee0 !important;
	padding:0 !important;
	margin:0 !important;
}
a.thumbnail img:hover {
	border: 1px solid #ffffff !important;
	background: none !important;
}
a.thumbnail:hover {
	border: none !important;
	background: none !important;
	display: inline !important;
}

img.imageArticle {
 border:1px solid #009ee0;
}

img.imageArticle:hover {
 border:1px solid #fff;
}

.lightwindow:hover {
	background: none;
}

/* forms */

input,textarea {
	border: solid #494949 1px;
	font-family:"Courier New", Courier, monospace;
	font-size: 0.9em;
	padding-left: 3px;

}
.inputSmall {
	width: 40px;
}

.formInputSearch {
	width: 130px;
	padding: 2px;
}
.formInputImage {
	border: none;
	margin: 0;
	padding: 0;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #fff;
	color : #880000;
	font-size: 14px;
}

.custom-advice {
	margin: 5px 0;
	padding: 3px;
	background-color: #C8AA00;
	color : #FFF;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: normal;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}