/* @override http://dev.sbazv.glutrot.de/additions/sbazv.css */

/**
* sbazv.css
*
* sbazv cascading style sheets
* @package		sbazv
* @module		sbazv.css
* @modulegroup	additions
* @author		mic <m.roth@roettjer-seifert.de>
* @version		1.0
* @since		2005/07/13
* @copyright	roettjer:seifert internet gmbh
*
* @history		2005/07/13:	mic - initial release
*               2005/09/09: mic - added fifth menulevel
*               2005/11/06: dneuge - added errorbox
*/

/**
* general definitions
*/

body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url("../images/basics/background.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body.fotoserie {
    margin-top: 40px;
    background-color: silver;
    background-image: none;
}

*,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
}

h1 {
    margin-top: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #9CBD00;
	clear: left;
}

h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

ul {
    list-style-type: disk;
}

li {
    margin-bottom: 4px;
}

/**
* id definitions display frame
*/

#logo {
	display: block;
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 0;
}

#mainmenu {
	display: block;
	position: absolute;
	top: 40px;
	left: 176px;
	height: 32px;
	width: 745px;
	z-index: 3;
	text-align: left;
	
	/* Fix IE. Hide from IE Mac \*/
	* left: 172px;
	/* End */
}

#secondmenu {
	display: block;
	position: absolute;
	top: 72px;
	left: 177px;
	width: 745px;
	height: 32px;
	padding: 0px;
	background-color: #99BB00;
	overflow: hidden;
	z-index: 3;
	
	/* Fix IE. Hide from IE Mac \*/
	* left: 172px;
	/* End */
}

#toolmenuleft {
	display: block;
	position: absolute;
	top: 0px;
	left: 506px;
}

#toolmenu {
	display: block;
	position: absolute;
	top: 0px;
	left: 522px;
	width: 400px;
	height: 26px;
	background-color: white;
	padding-top: 6px;
	
	/* Fix IE. Hide from IE Mac \*/
	* height: 32px;
	* padding-top: 4px;
	/* End */
}

#fullcolor {
   	filter:alpha(opacity:100);
	-moz-opacity: 1;
	opacity: 1;
}

#breadcrumps {
	display: block;
	position: absolute;
	top: 104px;
	left: 177px;
	width: 735px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #00376C;
	background-color: white;
	z-index: 4;
	
	/* Fix IE. Hide from IE Mac \*/
	* width: 745px;
	* left: 172px;
	/* End */
}

#servicetitle {
	display: block;
	/*
	position: absolute;
	left: 0px;
	height: 24px;
	*/
	margin-top: 195px;
	width: 150px;
	height: 25px;
	z-index: 4;
}

#service {
	display: block;
	font-style: normal;
	/*
	position: absolute;
	top: 220px;
	left: 0px;
	*/
	width: 154px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	background-color: white;
	z-index: 5;
	
	/* Fix IE. Hide from IE Mac \*/
	* width: 159px;
	/* End */
}

#oldlogin {
	display: block;
	position: relative;
	left: -6px;
	width: 156px;
	margin-top: 6px;
	background-color: #ccdd8d;
	padding: 2px;
		
	/* Fix IE. Hide from IE Mac \*/
	* width: 159px;
	* margin-right: -6px;
	/* End */
}

#login {
	display: block;
	clear: left;
	margin-top: 6px;
	padding: 2px;
	// width of contentbox is 745, width of thirdmenu is 210
	// padding of content is 10, margin of thirdmenu is 20
	// 745-(210+10+20) = 745-230 = 515
	// additional space between thirdmenu and login: 5px
	// the following line has to stay for opera if we use more than 500px
	// (error in parser?)
	//width: 505px;
	width: 480px;
	background-color: #ccdd8d;
	padding-left: 5px;
	padding-right: 5px;
}

.logintext {
	font-size: 11px;
}

.loginbutton {
	/*
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 11px;
	*/
	font-size: 11px;
	float: right;
}

#contentcontainer {
	display: block;
	position: absolute;
	top: 137px;
	left: 177px;
	width: 745px;
	height: 75%;
	background-color: white;
	overflow: auto;
	z-index: 2;
	
	/* Fix IE. Hide from IE Mac \*/
	* top: 139px;
	* left: 172px;
	/* End */
}

#homepage {
	display: none;
	position: absolute;
	top: 72px;
	left: 177px;
	width: 744px;
	height: 80%;
	z-index: 2;
	text-align: center;
	vertical-align: middle;
	
	/* Fix IE. Hide from IE Mac \*/
	* left: 172px;
	* width: 750px;
	/* End */
}

#realhomepage {
	display: block;
	position: absolute;
	top: 200px;
	left: 177px;
	width: 744px;
	height: 30%;
	z-index: 3;
	text-align: center;
	
	/* Fix IE. Hide from IE Mac \*/
	* left: 172px;
	/* End */
}


.homepageback {
	background-color: white;
   	filter:alpha(opacity:50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	kopacity: 0.5;
}

.homepagebackimg {
	filter:alpha(opacity:50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	kopacitiy: 0.5;
}

#content {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

#thirdmenu {
	display: inline;
	float: right;
	width: 210px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#formsearch {
	display: inline;
	padding-left: 10px;
}

#wasteSelection {
    position: relative;
    display: block;
    width: 400px;
    vertical-align: bottom;
}

#innerwaste1 {
    width: 150px;
    float: left;
    border: 1px solid white;
}

#innerwaste3 {
    float: right;
    border: 1px solid white;
}

#innerwaste2 {
    width: 50px;
    padding-left: 160px;
    border: 1px solid white;
    
    /* Fix IE. Hide from IE Mac \*/
	* padding-left: 10px;
	/* End */
}

#fotofooter {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/**
* navigation tags
*/

a {
    background-image: url("../images/basics/link.gif");
    //color: #9CBD00;
    color: #7E9A00;
    text-decoration: none;
    //border-bottom: 1px dotted #9CBD00;
    border-bottom: 1px dotted #7E9A00;
}

a.darklink {
    background-image: url("../images/basics/link.gif");
    color: #669900;
    text-decoration: none;
    border-bottom: 1px dotted #669900;

}

a.firstmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7f8a8b;
	text-decoration: none;
	border: 0px;
}

a.firstmenu:hover {
	text-decoration: underline;
}

a.firstmenuactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2d576e;
	text-decoration: none;
	border: 0px;
}

a.firstmenuactive:hover {
	text-decoration: underline;
}

a.secondmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	border: 0px;
}

a.secondmenu:hover {
	text-decoration: underline;
}

a.secondmenuactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	border: 0px;
}

a.secondmenuactive:hover {
	text-decoration: underline;
}

a.toolmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	border: 0px;
}

a.toolmenu:hover {
	text-decoration: underline;
}


a.sitemap0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#00376C;
	text-decoration: none;
	margin-left: 10px;
	border: 0px:
}

a.sitemap0:hover {
	text-decoration: underline;
}

a.sitemap1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#99BB00;
	text-decoration: none;
	padding-left: 20px;
	border: 0px;
}

a.sitemap1:hover {
	text-decoration: underline;
}

a.sitemap2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#6987AB;
	text-decoration: none;
	padding-left: 30px;
	border: 0px;
}

a.sitemap2:hover {
	text-decoration: underline;
}

a.sitemap3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#6987AB;
	text-decoration: none;
	padding-left: 40px;
	border: 0px;
}

a.sitemap3:hover {
	text-decoration: underline;
}

a.sitemap4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#6987AB;
	text-decoration: none;
	padding-left: 50px;
	border: 0px;
}

a.sitemap4:hover {
	text-decoration: underline;
}

a.breadcrump {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00376C;
	text-decoration: none;
	border: 0px;
}

a.breadcrump:hover {
	font-weight: bold;
}

a.service {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	line-height: 18px;
	text-decoration: none;
	border: 0px;
}

a.service:hover {
	text-decoration: underline;
}

a.serviceactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	line-height: 18px;
	text-decoration: none;
	border: 0px;
}

a.serviceactive:hover {
	text-decoration: underline;
}

a.thirdmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #8A1415;
	line-height: 18px;
	text-decoration: none;
	border: 0px;
}

a.thirdmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	background-color: #8A1415;
	color: white;
	line-height: 18px;
	text-decoration: none;
}

a.fourthmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #8A1415;
	line-height: 18px;
	text-decoration: none;
	border: 0px;
}

a.fourthmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	background-color: #8A1415;
	color: white;
	line-height: 18px;
	text-decoration: none;
}

a.fifthmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #8A1415;
	line-height: 18px;
	text-decoration: none;
	border: 0px;
}

a.fifthmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	background-color: #8A1415;
	color: white;
	line-height: 18px;
	text-decoration: none;
}

a.thisfoto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: black;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
    padding: 2px;
    border: 1px solid gray;
}

a.notthisfoto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: black;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
    padding: 2px;
    border: 0px;
}

a.logo {
    text-decoration: none;
    border: 0px;
}

td a {
	text-decoration: none;
}

/**
* some table statements
*/

table.secondmenu {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

td.mainsecondactive {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	border: 0px;
	vertical-align: center;
	background-color: #CCDD8D;
	height: 32px;
}

td.mainsecond {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	border: 0px;
	vertical-align: center;
	height: 32px;
}

td.white {
    background-color: white;
}

td.lightgreen {
    background-color: #F3F7E4;
}

td.top {
    vertical-align: top;
}

/**
* some divs and span classes to display things correctly
*/

.redbox {
	background-color: #c00000;
	color: white;
    padding: 4px;
    margin: 0px;
    width: 609px;
    
    /* Fix IE. \*/
    * width: 600px;
    /* End Fix. */
}

table.redbox {
	border-color: #ccdd8d;
	border-width: 2px;
	border-style: solid;
}

.redboxheadcell {
	font-size: 11pt;
	font-weight: bold;
	width: 90px;
	text-align: center;
}

.found {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: red;
}

.breadcrump {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00376C;
}

.smallselect {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.DIVmainsecond {
	display: inline-block;
	
	/* Fix IE. Hide from IE Mac \*/
	* display: inline;
	/* End */
	
	height: 32px;
}

.DIVmainsecondactive {
	display: inline-block;
	
	/* Fix IE. Hide from IE Mac \*/
	* display: inline;
	* padding-top: 9px;
	* height: 32px;
	/* End */
	
	padding-top: 9px;
	height: 23px;
	width: 15%;
	background-color: red;
}

.DIVthirdmenu {
	display: block;
	width: 190px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	border-left: 1px solid #8C1808;
	border-bottom: 1px solid #8C1808;
}

.DIVfourthmenu {
	display: block;
	width: 174px;
	margin-bottom: 4px;
	margin-left: 16px;
	padding-left: 4px;
	padding-bottom: 2px;
	border-left: 1px solid #8C1808;
	border-bottom: 1px solid #8C1808;
}

.DIVfifthmenu {
	display: block;
	width: 164px;
	margin-bottom: 4px;
	margin-left: 26px;
	padding-left: 4px;
	padding-bottom: 2px;
	border-left: 1px solid #8C1808;
	border-bottom: 1px solid #8C1808;
}

.innerwaste {
    display: inline-block;
    position: relative;
    margin-right: 16px;
}

.absatz_bild {
	display: block;
	clear: left;
}

.rightfloat {
	float: right;
	padding-left: 10px;
}

.rightfloatborder {
	float: right;
	padding-left: 10px;
}

.leftfloat {
	float: left;
	padding-right: 10px;
}

.leftfloatborder {
	float: left;
	padding-right: 10px;
}

.tabelle {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

td {
    padding: 4px;
}

.nopaddingmargin {
	padding: 0px;
	margin: 0px;
}

.tableright {
    text-align: right;
}

.tableleft {
    text-align: left;
}

.tablecenter {
    text-align: center;
}

.tablesmall {
    font-size: 9px;
}

.withborder {
    border: 1px solid #99bb00;
}

.abfallratgeber {
    border: 1px solid #99bb00;
    width: 705px; /* was: 500px */
    /* Fix IE. Hide from IE Mac. \*/
    * width: 700px;
    /* End fix. */
    border-collapse: collapse;
    vertical-align: top;
    padding: 0px;
    margin: 0px; 
}

.ansprechpartner {
    border: 1px solid #99bb00;
    width: 660px;
    border-collapse: collapse;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}
.servicecenter {
    border: 1px solid #99bb00;
    width: 600px;
    border-collapse: collapse;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

.dark {
    background-color: #ccdd8d;
    vertical-align: top;
    border-bottom: 1px solid white;
    padding: 4px;
}

.head {
    border: 0px;
}
.light {
    vertical-align: top;
    padding: 4px;
    border-bottom: 1px solid #ccdd8d;
}

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w260 {
    width: 260px;
}

.w275 {
    width: 275px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.h3 {
    height: 3px;
}

.h15 {
    height: 15px;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.serviceformular {
    border: 1px solid #eeeeee;
    background-color: #ccdd8d;
    padding: 4px;
    width: 600px;
}

.servicelegend {
    font-size: 12px;
    font-weight: bold;
    background-color: white;
    padding: 2px;
    border: 1px solid #eeeeee;
}
.top {
	clear: both;
}

.bottom {
	clear: both;
}

.center {
	text-align: center;
}

.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.clearboth {
    clear: both;
}

h1.homepage {
    font-size: 20px;
    /*color: white;*/
    color: #00376C;
    margin-bottom: 20px;
}

.black {
	color: black;
}

.fotodisabledarrow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: grey;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
    padding: 2px;
    border: 0px;
}

.errorBox {
	color: red;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	max-width: 350px;
}

.fotoHeadline {
	color: black;
	text-align: center;
}

/* useless classes */
.bottomborder {
	text-decoration: none;
}

.left {
	text-decoration: none;
}

/**
* Images
*/

#IMGlogo {
	border: 0px;
	width: 180px;
	height: 185px;
}

.IMGlink {
	border: 0px;
	width: 125px;
	height: 32px;
	margin-right: 6px;
}

.IMGTextleft {
	font-size: 9px;
	float: left;
}

.IMGTextright {
	font-size: 9px;
	float: right;
}

.IMGTextcenter {
	font-size: 9px;
}

.innertool {
	display: inline-block;
	margin-right: 4px;
}

.reqField {
	color:red;
	background-color: silver;
}

/**
* some image displays
*/
img.IMGdownload {
    vertical-align: middle;
    margin-right: 6px;
    border: 1px;
}

img.IMGpicturecenter {
    margin-left: auto;
    margin-right: auto;
}

img.IMGpicturerightfloat {
	margin-top: 4px;
	margin-bottom: 4px;
}

img.IMGpicturerightfloatborder {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid silver;
}

img.IMGpictureleftfloat {
    margin-top: 4px;
    margin-bottom: 4px;
}

img.IMGpictureleftfloatborder {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid silver;
}

img.IMGpicturetop {
    display: inline;
	margin-top: 10px;
	margin-bottom: 4px;
}

img.IMGpicturetopborder {
    display: inline;
	margin-top: 10px;
	margin-bottom: 4px;
	border: 1px solid silver;
}

img.IMGpicturebottom {
    display: inline;
	margin-top: 10px;
	margin-bottom: 4px;
}

img.IMGpicturebottomborder {
    display: inline;
	margin-top: 10px;
	margin-bottom: 4px;
	border: 1px solid silver;
}

img.IMGtool {
	vertical-align: middle;
	border: 0px;
}

img.IMGmainmenu {
	vertical-align: middle;
}

.anchorref {
  padding-top: 20px;
  background-image: none;
  color: #000000;
  text-decoration: none;
  border-bottom: none;
}

/*
a.eschrottbutton {
	display: block;
	margin-top: 15px;
	margin-left: 25px;
	border: 0px;
	width: 110px;
}

img.eschrottbutton {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 110px;
}
*/

a.trashroombutton {
	display: block;
	margin-top: 15px;
	margin-left: 22px;
	border: 0px;
	width: 115px;
}

img.trashroombutton {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 115px;
}

a.wettbewerbbutton {
	display: block;
	margin-top: 15px;
	margin-left: 22px;
	border: 0px;
	width: 154px;
}

img.wettbewerbbutton {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 154px;
}

/* @group Layer-Popup Wettbewerb */
div#layerPopup {
	position: absolute;
	z-index: 999;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #004A8D !important;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

div#layerPopup img {
	border: 0px !important;
}

/* erster wettbewerb */
/*a#layerClose {
	position: absolute;
	top: 5px;
	left: 560px;
	border: 0px;
	color: #004A8D;
	font-family: Verdana,Arial,sans-serif;
	text-decoration: underline;
}*/

/* fotowettbewerb */
a#layerClose {
	position: absolute;
	top: 360px;
	left: 470px;
	border: 0px;
	color: #004A8D;
	font-family: Verdana,Arial,sans-serif;
	text-decoration: underline;
}
/* @end */

.abfall {
	text-align: right;
}