/************************/
/* Layers positionieren */
/************************/

/* allgemein */
#MainLayer {
	position:absolute;
	width:824px;
	height:650px;
	left: 50%;
	top: 50px;
	margin: 0px 0 0 -408px;
	background-color: #FCFCFC;
	z-index:1;
}

#header {
	position:absolute;
	width:786px;
	height:78px;
	left: 18px;
	top: 18px;
	background-color: #FFF;
	z-index:2;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#menucontainer {
	position:absolute;
	width:204px;
	height:446px;
	background-color: #FFF;
	z-index:2;
	left: 18px;
	top: 108px;
}

#menu {
	position:absolute;
	width:184px;
	height:436px;
	z-index:2;
	left: 15px;
	top: 5px;
}

#infobox {
	position:absolute;
	width:204px;
	height:64px;
	background-color: #FFF;
	z-index:2;
	left: 18px;
	top: 566px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 6px;
}

#infobox_text {
	position:absolute;
	width:184px;
	height:35px;
	z-index:2;
	left: 15px;
	top: 14px;
}

#content, #content_TEST {
	position:absolute;
	width:570px;
	height:522px;
	z-index:2;
	left: 234px;
	top: 108px;

	/* background-color: #F7F7F7; */
	background: #F7F7F7; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FCFCFC 29%, #DDDDDD 70%, #B5B5B5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(29%,#FCFCFC), color-stop(70%,#DDDDDD), color-stop(100%,#B5B5B5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#B5B5B5',GradientType=0 ); /* ie */

	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 0px;
}

#actualcontent {
	position:absolute;
	width:550px;
	height:509px;
	z-index:5;
	left: 10px;
	top: 3px;
}

#logo {
	position:absolute;
	width:157px;
	height:50px;
	z-index:2;
	left: 14px;
	top: 14px;
}

#headerText {
	position:absolute;
	width:560px;
	height:50px;
	z-index:2;
	left: 216px;
	top: 14px;
}


#headerTextTeil1 {
	left: 0px;
	top: 6px;
	position:absolute;
	width:300px;
	height:20px;
	z-index:3;
}
#headerTextTeil2 {
	left: 0px;
	top: 29px;
	position:absolute;
	width:300px;
	height:20px;
	z-index:3;
}
#headerTextTeil3 {
	left: 345px;
	top: 4px;
	position:absolute;
	width:215px;
	height:45px;
	z-index:3;
}



/* RAHMEN */

#header, #menucontainer, #infobox, #content {
	border: 1px solid #D5D5D5;
}

/* SCHATTEN intern */

#MainLayer {
	-moz-border-radius:8px; 
	border-radius: 8px;
	-webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.4);
}

/* SCHATTEN extern */

#header, #menucontainer, #infobox, #content {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

#copyright {
	position:absolute;
	width:200px;
	height:15px;
	left: 602px;
	top: 654px;
	z-index:2;
}



/*******************/
/* Body definieren */
/*******************/

/* allgemein */
body#standard {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A8A8A8;
}

img {
	border=0px;
}


/*******************/
/* Menü definieren */
/*******************/

#nav {
	padding:0;
	margin:0;
}
#nav a:hover, #nav dt b:hover {
	text-decoration:none;
	color:#b00;
}
#nav dt b, #nav dt a {
	display:block;
	font-weight:normal;
	font-size:13px;
	color:#000;
	padding-left:0px;
	cursor:pointer;
	width:184px;
}
.navDTsingle {
	line-height: 25px;
	height:25px;
}
.navDTdouble {
	padding-top:5px;
	line-height: 15px;
	height:33px;
}
#nav dt a {
	color:#000;
	text-decoration:none;
}
#nav dd {
	padding:0;
	margin:0;
}
#nav dd ul {
	padding:0;
	margin:0;
	list-style:none;
	padding-bottom:10px;
}
#nav dd ul li {
	padding-left:10px;
	line-height: 14px;
	padding-top: 5px;
}
#nav dd ul li a {
	font-size:12px;
	color:#444;
	text-decoration:none;
}



/********************/
/* Text formatieren */
/********************/

a:link, a:visited {
	text-decoration:none;
	color: #A00;
}

a:hover, a:active {
	color: #666;
}

a:focus {
	outline: none;
}

#MainLayer {
	font-family: Helvetica, Arial;
	line-height: 120%;
}

.headerTextLight {
	font-size: 12px;
	text-align: left;
}

.headerTextBold {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.contentStandard, .contentStandardBold, .contentStandardForm, .contentStandardBoldForm {
	font-size: 12px;
}

.contentStandardBold, .contentStandardBoldForm {
	font-weight:bold;
}

.contentStandardForm, .contentStandardBoldForm {
	line-height:110%;
}

.contentBig, .contentBigBold, .contentBigCn, .contentBigBoldCn {
	font-size: 13px;
}

.contentBigCn, .contentBigBoldCn {
	line-height:100%;
}

.contentBigBold {
	font-weight:bold;
}

.contentSmall, .contentSmallBold, .contentSmallCn, .contentSmallBoldCn {
	font-size: 10px;
}

.contentSmallCn, .contentSmallBoldCn {
	line-height:100%;
}

.contentSmallBold {
	font-weight:bold;
}

.contentSmallish, .contentSmallishBold, .contentSmallishCn, .contentSmallishBoldCn {
	font-size: 11px;
}

.contentSmallishCn, .contentSmallishBoldCn {
	line-height:140%;
}

.contentSmallishBold, .contentSmallishBoldCn {
	font-weight:bold;
}

.contentHuge, .contentHugeBold {
	font-size: 18px;
}

.contentHugeBold {
	font-weight:bold;
}

.contentBigger, .contentBiggerBold {
	font-size: 15px;
}

.contentBiggerBold {
	font-weight:bold;
}

.copyrightLink {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 8px;
	text-align: right;
	color: #BBB;
	text-decoration:none;
}

.copyrightLink:visited, .copyrightLink:active, .copyrightLink:hover, .copyrightLink:link {
	text-decoration:none;
	color:#BBB;
}




/***************/
/* TeamTabelle */
/***************/

.teamTDpic, .teamTDpicFrau {
	height: 33px;
	width: 24px;
	text-align:left;
	vertical-align:middle;
}

.teamTDpic {
	padding-top:1px;
}

.teamTDpicFrau {
	padding-top:5px;
}


.teamTDname, .teamTDnameMann {
	text-align:left;
	vertical-align:middle;
}

.teamTDnameMann {
}



/************/
/* Teampics */
/************/

.teamPic {
	width: 17px;
	height: 25px;
	display:block;
}

#preview {
	position:relative;
	border:0px solid #eee;

	-moz-border-radius:6px; 
	border-radius: 6px;

	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);

	background:#ddd;
	padding:5px;
	display:none;
	color:#fff;
	z-index:10;
	width:110px;
	height:170px;
}

#previewRound {
	width: 110px;
	height: 170px;
	background-repeat: no-repeat;
	-moz-border-radius:6px; 
	border-radius: 6px;
}



/************/
/* Formular */
/************/

.FormDesign, .FormDesignSchmal, .FormDesignWide, .FormDesignTextArea {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #666666;
}

.FormDesign {
	width: 224px;
}

.FormDesignSchmal {
	width: 107px;
}

.FormDesignWide {
	width: 530px;
}

.FormDesignTextArea {
	width: 218px;
	resize: none;
	overflow: hidden;
}

#myForm label {
    display: block;
}


/*******************/
/* Hintergrundbild */
/*******************/

#hintergrundbild {
	position:absolute;
	width: 570px;
	height: 522px;
	left: 0px;
	top: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 0px;
	background-repeat: no-repeat;
	z-index:4;
}

