@charset "UTF-8";

/**
 * Typography 
 *
 */

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight: 100;
}

h1{
	font-size: 18pt;
	margin: 0 0 10px 0;
}
h2{
	font-size: 16pt;
	margin: 0 0 10px 0;
}
h3{
	font-size: 14pt;
	margin: 0 0 5px 0;
}
h4{
	font-size: 12pt;
	margin: 0 0 10px 0;
}
h5{
	font-size: 14pt;
	margin: 0 0 10px 0;
	font-style: italic;
}
h6{
	font-size: 12pt;
	margin: 0 0 10px 0;
	font-style: italic;
}

p{
	font-size: 12px;
	line-height: 16px;
}

label{
	font-size: 11px;
}





/**
 * HTML Elements 
 *
 */

body{
	background: #000000 url(../gfx/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a{
	color: #ff6633;
	text-decoration: none;
}

a:hover{
	color: #999999;
	text-decoration: underline;
}








/**
 * Div ID 
 *
 */

#wrapper{
	width: 960px;
	margin: 0 auto;
	background: url(../gfx/canvas.png);
}

#header{
	background: #000000;
	width: 960px;
	height: 199px;
	margin: 0 auto;
}

#langsel{
	width: auto;
	height: auto;
	max-height: 50px;
	margin: 10px 20px;
	position: absolute;
}

#langsel a{
	margin: 0 10px 0 0;
}

#topimage{
	height: 199px;
	width: 960px;
}

#topimage img{
	max-width: 960px;
	max-height: 199px;
}

#logotype{
	height: 74px;
	width: 615px;
	position: relative;
	top: -90px;
	left: 20px;
	background: transparent url(../gfx/logotype.png);
}

#topbar{
	background: url(../gfx/menu.png) no-repeat scroll 0 0 transparent;
	height: 59px;
	margin: 0 -25px 20px;
	width: 1009px;
	
}

#menu{
	width: 725px;
	padding: 8px 0;
	margin: 0 0 0 30px;
	float: left;
}

#menu a{
	display: block;
	height: 17px;
	width: auto;
	padding: 3px 10px 0 10px;
	float: left;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:hover{

}

#searchbox{
	float: right;
	margin: -3px 30px 0 0;
}

#searchbox input{
	margin: 5px 0 0 0;
	vertical-align: top;
}

#searchbox .inputfield{
	background: transparent url(../gfx/searchform.png);
	border: none;
	width: 151px;
	height: 22px;
	padding: 0 0 0 10px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content{
	min-height: 500px;
}

#footer{
	background: transparent url(../gfx/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 38px 0 0 0;
	height: 31px;
	width: 750px;
	margin: 0 auto;
	color: #666666;
	font-size: 8pt;
	clear: both;
	text-align: center;
}

#footer a{
	color: #ff6633;
	text-decoration: none;
}

#footer a:hover{
	color: #999999;
	text-decoration: underline;
}

#credits{
	margin: 15px auto 0 auto;
	text-align: center;
	font-size: 8pt;
	width: 750px;
	color: #999999;
}

#credits a{
	color: #999999;
}

#credits a:hover{
	color: #999999;
}


/** 
 * Div Class 
 *
 *
 */

.csc-frame-main{
	background: transparent url(../gfx/mainframe-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 0 0 10px 0;
	margin: 0 5px 10px 5px;
}


/**
 * TYPO3 BASIC CSS
 *
 *
 */
.csc-textpic-caption{
	font-size: 11px;
}

/**
 * TYPO3 Extensions 
 *
 *
 */
fieldset.tx-powermail-pi1_fieldset {
	/* Disable border */
	border: none;
}

.tx-powermail-pi1{
	margin: 0px;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* Style labels */
	display: block;
	width: 200px;
	float: left;
	clear: both;
}

fieldset.tx-powermail-pi1_fieldset input, fieldset.tx-powermail-pi1_fieldset select {
	/* Style input fields */
	width: 200px;
	border: none;
	border: 1px solid #d9d9d9;
	margin-left: 10px;
	padding: 2px;
}

fieldset.tx-powermail-pi1_fieldset textarea{
	/* Style input fields */
	width: 300px;
	min-height: 100px;
	border: 1px solid #d9d9d9;
	margin-left: 10px;
	font-family: Arial;
	font-size: 9pt;
	padding: 2px;
}

fieldset.tx-powermail-pi1_fieldset .powermail_submit{
	width: 100px;
}

div.tx_powermail_pi1_fieldwrap_html {
	/* Increase margin between every field */
	margin: 10px 0;
}

.tx-macinasearchbox-pi1{
	vertical-align: middle;
}
.tx-indexedsearch{
	font-size: 14px;
}
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr{
	font-size: 12px;
	line-height: 15px;
}
