body {
	padding: 0px;
	margin: 0;
	background: #707883;
	color: #222;
}
body, td, th, input, textarea, button, select {
    /*font: 85% "Trebuchet MS",Arial,sans-serif;*/
    font-size: 12px;
    font-family: Verdana;
}
p {
    padding: 3px 0px 3px 0px;
}

a img {
	border: none;
}

h2 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: black;
	padding: 7px;
	margin-bottom: 7px;
	padding-left: 16px;
	text-shadow: 1px 1px 1px white;
}

div.google {
	float: right;
	width: 120px;
}
div.google * {
	float: right;
}


div#container {
	margin: 5px;
	margin-top: 10px;
	padding: 5px;
	text-align: left;
	background: #FFF;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
div#header {
	padding: 10px;
	padding-bottom: 0px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

div#header h1,
div#header h2 {
	color: #96DA07;
	font-weight: bold;
	font-size: 36px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: none;
	position: relative;
	margin-left: 120px;
}
/*
div#header h1 span {
	background: url(img/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 40px;
}
*/
div#header h2 {
	font-size: 18px;
	color: #09B9F4;
	font-family: Verdana;
	font-weight: normal;
}
div#header a.logo {
	padding-left: 25px;
	text-decoration: none;
	float: left;
	width: 500px;
}
div#header a.logo img {
}

td.content {
	width: 70%;
}
div.content {
	padding: 20px;
	padding-left: 30px;
	border: solid 1px #E0E0E0;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom: 10px;
}
td.vspace {
	width: 10px;
	min-width: 10px;
	max-width: 10px;
}
td.navr {
	width: 30%;
}
div.navr {
	padding: 10px;
	border: solid 1px #E0E0E0;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom: 10px;
}

div.navr h1,
div.navr h2,
div.navr h3 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: black;
	padding: 7px;
	margin: -10px;
	margin-bottom: 7px;
	padding-left: 16px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	background-color: #E0E0E0;
	background-image: url(img/graygrad.png);
	text-shadow: 1px 1px 1px white;
}

div#footer {
	color: white;
}
div#footer p {
	padding: 0;
	margin: 0;
}
div#footer a {
	color: white;
}

.nice {
	margin: 0;
	padding: 0;
}
.nice th, .nice td {
	margin: 0;
	padding: 0 0.5em;
}
a {
	color: #09B9F4;
	text-decoration: none;
}
a:active {
	outline: none;
}
img {
	border: none;
}


.blamba {
	background-color: #96DA07;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	position: relative;
	-moz-box-shadow: 5px 5px 10px #888888;
	padding: 10px;
	margin-top: -20px;
}
.blamba aspan {
	background: url(img/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 40px;
}

/************************************************/


.nospacing {
	border-collapse: collapse;
	background-color: #FAFAFA;
	border: solid 1px silver;
}
.nospacing th {
	border-collapse: collapse;
	padding: 0.5em 0.5em;
	border-bottom: solid 1px silver;
	font-size: 12px;
	background-color: #CCCCCC;
}
.nospacing td {
	border-collapse: collapse;
	padding: 0 0.5em;
	border-bottom: solid 1px silver;
    font-size: 12px;
}
.nospacing .odd {
	background-color: #EEEEEE;
}
.nospacing tr:hover {
	background-color: #DDDDDD;
}
/*
.odd {
	abackground-color: white;
}
.even {
	background-color: #EEEEEE;
}
*/



.htmlFormDiv {
	width: 100%;
}
.htmlFormTable {
	width: 100%;
}

.htmlFormTable input,
.htmlFormTable textarea,
.htmlFormTable select {
	width: 100%;
}
input.radio {
	width: auto;
}
input.submit {
	width: auto;
}
button {
	width: auto;
}

.error {
	/*background-color: red;*/
	border: solid 2px red;
	/*color: #FFE08F;*/
	color: red;
	font-weight: bold;
	margin: 0.5em auto;
	padding: 1em;
	width: 80%;
	text-align: center;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.message {
	background-color: #09B9F4;
	color: white;
	font-weight: bold;
	margin: 0.5em auto;
	padding: 1em;
	width: 80%;
	text-align: center;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.message a {
	color: white;
}
.helpmessage {
	border: solid 2px #09B9F4;
	color: black;
	font-weight: bold;
	margin: 0.5em auto;
	padding: 0.5em;
	width: 80%;
	text-align: center;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-image: url(img/help.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	padding-left: 60px;
}
.message {
	background-color: #CCCCCC;
	color: black;
	font-weight: bold;
	margin: 0.5em auto;
	padding: 0.5em;
	width: 80%;
	text-align: center;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

table.rechnung_leistung {
}
table.rechnung_leistung tr td,
table.rechnung_leistung tr th {
	border-bottom: solid 1px silver;
	background-color: #EEEEEE;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
table.rechnung_leistung tr th {
	border-top: solid 1px silver;
}
.bold {
	font-weight: bold;
}

.opacity {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

ul.tabbed {
	text-align: left;
	padding: 0;
	margin: 0;
}
ul.tabbed li {
	display: inline;
	border: solid 1px #9FBDCD;
	list-style: none;
	background: #AFCDDD;
}
ul.tabbed li a {
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
}

div#menu {
	float: left;
	padding-left: 20px;
}

ul#nav,
ul#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: -1px;
}
ul#nav {
}
ul#nav li {
	float: left;
	margin-right: 5px;
	text-align: center;
}
ul#nav a {
	float: left;
	width: auto;
	padding: 5px 10px;
	background-color: #E0E0E0;
	background-image: url(img/graygrad.png);
	text-shadow: 1px 1px 1px white;
	text-decoration: none;
	color: black;
	border: solid 1px #E0E0E0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	font-family: Verdana;
}
ul#nav a:hover {
}
ul#nav li.activelink a {
	background: #25A200;
	color: white;
	/*border-bottom: solid 1px white;*/
	text-shadow: 1px 1px 1px black;
	text-shadow: none;
	background-image: url(img/salatgrad.png);
}
ul#nav li.activelink a:hover {
}


#doubleTable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
}
#doubleTable > td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

/*
.tx-srlanguagemenu-pi1 {
	clear: both;
}
.tx-srlanguagemenu-pi1 .CUR {
	float: none;
}
.tx-srlanguagemenu-pi1 .INACT {
	float: none;
}
.tx-srlanguagemenu-pi1 .ACT {
	float: none;
}
*/
.csc-header {
	clear: both;
}

.tx-newloginbox-pi1 a {
	color: white;
}

/********************* Language Selector ************************/
.tx-srlanguagemenu-pi1 {
	float: right;
	padding: 0 0 0 10px;
}
.NO {
	margin-bottom: 1em;
}
.NO a img {
	margin: 0;
	margin-right: 2px;
	padding: 1px;
}
.INACT a img {
	margin: 0;
}
.CUR a img {
	margin: 0;
	margin-right: 2px;
	padding: 1px;
}

/*********************** PAGING *********************/
.pageContainer {
	text-align: center;
	vertical-align: bottom;
	clear: both;
	margin-top: 2em;
}
.page_below {
	margin-top: 0em;
	margin-bottom: 2em;
}
.pageContainer .page,
.pageContainer .page_below {
	margin-top: 0em;
	margin-bottom: 0em;
	float: left;
	display: block;
	background-color: #EEEEEE;
	width: 2em;
	padding: 3px 6px;
}
.pageContainer .page {
	margin: 2px 1px 0px 1px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.pageContainer .page_below {
	margin: 0px 1px 2px 1px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.pageContainer a.active .page,
.pageContainer a.active .page_below {
	background-color: #CCCCCC; /* highlight color */
	text-decoration: none;
}

.pageContainer a:hover .page,
.pageContainer a:hover .page_below {
	background-color: #DDDDDD; /* highlight color */
}



div.bigInfo {
	font-style: italic;
	font-size: 16px;
}

div.counter {
	font-size: larger;
	text-align: center;
}

#fdbk_tab {
	bottom: auto !important;
	top: 15px !important;
	right: 0!important;
}
form {
	margin: 0;
	padding: 0;
}

.loginform td {
	padding: 2px 0 !important;
	padding-right: 5px !important;
}
.loginform td input {
}
