@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size:12px;
	color: #171717;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/backs/bodyback-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	overflow-y:scroll;
}

a:link {
	color: #39F;
}
a:visited {
	color: #39F;
}
a:hover {
	color: #36F;
}
.adminboxen {
	overflow: scroll;
}
a:active {
	color: #36F;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 16px;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #FAFAFA;
	background-color: #FAFAFA;
}
.spacer {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
h1 {
	font-size: 14px;
	color: #FAFAFA;
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: 15px;
	margin-left: -10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #999;
	background-image: url(../img/backs/bg-floral-dark.jpg);
}

h2 {
	font-size: 14px;
	margin-bottom: 15px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	clear: left;
}
h3 {
	font-size: 14px;
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FAFAFA;
	background-color: #666;
	background-image: url(../img/backs/bg-floral-dark.jpg);
}
h4 {
	font-size: 14px;
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: 15px;
	margin-left: -10px;
	background-color: #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
	background-image: url(../img/backs/bg-floral-gray.png);
}.header {
	height: 60px;
	width: 960px;
	margin-left: -480px;
	left: 50%;
	position: absolute;
	background-color: #333;
	background-image: url(../img/backs/bg_header.png);
	z-index: 1;
}


.navigation {
	height: 23px;
	width: 940px;
	margin-left: -480px;
	left: 50%;
	position: absolute;
	top: 60px;
	background-color: #39F;
	color: #fafafa;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 4;
}
.container {
	width: 960px;
	left: 50%;
	top: 83px;
	background-color: #fafafa;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	z-index: 3;
	margin-left: -480px;
	position: absolute;
}
.content-main {
	float: left;
	width: 610px;
	background-color: #fafafa;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.content-sub {
	float: right;
	width: 320px;
	background-color: #fafafa;
	padding: 10px;
}
.content-full {
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.box-bordered {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0px;
}
.box-bordered-timebox {
	border: 1px solid #333;
	margin: 0px;
	background-color: #39F;
	color: #FFF;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	background-image: url(../img/icons/main/clock_48.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.box-bordered-success {
	border: 1px solid #333;
	margin: 0px;
	background-color: #060;
	color: #FFF;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	background-image: url(../img/icons/main/accepted_48.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.box-bordered-hinweis {
	border: 1px solid #333;
	margin: 0px;
	background-color: #C00;
	color: #FFF;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	background-image: url(../img/icons/main/warning_48.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.footer {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.header-links {
	overflow: hidden;
	text-align: right;
	color: #999;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
}
.header-links a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}


.bars-dark {
	color: #FAFAFA;
	background-color: #333;
	padding: 2px;
}
.bars-dark-td    {
	font-size: 12px;
	color: #FAFAFA;
	text-transform: uppercase;
}

.steps-row-aktiv {
	padding: 5px;
	background-color: #FAFAFA;
	color: #EA5B19;
	font-weight: bold;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EA5B19;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.steps-row-inaktiv {
	padding: 5px;
	background-color: #999;
	color: #CCC;
	font-weight: bold;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	background-image: url(../img/backs/bg_gradient_1x40.png);
	background-repeat: repeat-x;
}
.steps-row-done {
	padding: 5px;
	background-color: #9DD10C;
	color: #FAFAFA;
	font-weight: bold;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	background-image: url(../img/backs/bg_gradient_1x40.png);
	background-repeat: repeat-x;
}
.smalltext {
	font-size: 10px;
}
.form-570p {
	width: 99%;
}
.form-285p {
	width: 285px;
}
.form-142p {
	width: 142px;
}
.form-71p {
	width: 71px;
}
.module-hl {
	height: 20px;
	line-height: 20px;
	color: #333;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-weight: bold;
	margin-top: 10px;
}
.modulbezeichnung {
	font-size: 14px;
}
.modulbeschreibung {
	font-size: 10px;
	font-style: normal;
}
.modulkosten {
	font-weight: bold;
}
.modulkostenart {
	font-size: 10px;
}
.redtext {
	color: #900;
}
.smalltext {
	font-size: 9px;
}
.odd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #E4E4E4;
}
.even {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.tablehead {
	color: #FAFAFA;
	background-color: #666;
	font-size: 12px;
	font-weight: bold;
}
.table-head {
	font-weight: bold;
	color: #333333;
	background-image: url(../img/backs/bg-floral-gray.png);
}
.table-odd {
	text-transform: capitalize;
	color: #333333;
	font-weight: bold;
	background-image: url(../img/backs/bg-floral-white.png);
}
.table-even {
	text-transform: capitalize;
	color: #333333;
	font-weight: bold;
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.errordiv {
	width: 608px;
	background-color: #FAFAFA;
	padding: 0px;
	margin-bottom: 10px;
}
.errordiv .box-bordered {
	background-color: #FAFAFA;
	color: #900;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	background-image: url(../img/icons/main/cancel_48.png);
	background-repeat: no-repeat;
	background-position: 555px 30px;
}
.errordiv .box-bordered h1 {
	color: #FAFAFA;
	background-color: #900;
	background-image: none;
	background-repeat: repeat-x;
}
.erfolgdiv {
	width: 608px;
	background-color: #FAFAFA;
	padding: 0px;
	margin-bottom: 10px;
}
.erfolgdiv .box-bordered {
	background-color: #FAFAFA;
	color: #060;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	background-image: url(../img/icons/main/accepted_48.png);
	background-repeat: no-repeat;
	background-position: 555px 30px;
}
.erfolgdiv .box-bordered h1 {
	color: #FAFAFA;
	background-color: #060;
	background-image: none;
	background-repeat: repeat-x;
}


.errordiv-full {
	width: 940px;
	background-color: #FAFAFA;
	padding: 0px;
	margin-bottom: 10px;
}
.errordiv-full .box-bordered {
	background-color: #FAFAFA;
	color: #900;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	background-image: url(../img/icons/main/cancel_48.png);
	background-repeat: no-repeat;
	background-position: 885px 30px;
}
.errordiv-full .box-bordered h1 {
	color: #FAFAFA;
	background-color: #900;
	background-image: none;
	background-repeat: repeat-x;
}
.erfolgdiv-full {
	width: 940px;
	background-color: #FAFAFA;
	padding: 0px;
	margin-bottom: 10px;
}
.erfolgdiv-full .box-bordered {
	background-color: #FAFAFA;
	color: #060;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	background-image: url(../img/icons/main/accepted_48.png);
	background-repeat: no-repeat;
	background-position: 885px 30px;
}
.erfolgdiv-full .box-bordered h1 {
	color: #FAFAFA;
	background-color: #060;
	background-image: none;
	background-repeat: repeat-x;
}
.orderbutton {
	margin-top: 15px;
}
.txt-bewerbname {
	font-size: 14px;
	font-weight: bold;
}
.bigtext-red {
	font-size: 22px;
	font-weight: bold;
	color: #F00;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
}



.mlddm
{
	visibility: visible;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

	.mlddm li
	{
	display: inline;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{
	display: block;
	font: bold 11px arial;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: #FFF;
	background-color: #39C;
	border: 1px none #390;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{
	background-color: #CF0;
	color: #333;
}

		.mlddm ul
		{
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 2px 0 0 0;
	padding: 0;
	border: 1px solid #06C;
	background-color: #39C;
}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{
	display: block;
	width: auto;
	margin: 0;
	padding: 5px 17px 5px 13px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	white-space: pre;
	color: #fafafa;
	background: transparent;
	border-width: 0
}

	.mlddm ul li .hsub
	{
	background-color: transparent;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

	.mlddm ul li .hsub:hover
	{
	background-color: #CF0;
	background-image: url(../img/arrow_dark.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #333;
}
.txt-nenngeld {
	font-size: 14px;
	font-weight: bold;
}
.payment-ticker {
	line-height: 40px;
	color: #fafafa;
	background-color: #900;
	background-image: url(/img/backs/bg_gradient_1x40.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 15px;
}
.transaktionsfenster {
	border: 2px solid #900;
}
.txt-big {
	font-size: 30px;
	line-height: 30px;
	color: #39F;
}
.teaserbild {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #CCC;
}
.popupdiv {
	background-color: #fafafa;
	height: 480px;
	width: 780px;
	padding: 10px;
}
.greentext {
	color: #090;
}
.orangetext {
	color: #F60;
}
.fragen-antworten {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
.fragen-sidecolor {
	background-color: #F90;
}
.abr_lines_u {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}
.abr_lines_o {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	border-top-style: solid;
}
.index-sublinks {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-style: none;
}
.index-sublinks a {
	margin-right: 1px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 26px;
	font-size: 11px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.printbox{
	background-color: #060;
	border: 2px solid #030;
	background-image: url(../img/icons/main/printer.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	font-size: 16px;
	margin-bottom: 15px;
}
.printbox a{
	color: #FFF;
	text-decoration: blink;
}
.hinweis-td {
	background-color: #F60;
	background-image: url(../img/backs/bw-alpha-30-100px.png);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFF;
	background-position: center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 22px;
}
.golf-button {
	background-attachment: fixed;
	background-image: url(/img/backs/hg_rasen.gif);
	background-repeat: repeat;
	padding: 10px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 2px ;
	-moz-box-shadow: 2px 2px 2px ;
	box-shadow: 2px 2px 2px ; 
	text-shadow: 2px 2px 2px #;
	filter: dropshadow(color=#, offx=2, offy=2); 
	cursor: pointer;
}
.golf-button a {
	color: #FAFAFA;
	text-decoration: none;
}
.dashed-cell {
	background-image: url(../img/backs/dashed-line.png);
	background-repeat: repeat-x;
	background-position: center;
}

