
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #99BED4 ;/*url(../images/homepage04.jpg) repeat-x left top; */
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 15px 0px;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 14px; 
}

h3 {
	font-size: 11px;
	color: #444444;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6C6C;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 150%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul li {
	padding-left: 12px;
	background: url(../images/homepage10.gif) no-repeat left center;
}

.style1 {
	padding: 2px 0px;
}

.style1 span {
	padding: 2px 8px;
	background: #198DC0;
	letter-spacing: normal;
	font-size: 11px;
	color: #FFFFFF;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 10px 0px;
	border-top: 1px solid #E5E5E5;
	background: none;
}

.list1 li.first {
	padding-top: 0px;
	border: none;
}

.list1 h3 {
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #A1A1A1;
}

.list1 h3 span {
	padding: 2px 4px;
	background: #198DC0;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: rgb(12,127,194);/*#2CC9FD;*/
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
	padding: 4px;
	border: 1px solid #CFE2EC;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	width: 873px;
	height: 394px;
}

/** LOGO */

#logo {
	width: 479px;
	height: 394px;
	background-color: #99BED4;
	text-align: right;
        overflow: hidden;
}

/** BANNER */

#banner {
	width: 479px;
	height: 263px;
        overflow: hidden;
}

/** LOGIN */

#login {
	width: 394px;
	height: 394px;
	background: url(../images/homepage03.jpg) no-repeat left top;
}

#login form {
	margin: 0px;
	padding: 262px 0px 0px 131px;
}

#login fieldset {
	width: 201px;
	margin: 0px;
	padding: 23px 0px 0px 21px;
	border: none;
}

#login ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#login li {
	margin-bottom: 10px;
	padding: 0px;
	background: none;
}

#login label {
	float: left;
	width: 59px;
	padding: 7px 0px 0px 0px;
	font-size: 10px;
	color: #72787C;
}

#login input.text {
	width: 127px;
	height: 14px;
	padding: 3px 5px;
	background: #FFFFFF;
	border: 1px solid #D4E6F3;
	color: #6C6C6C;
}

#login input.submit {
	float: right;
	width: 55px;
	height: 20px;
	background: url(../images/subpage1_01.jpg) no-repeat left top;
	border: none;
	font-size: 10px;
	color: #FFFFFF;
}

#login a {
	float: left;
	padding: 4px 0px 0px 0px;
	font-size: 10px;
	color: #72ACC2;
}

/** MENU */

#menu {
	width: 873px;
	height: 41px;
	background: url(../images/homepage05.gif) repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 10px 26px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 15px;
	padding: 4px 20px;
	background: url(../images/homepage06.gif) no-repeat left top;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */


#page {
	/* padding-bottom: 20px; */
	/* padding-top: 20px; */
	position: relative;
	height: 400px;
        overflow: hidden; 
}
.one-columns {
	width: 833px;
	padding: 20px;

	
 }
.one-columns table {
	background:steelblue none repeat scroll 0 0;
	width: 100%;
}

.one-columns table td{
	color: white;
	padding: 5px 10px 5px 10px;
	
}

.one-columns table td.td-3,
.one-columns table td.td-1 {
	text-align: center;
}
/** 3-COLUMN PAGE LAYOUT */
 
.three-columns {
	width: 873px;
	background: #FFFFFF url(../images/homepage08.gif) repeat-y 212px 0px;
}

.three-columns .column-one {
	width: 434px;
	padding: 0px 24px 0px 0px;
}

.three-columns .column-two {
	width: 137px;
}

.three-columns .column-three {
	width: 177px;
	padding: 0px 35px 0px 0px;
}

/** 2-COLUMN PAGE LAYOUT */

.two-columns {
	width: 873px;
	background: #FFFFFF url(../images/subpage1_02.gif) repeat-y 212px 0px;
}

.two-columns .column-one {
	width: 250px;
	padding: 0px 0px 0px 0px;
        height: 500px;
}

.two-columns .column-one img{
	 /* bottom: 30px;
	padding-left: 30px;
	padding-top: 20px; */
	vertical-align: bottom;
}

.two-columns .column-two {
	width: 550px;
	padding: 35px;
	padding-top: 35px;
        height: 330px;
        overflow: auto;
}



/** SINGLE PAGE LAYOUT */

.single {
	width: 823px;
	padding: 0px 25px;
	background: #FFFFFF;
}

/** FOOTER */

#footer {
}

#footer p {
	padding: 10px 0px;
	text-align: center;
	color: #E1ECF2;
}

ul#submenu {
	margin-left: 30px;
	margin-top: 30px;
}

ul#submenu li  {
	width: 245px;
	background-color: #f37022;
	margin-bottom: 3px;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul#submenu li a {
	text-decoration: none;
	line-height: 20px;
	padding-top: 5px;
}
ul#submenu li a,
ul#submenu li {
    color: white;
    font-weight: bold;
    text-align: left;
}


div.part_1_2 ul#submenu li  {
    width: 330px;
}
ul#submenu li.active a,
ul#submenu li a:hover {
	text-decoration: underline;
}

div.part_1_2 {
    float: left;
    width: 370px;
    padding-top:20px;
}


body#uid23 div.part_1_2 {
    width: 470px;
    z-index: 2;
    position: absolute;
}


body#uid23 div.part_1_2 ul#submenu li {
    width: 460px;
}

body#uid23 div.part_2_2 {
    width: 380px;
    overflow: hidden;
    z-index: 1;
}

body#uid23 div.part_2_2 img {
    float: right;
}

body#uid23 div#page {
    height: 450px;
    overflow:hidden;
}

body#uid26 ul#submenu li {
    width: 411px;
}


body#uid22 div#page {
    height: 640px;
    overflow: hidden;
}

body#uid22 div#heading {
    display: none;
}

body#uid30 table.col70_30 {

}

body#uid30 table.col70_30 td#col1 blockquote {
    height: 610px;
    overflow: auto;
    width: 232px;
}

body#uid30 div#page {
    height: 600px;
    overflow: hidden;
}
body#uid30 table.col70_30 td#col1 blockquote div.indent {
    padding-right: 30px;
}

div.part_1_2 div#content {
    padding-left: 30px;
}

div.part_2_2 {
    float: right;
    padding-right:20px;
    padding-top:20px;
    width:450px;
    text-align: right;
}

div.left {
    float: left;
}

div.weather {
    padding-left: 80px;
    padding-top: 37px;
}

div.content {
    padding: 20px;
}

div.twrss_item_link a {
    color: #F37022;
    font-weight: bold;
}

table.two_col td#col1,
table.col70_30 td#col1 {
    background-color: steelblue;
    color: white;
}

table.col70_30 td#col1 p {
    padding: 5px;
}

body#uid22 div.heading {
    padding: 0px;
}

body#uid25 div#page {
    background-image: url('../images/bg/rohrgraben.jpg');
}

span.important {
    font-weight: bold;
    color:  #0C7FC2;
    font-size: 120%;

}


div.abrechnung_left {
    width: 300px;
    float: left;
}



div.abrechnung_left p {
    background-color: white;
    color: black;
    margin: 0;
    padding: 5px;
    width: 360px;
}




div.abrechnung_right {
    width: 400px;
    float: right;
    padding-top: 150px;
}

div.abrechnung_right ul#submenu {
   width: 330px;
  
}

div.abrechnung_right ul#submenu,
div.abrechnung_right div#text {
    background-color: white;
    padding: 1px;
    font-size: 12pt;
    font-weight: bold;
}

div.abrechnung_right div#text {
    margin-left:30px;
    margin-bottom:-30px;
    padding: 5px;
    width: 322px;
}

div.abrechnung_right ul#submenu li {
    width: 320px;
    font-size: 10pt;
}

a.download {
    color: #f37022;
    font-weight: bold;
}

div.csc-textpic-text {
    padding-bottom: 20px;
}

/* GALLERIE */

body#uid69 .two-columns .column-one {
    width: 1px;
    overflow: hidden;
    display: none;
}

body#uid69 .two-columns .column-two {
    width: 100%;
    float: left;
}

