/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

/*------------------------Allgemeines------------------------*/


* {
	padding: 0;
	margin: 0;
	border: 0;
	}

ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

body {
	color: #FFFFFF;
	background: #003300;
	text-align: center;
	font: 78%/1.6em "Lucida Grande" , "Lucida Sans Unicode" , geneva, verdana, sans-serif;
	}

a:link {
	color: #004494;
	text-decoration: none;
	background: transparent;
	}

a:visited {
	color: #717D7D;
	text-decoration: none;
	background: transparent;
	}

a:hover { text-decoration: underline; }
#header a, #header a:visited, #header a:hover { 
	color: white; 
	}

#footer a, #footer a:visited, #footer a:hover { 
	color: #C1AD7C; 
	}

img, a img { 
	border: 0 none; 
	}

.keine-anzeige { 
	display: none; 
	}

/*------------------------Absaetze------------------------*/

p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0.5em 0;
	}

#footer p {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #C1AD7C;
	padding-top: 20px;
	}

/*------------------------Layout------------------------*/


#wrapper { 
 margin: 0 auto;
 width: 770px;
}
#header {
position: relative;
 width: 770px;
 float: left;
 padding: 0;
 height: 100px;
 margin: 30px 0px 0px 0px;
 text-align:center;
}

#logo {
position: absolute;
left: 255px;
}

/* exploder V6 only */
* html #logo {
position: absolute;
left: 150px;
}

/* exploder V7 only */
*+html #logo {
position: absolute;
left: 150px;
}

#leftcolumn { 
 margin: 0px 0px 0px 0px;
 padding: 0;
 width: 10px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0;
 width: 750px;
 display: inline;
}
#rightcolumn { 
 margin: 0px 0px 0px 0px;
 padding: 0;
 height: 350px;
 width: 10px;
 float: left;
}
#footer { 
 width: 770px;
 clear: both;
 margin: 0px 0px 10px 0px;

}

/* replace------------------------*/
	
	
/* revised to replace active/focus dotted border */

.replace_logo {
	display: block;
	width: 240px;
	height: 85px;
	margin: 0;
	padding: 0;
	}
	/* make the actual link ZERO size and position relative
	the zero size stops the dotted border from displaying */
.replace_logo a {
	display: block;
	width: 0;
	height: 0;
	position: relative;
	}
	/* move the link styling to the em and make it position absolute */
.replace_logo a em {
	display: block;
	text-indent: -10000px;
	width: 240px;
	height: 85px;
	position: absolute;
	background: url(gruenberger_logo_web.gif) no-repeat;
	border: 0;
	cursor: pointer /* to set the pointer correctly as a link in IE */;
	}

.replace_logo a:hover em { /* border-color:#000; */ }
	/* for IE to make the active/focus state work correctly */
.replace_logo a:active { /* color:#fff; */ }
	/* style the active/focus state */
.replace_logo a:active em,
.replace_logo a:focus em { /* border-color:#c00; */ }


/*------------------------Liste------------------------*/

ul {
	margin-left: 230px;
	font-size: 0.8em;
	color: #999999;
	}

li {
	text-align: left;
	padding-left: 30px;
	}


.inhalt {
	background: url(inhalt.gif) no-repeat left center;
	}

.screen {
	background: url(fullscreen.gif) no-repeat left center;
	}	
	
	
	
