﻿/* CSS Dutchie Gold: Standard Web */


/* ////////// ALLGEMEINE HTML-TAGS /////////*/
html, *+html {height:100%;}

body {
 height:100%;
 margin:0%;
 padding:0%;
 font-size:12px;
 font-family: Arial,Helvetica,Sans-serif; 
 color:FFFFFF;
 background-color:#41463A;
 background-image:url(../images/bg.jpg);

 /* Zentrierung der Seite für IE  */
 text-align: center;
}

div {
 margin:0%;
 padding:0%;
}

div#content h1,
h1 {
    margin:0px;
    padding:0px;
	margin-bottom:12px;
    font-size:14px;
    font-weight:bold;
    line-height: normal;
    text-decoration: none;
    color:#FECB18;
}

h1.content {
	font-size:14px;
	margin-bottom:12px;
	padding:0;
	color:#FECB18;
}


h2 {
 margin: 0px;
 font-size:12px;
 font-weight:bold;
 color:#FECB18;
}

 h3 {
 font-size:12px;
 font-weight:bold;
 color:#FFFFFF;

}

 h4{
 font-size:14px;
 font-weight:bold;
}

 h5 {
 font-size:12px;
 font-weight:bold;
}

 h6 {
 font-size:12px;
 font-weight:normal;
 color:rgb(226,0,26);

}

p {
width:620px;
}

p.align-center {
text-align:center;
}


b, strong, p strong {
 font-size:12px;
 font-weight:bold;
 color:#FFFFFF;
}



font {
 font-size:12px;
 color:#FFFFFF;
}

span {
 font-size:12px;
 color:#FFFFFF;
}


.main_content ul {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 18px;
	padding: 0px;
	line-height: 22px;
	

}


/* ////////// --/ENDE--  ALLGEMEINE HTML-TAGS /////////*/

/* DER GLOBALE KASTEN; DER ALLES UMSCHLIESST */

div#all {
	 margin:0 auto;
	 padding: 0px;
	 margin-top: 10px;
	 margin-bottom: 20px;
	 height:auto;
	 /*height: 500px;*/
	 width:682px;
	 color:#FFFFFF;
	 text-align: left;
	 background-color:#155F2A;
}

/* DER OBERE KASTEN; UMSCHLIESST OBERERES BILD, SERVICENAVI, HAUPTNAVI 1.EBENE */
div#topbox {
	 position:relative;
	 top:4px;
	 left:6px;
	 margin:0px;
	 padding:0px;
	 width:670px;
	 height:213px;
	 text-align: left;
	
}

div#topbox_upper {
	 position:relative;
	 margin:0px;
	 padding:0px;
	 width:670px;
	 height:26px;
	 background-color:#f4f4f4;
}

div#topbox_lower {
	 position:relative;
	 margin:0px;
	 padding:0px;
	 width:670px;
	 height:213px;
	 background-image:url('../images/official_pic.jpg');
	 background-repeat:no-repeat;
	 background-position:0px 0px;
	 background-color:#155F2A;
	 z-index:2;
}



/* DER MITTLERE KASTEN; UMSCHLIESST DEN HAUPTCONTENT */
div#middlebox {
	 position:relative;
	 top:4px;
	 left:6px;
	 margin:0px;
	 padding:0px;
	 width:670px;
	 height:auto;
	 background-color:#155F2A;
	 z-index: 1;
}



div#middlebox_right { 
	 position:relative;
	 float:left;
	 top: 0px;
	 left: 0px;
	 margin:0px;
	 padding:0px;
	 width:670px;
	 background-color:transparent;
	 z-index: 1;
}

div#middlebox_right_top{
	 margin:0px;
	 padding:0px;
	 width:670px;
	 height:100px;
	/* background-color: #FF6699;*/
	 background-color:transparent;
	 z-index: 1;
}



/* DER CONTENT-KASTEN; UMSCHLIESST DEN HAUPTTEIL  */

div#contentbox {
	 margin:0px;
	 padding:0px;
	 margin-top: 30px;
	 padding-left: 24px;
	 width:646px;
	 height: auto;
	 min-height: 420px;
	 line-height: 17px;
	 background-color: transparent;
	 z-index: 1;
}


div#contentbox ul {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 18px;
	padding: 0px;
	line-height: 22px;
}


div#contentbox DIV.csc-textpic-intext-right {
	width: 420px;
}

div#contentbox DIV.csc-textpic-intext-right DIV.csc-textpic-text {
	margin:0px;
	padding:0px;
	margin-top: -20px;
	
}

div#contentbox DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap{
	margin:0px;
	padding:0px;
	margin-top: 30px;
}

/* CODES FÜR TABELLEN ### z.B. Releases, Linx */
table.contenttable td {
	/*border: 1px solid #FFFFFF;
	background-color:#CC6600;*/
	height: 20px !important;
 
} 

table.contenttable p {
	margin:0px;
	padding:0px;
	width: auto;
}

/* ENDE - - CODES FÜR TABELLEN ### */

/* CODES FÜR IMGAGE LINKS /DOWNLOAD ### */

.download IMG { 
	border: 0px; 
	margin-left: -30px;
	margin-right: 15px;
}

/* CODES FÜR IMGAGE LINKS /PIX ### */
div#pix ul li a {
	cursor: url('../images/lupe.cur'), pointer;
	/*cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; */
}

*+html div#pix ul li a {
	cursor: url('../images/lupe.cur'), pointer;	
}

/* ENDE - - CODES FÜR IMGAGE LINKS /DOWNLOAD ### */


/* CODES FÜR MAILFORM  */

form#contactform_dutchie{ width: 430px; }

form#contactform_dutchie .powermail_submit_uid4 { cursor: pointer !important; }

/* ENDE - - CODES FÜR MAILFORM  */

div#bottom_padding {
	height: 40px;
	width: 20px;
	background-color: transparent;
	
}

/* CODES SPEZIELLE CONTAINER */
div#c14 {
	/*CONTACT ADDRESS*/
	position:absolute;
	top: 0px;
	left: 460px;
	/*background-color:#0099FF;*/
	width: 200px;
	line-height: 14px;
}

div#c14 p { width: 200px; }

div#c15 {
	/*MISSION PLAYER*/
	position:absolute;
	top: 80px;
	left: 280px;
	/*background-color:#0099FF;*/
	width: 330px;
}


div#spacer {
	left:6px;
	margin:0px;
	padding:0px;
	height: 20px;
	background-color: transparent;

}

/* DER UNTERE KASTEN; UMSCHLIESST DIE SERVICENAVI, COPYRIGHT */
div#bottombox {
	 /*margin-top: 10px;*/
	 left:6px;
	 margin:0 auto;
	 margin-top: -20px;
	 padding:0px;
	 width:670px;
	 height:40px;
	 color: #FFFFFF;
	 background-color: transparent;
}

div#copy {
	position:relative;
	float:left;
	margin:0px;
    padding:0px;
	margin-left:24px;
	height: 20px;
	line-height:20px;
	text-align:left;
	width:100px;		
}

div#networks {
	position:relative;
	float:right;
	margin:0px;
	margin-top: 0px;
    padding:0px;
	height: 20px;
	text-align:left;
	width:20px;		
}

div#additionalnavi {
	position:relative;
	float:right;
	margin:0px;
    padding:0px;
	margin-right:20px;
	height: 20px;
	line-height:20px;
	text-align:right;
	font-size:11px;
	color:#FFFFFF;
	width:170px;
}

/* POWERMAIL CONFIG */

/*Captcha Zusatz-CSS*/
img.tx-srfreecap-pi2-image {
	margin:10px 200px 10px 100px; /*top, right, bottom, left*/
    padding:0px;
}

.tx-srfreecap-pi2-cant-read {
	color:#FFFFFF;
	font-size:12px;
	margin-left: 100px;
}



/*Confirmation Zusatz-CSS*/
div.tx-powermail-pi1_confirmation p { font-weight:bold; color:#FECB18;}

table.powermail_all tr td.powermail_all_label{ font-weight:bold;}

form.tx_powermail_pi1_formconfirmation_back {
	position:relative;
	float:left;
	max-width: 120px;
	margin-right: 10px;
}

tx_powermail_pi1_formconfirmation_submit {
	position:relative;
	float:left;
}

input.tx-powermail-pi1_confirmation_back {
	/* Back button */
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	background-color: #85211F;
	color: #FFFFFF;
	border: 1px solid  #666666;
	cursor:pointer;
}

input.tx-powermail-pi1_confirmation_submit {
	/* Submit button */
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	background-color: #85211F;
	color: #FFFFFF;
	border: 1px solid  #666666;
	cursor:pointer;
}

tr.powermail_all_tr_uid5{
	visibility:hidden;
}

/* ENDE --- POWERMAIL CONFIG */

