@charset "utf-8";

/* Logo auswaehlen 
div#logo { background-image:url(../img/logo_localizations.png); }
div#logo { background-image:url(../img/logo_translations.png); } */
/* Zentrierung einstellen (Default 984 / 84) 
div#center { width:984px; }
div#centespace-right { width:84px; } */
/* Breite Metanavi
div#metanavi { width:228px; } */


html,body {
	height:100%;
	width:100%;
	overflow:hidden;
}
body { 
	margin:0; 
  	padding:0;
	background-color:#ececec;
	text-align:left;
  	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	color:#ececec;
	line-height:17px;
}
html,body {
	background-color:#ececec;
	height:100%;	
}
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
img.source-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
#copy a {
	text-decoration:underline;
	color:#dcdcdc;
	border:none;
	outline:none;
}
#copy a:hover {
	text-decoration:none;
	background-color:#dbdbdb;
	color:#292929;
}
#copy p a,
#copy p a:hover {
	padding:0 1px;
}
#copy ul {
	font-size:12px;
	margin-left:15px;
	margin-bottom:15px;
}
p {
	margin-bottom:16px;
}
h1, h2, h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:16px;
}

/* Layout
------------------------------*/
div#center {
	position:relative;
	margin:0 auto;
	z-index:10;
	/*height:1000px;
	background:red;*/
}
div#centespace-right {
	float:right;
	/*background:green;*/
}
div#wrapper-all {
	width:900px;
	float:right;
	/*background:blue;*/
}
div#wrapper-top {
	position:relative;
}
div#content-left {
	float:left;
	/* width:218px; ausgelagert in die T3 Constants */
	margin-top:50px;
	text-align:right;
	z-index:25;
}
div#content-right {
	float:left;
	/*width:232px; ausgelagert in die T3 Constants */
	margin-top:50px;
	z-index:35;
	overflow:visible;
	position:relative;
	
}
div#content-right {
	position:relative;
}
div.rightnav-inner {
	position:absolute;
	top:0px;
	left:0px;
}
div#content {
	float:left;
	width:450px;
	min-height:240px;
	-height:240px;
}
div#copy {
	padding:7px 9px 1px 9px;
	background-color:#292929;
	z-index:30;
	margin-bottom:10px;
	/* Fast Hack fuer min-Height cross Browser */
	min-height:240px;
	height:auto !important;
	height:240px;
}
div#logo {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background-repeat:no-repeat;
}
div#metanavi {
	position:absolute;
	top:14px;
	right:10px;
	z-index:90;
}
div#metanavi img {
	float:right;
}
#languagemenu {
	position:absolute;
	z-index:1000;
	top:38px;
	width:228px;
}
#languagemenu img {
	clear:both;
		float:right !important;
}
div#head-image {
	/*margin-left:176px; ausgelagert in die T3 Constants */
	z-index:20;
}	
div#headline {
	/*margin-left:218px; ausgelagert in die T3 Constants */
	z-index:22;
	background:url(../img/bg_headline.gif) repeat-y;
}
div.clearer-10 {
	clear:both;
	height:10px;
	display:none;
}

/* Introseite
------------------------------*/
div#wrapper-scroll-imagescale {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:auto;
	z-index:1000;
}
div.intro-headspace {
	height:130px;
/*	height:220px;*/
}
/* Formular
------------------------------*/

form {
	margin-top:28px;
}
input, textarea {
	border:0;
}

.inputBG{
	background-color:#5d5e5f;
	color:#ececec;
}

select {
	width:142px;
	height:20px;
	border:0;
}
button {
/*	background-color:#fff;*/
	margin:1px 0 0 31px;
}
div.input-box {
	height:29px;
	width:435px;
	clear:both;
}
div.textarea-box {
	height:86px;
	width:435px;
}
div.label {
	float:left;
	width:157px;
}
div.label-bold {
	float:left;
	width:157px;	
	font-weight:bold;
}
div.wrapperleft{
  width:274px;
  float:right;
}
div.dropdown {
	float:left;
	margin:1px 1px 0 0;
}
div.form-input,
div.form-input-mittel,
div.form-input-klein,
div.form-input-absenden {
	float:right;
	margin-right:1px;
}
div.form-input-mittel {
	margin-right:7px; 
}
div.form-input-klein {
	
}
div.info-link {
	float:right;
	margin:1px 1px 0 0;
}
div.form-input input {
	width:274px;
	height:20px;
}
div.form-input-mittel input {
	width:242px;
	height:20px;
}
div.form-input-klein input {
	width:122px;
	height:20px;
}
div.form-input textarea {
	width:274px;
	height:77px;
}
div.form-input button {
	width:99px;
	height:20px;
	font-size:11px;
}
div.form-input-absenden button {
	width:144px;
	height:20px;
	font-size:12px;
}

input.submitButton{
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
}

input#radioBox{
  width:20px;
  background-color:none;
}

input#checkBox{
  width:20px;
  background-color:none;
}

div.wrapperright{
  width:274px;
  float:left;
}

.error {
	color:#d01038 !important;
}

.eindrittel{
  width:80px;
  height:20px;
}

.zweidrittel{
  width:185px;
  height:20px;
}

/* Backend Edit-Icons fuer
   Seiteneigenschaften unterbinden
-----------------------------------*/

img.frontEndEditIcons {
	visibility:hidden;
}
.wrapper img.frontEndEditIcons {
	visibility:visible;
}

