/*

****************************************************
----CSS Datein
----Weingut Schwarz
----(C) Andreas Schwarz
****************************************************

*/


body{
	background-color:#ffffff;
	/*background-image: url('../images/hgrund.jpg'); */
	background-repeat: no-repeat;



	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#202020;
	line-height: 17px;

	text-align: left;  /* Zentrierung im Internet Explorer */
	padding:0;
	margin:0;
	/*padding:1em;*/
	min-width: 40em;

}

#komplett {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	/*margin: 0 auto;*/

	/*background-color:#303030;*/


	padding: 0;
	/*width:960px; */

	/*margin-top:10px;*/
}



#header {
	height:100px;
	margin: 0px 0px 0px 192px;

	background: none;
	/*background-image: url('../images/wgs_logo.jpg');*/
	background-repeat: no-repeat;
	background-position:0px 30px;
}

#print {
	margin: 0px 0px 0 192px;
	background-color: none;
	visibility:hidden;
}



#sitemenu {
	text-align:right;
}

#topmenu {
	color: White;
	height: 160px;
	margin: 0px 0px 0px 192px;
	position: relative;
	background-color: #600000; /*background-image: url('../images/kork2.jpg');
	background-repeat: no-repeat;*/
	min-width: 896px;
	background-image: url('../images/hintergrund.jpg');
}

#topbild {
	top: 0px;
	left: 0px;
	position: relative;
	height: 100%;
	width: 384px; /*background-image: url('../images/kork2.jpg');
	background-repeat: no-repeat;*/
/*border: 1px dashed silver;*/
	background: Black;
}
#topnews {
	top: 0px;
	left: 384px;
	position: absolute;
	height: 100%;
	min-width: 224px; /*background-image: url('../images/kork2.jpg');
	background-repeat: no-repeat;*/
/*border: 1px dashed silver;*/
	background: none;
	right: 288px;
	
	
	
  margin:10px;
}

#topgalery {
	top: 0px;
	
	position: absolute;
	height: 100px;
	width: 288px;
	background: none;
	
	/*z-index: -1;*/
	right: 0px;
	
	
	margin-top:10px;
	margin-right:10px;
	text-align: right; 
}

#topbasket {
	top: 100px;
	
	position: absolute;
	height: 60px;
	width: 288px;
	background: none;
	
	/*z-index: -1;*/
	right: 0px;



	margin-top:0px;
	margin-right:10px;
	text-align: right; 


}

#menubild {
	/*height:150px:*/


	margin:0 0 0  414px; /*384px +30px*/
	padding:5px;


	/*background-image: url('../images/kork2.jpg');
	background-repeat: no-repeat;*/
}




#menuline {
	height: 30px;
	min-width: 896px;

	margin: 0px 0px 0px 192px;
	padding:0;

	/*clear:both;*/
	/* text-align: center; */

	/*background-color:#D2B48C;*/
  background-color:none;

	/*border-left: 1px solid #CCCCCC;*/

	text-decoration:none;

	color:#CCCCCC;

}



#submenuline {
	height: 30px;
	min-width: 896px;

	margin: 0px 0px 0 192px;
	padding:0px;

	/* text-align: center; */

	/*background-color:#eeffff;*/
	background-color:none;

	/*border-top: 1px solid #CCCCCC;*/
	/*border-bottom: 1px solid #CCCCCC;*/
	font-size:10pt;
	text-decoration:none;

	color:#CCCCCC;

}




#content {
	/*left:384;*/
	width: 576px;
	margin: 25px 0px 0 384px;
/*padding:55px;*/

	

	
	
	
	background-color: none;
}

#contend_left {
	top: 380px;
	left: 192px;
	position: absolute;
	height: 200px;
	width: 192px;
	z-index: 1;
	background-color: none;
}

#contend_right {
	top: 380px;
	/*left: 960px;*/
	left: 1000px;
	position: absolute;
	height: auto;
	width: 192px;
	z-index: 2;
	background-color: none;
}

#footer {
	clear: both;

	margin: 25px 0px 0 384px;
	/*width:576px;*/

	color:#000000;
	height:16px;
	visibility:hidden;
}


/* -----------------------
   Logo Header Definitionen 
   ----------------------- */

h1, h2, h3 {
	/*color:#cccccc;*/
	color:#8c855b;
	font-size: 28px;
	font-family: Palatino, Times, serif;
	font-weight:normal;

	padding-top:5px;
	line-height:100%;

}


a {
	text-decoration:none;
	/*color:#D2B48C;*/
	color:#600000;
}
a:hover  {
	color:#808080;
}


/* -----------------------
   Logo Header Definitionen 
   ----------------------- */

#headimg span {
  	display:  	none;
}

#headimg a, #headimg a:hover{
	display:  	block;

  	width:  	  	439px;
  	height:  	  	93px;
  	background-image: url('../images/wgs_logo.jpg');
    background-repeat: no-repeat;
    background-position:0px 30px;
    }



/* -----------------------
   Interne und externe Links
   ----------------------- */


.internal-link  {
	border:none;
	font-weight:normal;
	text-decoration:none;
	color:#600000;
}

.internal-link:hover  {
	color:#808080;
}



.internal-link img {
	border:none;

}


.external-link, .external-link-new-window {
	font-weight:normal;
	text-decoration:none;
	color:#600000;
}

.external-link:hover, .external-link-new-window:hover {
	color:#808080;
}



/* -----------------------
  blockquotes
   ----------------------- */


#content blockquote {
	width:100%;
	padding:10px;
	padding-left:50px;
	margin-left:0;

	background-color:#F5F5F5;

	/*border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;*/
}





/* -----------------------
  Image Header
  
  Titel als Bild und nicht als Text
   ----------------------- */
h2.imageheader {
	height:30px;
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
}

h2.imageheader strong{
	display:none;
}

/* -----------------------
  Listen fomatierungen
   ----------------------- */
   
ul {margin-left: 5px;padding-left:10px;}


/* -----------------------
  DritelElement Anpassungen
   ----------------------- */
.wgsDritelElement .bodytext{padding-right:10px;}

