body  {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #005D00;
}
h2 {
	font-size: 18px;
}
#iemsg {
	font-size: 11px;
	text-align: justify;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.ie6expl {
	font-size: 36px;
}
#login_frame {
	text-align: right;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: medium double #C03;
	padding-top: 30px;
	padding-right: 100px;
	padding-bottom: 20px;
	/* [disabled]padding-left: 20px; */
}
.login {
	font-size: 12px;
	color: #F00;
	text-align: center;
}
.login_error {
	font-size: 12px;
	color: #F00;
	text-align: left;
}
.email {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: italic;
	color: #9A5757;
}

a:link {
	text-decoration: none;
	color: #00F;
	font-size: 12px;
	font-weight: bold;
	}
a:visited {
	text-decoration: none;
	color: #00F;
	font-size: 12px;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	color: #F00;
	font-size: 12px;
	font-weight: bold;
	}
a:active {
	text-decoration: none;
	color: #00F;
	font-size: 12px;
	font-weight: bold;
	}

.contact {
	padding-left: 100px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DBDBDB;
}

.contact #fehlermeldungen {
	float: right;
	right: 150px;
	position: relative;
}
.contact .errormsg {
	font-size: 0.8em;
	color: #F00;
}	
#login #fehlermeldungen .errormsg {
	font-size: 0.8em;
	color: #F00;
}

.contact .label {
	font-size: 0.8em;
}

.contact .input {
	margin-bottom: 10px;
}
	
	
#container #mainContent a:link {
	text-decoration: none;
	color: #00F;
	font-size: 14px;
	font-weight: normal;
	}
#container #mainContent a:visited {
	text-decoration: none;
	color: #00F;
	font-size: 14px;
	font-weight: normal;
	}
#container #mainContent a:hover {
	text-decoration: underline;
	color: #F00;
	font-size: 14px;
	font-weight: normal;
	}
#container #mainContent a:active {
	text-decoration: underline;
	color: #F00;
	font-size: 14px;
	font-weight: normal;
	}
	

#backpic {
	width: 100%;
	height: 99%;
	position: absolute;
	z-index: -1;
	top: 1px;
}
#container  {
	width: 900px;
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: -450px;
	margin-top: -304px;
	z-index: 10;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 1px 1px #FFF;
	border: 3px solid #CCC;
	}

#container .red {
	color: #F00;
	font-size: 85%;
}

#container .center {
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
}
	 
#header  {
	text-align: center;
	padding-top: 10px;
	background-color: #FF9;
	height: 70px;
	-moz-border-radius: 9px 9px 1px 1px;
	border-radius: 7px 7px 1px 1px;
} 

#header #logo{
	/* [disabled]width: 200px; */
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent  {
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	height: 450px;
	width: 770px;
	/* [disabled]border: medium dotted #F00; */
	overflow: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	font-size: 14px;
} 
#container #mainContent .textindent {
	text-indent: 40px;
}
#container .goTo {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	/* border: thin dashed #039; */
	height: 20px;
}

#container #mainContent .smiley {
	font-size: 22px;
	font-weight: bold;
	color: #060;
	line-height: 12px;
}

#container #mainContent .mainPage {
	font-size: 36px;
}

#container #mainContent .thai {
	font-size: 14px;
	color: #33C;
	line-height: 14px;
}
#container #mainContent .pic_l{
	float: left;
	margin-right: 25px;
}

#container #mainContent .pic_r {
	float: right;
	margin-left: 25px;
}

#container #mainContent .pic_l, .pic_r {
	height: 100px;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#container #mainContent .pic_90_140_l {
	margin-right: 20px;
	float: left;
	margin-bottom: 30px;
	margin-top: 10px;
}

#container #mainContent .pic_90_140_r {
	margin-left: 20px;
	float: right;
	margin-bottom: 30px;
}

#container #mainContent .pic_90_140_l, .pic_90_140_r {
	height: 90px;
	width: 140px;
	box-shadow: 3px 3px 5px 0px #666;
	-webkit-box-shadow: 3px 3px 5px 0px #666;
	border: 2px groove #FFF;
}

#container #mainContent .tsunami {
	box-shadow: 3px 3px 5px 0px #666;
	-webkit-box-shadow: 3px 3px 5px 0px #666;
	border: 2px groove #FFF;
	float: right;
	margin-left: 40px;
}

#container #mainContent .pic_float_l {
	box-shadow: 3px 3px 5px 0px #666;
	-webkit-box-shadow: 3px 3px 5px 0px #666;
	border: 2px groove #FFF;
	float: left;
	margin-right: 25px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
}

#container #mainContent .pic_float_r {
	box-shadow: 3px 3px 5px 0px #666;
	-webkit-box-shadow: 3px 3px 5px 0px #666;
	border: 2px groove #FFF;
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
}

#container #mainContent .pic_hai {
	float: right;
	height: 95px;
	width: 168px;
	margin-left: 20px;
}

#container #mainContent .pic_80_125_l {
	margin-right: 20px;
	float: left;
}

#container #mainContent .pic_80_125_r {
	margin-left: 33px;
	float: right;
}

#container #mainContent .pic_80_125_l, .pic_80_125_r {
	height: 80px;
	width: 125px;
	box-shadow: 3px 3px 5px 0px #666;
	-webkit-box-shadow: 3px 3px 5px 0px #666;
	margin-top: 3px;
	border: 2px groove #FFF;
}
#container #mainContent .table   {
	line-height: 24px;
	}
#container #mainContent .article {
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 26px;
	background-color: #CCC;
}
#container #mainContent .sabaiResidenz {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container #mainContent .table a:link {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	/* [disabled]background-color: #CCC; */
}
#container #mainContent .table a:visited {
}
#container #mainContent .table a:hover {
}
#container #mainContent .table a:active {
}
.tblCell {
}

#container #mainContent .table_sm_thai {
	font-size: 16px;
	width: 720px;
	/* [disabled]border: 2px groove #FF9; */
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}

#container #mainContent .table_sm_thai_m {
	color: #093;
}

#container #mainContent .table_sm_thai_f {
	color: #C00;
}
#container #mainContent .table_sm{
	font-size: 12px;
	width: 560px;
	/* [disabled]border: 2px groove #FF9; */
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#container #mainContent .table_sm .artikel{
	width: 145px;
}
#container #mainContent .table_sm .preis{
	width: 90px;
	text-align: right;
}

#container #mainContent .schnellcheck {
	width: 720px;
	border: 2px groove #FF9;
	margin-right: auto;
	margin-left: auto;
	line-height: 10px;
	height: 380px;
}

#container #mainContent .schnellcheck_calc {
	width: 720px;
	border: 2px groove #FF9;
	margin-right: auto;
	margin-left: auto;
	height: 380px;
	padding-left: 50px;
	padding-right: 50px;
}

#container #mainContent .schnellcheck .header {
	
	text-align: center;
	/* [disabled]border: thin dotted #0C0; */
	vertical-align: top;
	padding-bottom: 10px;
	font-size: 10px;	
}

#container #mainContent .schnellcheck .beschreibung {
	width: 130px;
	text-align: left;
	/* [disabled]border: thin dotted #0C0; */
	vertical-align: top;
	padding-top: 4px;
	font-size: 12px;
}

#container #mainContent .schnellcheck .betrag {
	text-align: center;
	vertical-align: top;
	width: 60px;
}

#container #mainContent .schnellcheck .betrag .input {
	width: 55px;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	font-size: 12px;
}

#container #mainContent .schnellcheck .periode {
	width: 75px;
	text-align: left;
	/* [disabled]border: thin dotted #69F; */
	font-size: 12px;
	vertical-align: top;
	padding-top: 4px;
}

#container #mainContent .schnellcheck .kommentar {
	font-size: 10px;
	text-align: left;
	/* [disabled]border: thin dotted #F00; */
	vertical-align: top;
	padding-top: 4px;
}

.li {
	list-style-type: circle;
}
#container #mainContent .foto  {
	float: right;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	box-shadow: 4px 3px 7px 0px #666;
	-webkit-box-shadow: 4px 3px 7px 0px #666;
	width: 220px;
	height: 170px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #C0C0C0;
}
#container #mainContent .pix  {
	height: 100%;
	width: 100%;
}

#container #mainContent .goto_div {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	/* [disabled]margin-top: 30px; */
	/* border: thin dotted #F00; */
}

#container #mainContent .goto_button {
	width: 200px;
}
.table_rente {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}

.table_rente .text {
	text-align: right;
}

.table_rente .input {
	text-align: right;
	width: 80px;
	font-size: 16px;
	padding-right: 5px;
}
#footer  {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FF9;
	height: 20px;
	font-size: 14px;
	-moz-border-radius: 1px 1px 7px 7px;
 	border-radius: 1px 1px 7px 7px;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
