@charset "UTF-8";
/* CSS Document */
			body {
				background-color:#333333;
				padding: 0px;
				margin: 0px;
				text-align: center;
				height: 100%;
				}
			html {
				height: 100%;
				}
			
			a {
				text-decoration:none;
				}
			a:hover {
				text-decoration:underline;
				}
			a:visited {
				text-decoration:none;
				}
				
			div#container {
				width: 100%;
				min-width: 970px;
				min-height: 100%;
				max-width: 3050px;
				margin: 0 auto;
				text-align:left;
				background-image:url(images/background_sky.jpg);
				background-attachment:fixed;
				background-color: rgb(190,220,250);
				background-position:top;
				background-repeat:no-repeat;
				}
				
						
				div#container div#grasslands {
					width: 970px;
					height: 100%;
					margin: 0 auto;
					min-height: 100%;
					overflow:hidden;
					}
					
					div#container div#grasslands div.shadow_left {
						float: left;
						width: 35px;
						height:100%;
						min-height:600px;
						background-image: url(images/background_shadow_left.png);
						background-repeat:repeat-y;
						padding-bottom: 32767px;
						margin-bottom: -32767px;
						}
					div#container div#grasslands div.shadow_right {
						float: right;
						width: 35px;
						height:100%;
						min-height:600px;
						background-image: url(images/background_shadow_right.png);
						background-repeat:repeat-y;
						padding-bottom: 32767px;
						margin-bottom: -32767px;
						}
					
					div#container div#grasslands div.content {
						width: 900px;
						min-height:100%;
						background-color: rgb(0,0,0);
						margin: 0 auto;
						overflow:hidden;
						margin-top: 0px !important;
						margin-top: -19px; /* internet explorer 6 bugfix*/

						}
					
						div#container div#grasslands div.content div.header img {
							border:0px;
							}

						div#container div#grasslands div.content div.header div.header_image {
							position: relative;
							width: 395px;
							height: 100px;
							top: -45px;
							left: 65px;
							padding-top: 0px;
							padding-left: 0px;
							margin-bottom: -105px;
							background-color: rgb(0,0,0);
							}	
													
							div#container div#grasslands div.content div.header div.header_image img.rect {
								position: relative;
								border: 0px;
								width: 395px;
								height: 70px;
								}
								
							div#container div#grasslands div.content div.header div.header_image img.tierisch {
								position: relative;
								border: 0px;
								width: 384px;
								height: 31px;
								}
							
						div#container div#grasslands div.content div.copy {
							color: rgb(150,185,30);
							font-family: Arial, Helvetica, sans-serif;
							font-size: 12px;
							line-height: 140%;
							letter-spacing: .2pt;
							font-weight: normal;
							width: 515px;
							margin-top: 90px;
							margin-left: 65px;
							margin-right: 65px;
							margin-bottom: 65px;
							}
							div#container div#grasslands div.content div.copy a {
								color: rgb(85,170,45);
								}
							div#container div#grasslands div.content div.copy a:visited {
								color: rgb(85,170,45);
								}
							div#container div#grasslands div.content div.copy a:hover {
								color: rgb(255,255,255);
								}
							
							div#container div#grasslands div.content div.copy .headline {
								color: rgb(255,255,255);
								font-family: Georgia, "Times New Roman", Times, serif;
								font-size: 36px;
								line-height: 100%;
								font-style:italic;
								font-weight:normal;
								letter-spacing: 0pt;
								}
								
							div#container div#grasslands div.content div.copy .subline {
								color: rgb(150,185,30);
								font-family: Arial, Helvetica, sans-serif;
								font-size: 14px;
								line-height: 100%;
								font-weight: bold;
								letter-spacing: 0pt;
								margin-top: 5px;
								}
							
							div#container div#grasslands div.content div.copy p {
								}
							
							div#container div#grasslands div.content div.copy p.subhead1 {
								text-transform: uppercase;
								font-weight: bold;
								}	
							
							.bluecp {
								color: rgb(150,190,230);
								}
								.bluecp a {
									color: rgb(150,190,230);
									}
								.bluecp a:visited {
									color: rgb(150,190,230);
									}
								.bluecp a:hover {
									color: rgb(0,75,140);
									}
							
							div#container div#grasslands div.content div.copy ul {
								list-style-type:square;
								list-style-position:inside;
								padding:0px;
								}	
							
						div#container div#grasslands div.content div.sidebar {
							color: rgb(85,170,45);
							font-family: Arial, Helvetica, sans-serif;
							font-size: 12px;
							line-height: 140%;
							letter-spacing: .2pt;
							font-weight: normal;
							float: right;
							width: 160px;
							height: 100%;
							background-image:url(images/tornedge.png);
							background-repeat:repeat-y;
							background-color:rgb(44,43,42);
							padding-left: 35px;
							padding-right: 25px;
							padding-top: 15px;
							padding-bottom: 32767px;
							margin-bottom: -32767px;
							margin-top:0px !important;
							margin-top:-8px;
							}
							
							div#container div#grasslands div.content div.copy a {
								color: rgb(85,170,45);
								}
							div#container div#grasslands div.content div.copy a:visited {
								color: rgb(85,170,45);
								}
							div#container div#grasslands div.content div.copy a:hover {
								color: rgb(240,180,0);
								}
							div#container div#grasslands div.content div.copy .headline a, div#container div#grasslands div.content div.copy .headline a:visited {
								color: rgb(255,255,255);
								}
							div#container div#grasslands div.content div.copy .headline a:hover {
								color: rgb(240,180,0);
								}
								
							div#container div#grasslands div.content div.sidebar .menu{
								color: rgb(150,185,30);
								font-family: Georgia, "Times New Roman", Times, serif;
								font-size: 16px;
								line-height: 24px;
								letter-spacing: .2pt;
								font-weight: normal;
								font-style: italic;
								list-style-type:none;
								list-style-position:inside;
								padding:0px;
								}
								div#container div#grasslands div.content div.sidebar .menu ul {
									margin: 0px;
									display: inline;
									list-style-type:none;
									}
								div#container div#grasslands div.content div.sidebar .menu ul li {
									}
								
								div#container div#grasslands div.content div.sidebar .menu a {
									color: rgb(150,185,30);
									}
								div#container div#grasslands div.content div.sidebar .menu a:visited {
									color: rgb(150,185,30);
									}
								div#container div#grasslands div.content div.sidebar .menu a:hover {
									color: rgb(240,180,0);
									}	
							div#container div#grasslands div.content div.sidebar .head{
								font-family: Georgia, "Times New Roman", Times, serif;
								font-size: 16px;
								line-height: 24px;
								letter-spacing: .2pt;
								font-weight: normal;
								font-style: italic;
								margin-top:50px;
								}
							div#container div#grasslands div.content div.sidebar  a {
								color: rgb(85,170,45);
								}
							div#container div#grasslands div.content div.sidebar  a:visited {
								color: rgb(85,170,45);
								}
							div#container div#grasslands div.content div.sidebar  a:hover {
								color: rgb(240,180,0);
								}	
							
				.clearfloat {
					clear:both;
					}
						
				.floatingimg
				{
				float:left;
				}
				/* container end */
			
