/*
------------------------------------------
 CSS weinseisen-optik.at
 Homepage Version 1.0
 Online: 04.02.2010
 Autor: www.adesign.at
------------------------------------------ 
*/

* {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-decoration: none;
}
body{
	background-color: #4B3C29;
	margin: 0px;
	padding: 0px;
}
a {
	color: #4B3C29;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	color: #4B3C29;
	font-weight: bold;
}

/* ------------------- Layout ------------------- */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
}

#wrapperTop {
	background:transparent url(../images/wrapperTop.png) no-repeat;
	width: 1000px;
	height: 30px;
	margin-top: 0px ;
}

#container {
	background:transparent url(../images/container.png) repeat-y;
	width: 1000px;
	height: auto;
	float: left;
}

	#containerLeft {
		background: none;
		width: 516px;
		height: auto;
		margin: -5px 0 0 20px;
		float: left;
		position: absolute;
	}
	
	#containerRight {
		background-color: #4B3C29;
		width: 441px;
		height: 627px;
		margin: -10px 20px 0 0;
		float: right;
		position: relative;
	}

#bgFooter {
	background: none;
	width: 1000px;
	height: 55px;
	clear: both;
}

	#footer {
		background: transparent url(../images/footer.png) no-repeat 0 0;
		width: 1000px;
		height: 55px;
		margin: -10px 0 0 0;
		float: left;
	}

/* ------------------- containerLeft ------------------- */

#menu {
	background-color: #FF7900;
	width: 519px;
	height: 25px;
	margin: 5px -20px 0 -4px;
	border-top: 1px #4B3C29 solid;
	border-right: 1px #4B3C29 solid;
	border-bottom: 1px #4B3C29 solid;
	float: left;
	position: relative;
}

#content {
	background: none;
	width: 516px;
	height: 439px;
	margin: 10px 0 0 0;
	float: left;
}

#bgLogo {
	background: transparent url(../images/bgLogo.png) no-repeat 0 0;
	width: 520px;
	height: 138px;
	margin: 5px -3px 0 0;
	float: right;
}

#logo {
	background: none;
	width: 424px;
	height: 134px;
	margin: 2px 0 0 0;
	float: left;
}

/* ------------------- menu ------------------- */

#menu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	list-style: none;
	padding: 2px 0 0 0;
}
#menu li {
	display: inline;
}
#menu a {
	color: #fff;
	padding: 0 3px 0 3px;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover {
	color: #4B3C29;
	font-size: 12px;
	font-weight: bold;
}

/* ------------------- footerMenu ------------------- */

#footerMenu {
	background: none;
	width: 90px;
	height: 134px;
	margin: 2px 0 0 5px;
	float: left;
	position: relative;
}

#footerMenu1, #footerMenu2, #footerMenu3 {
	background-color: #4B3C29;
	width: 20px;
	height: 134px;
	margin: 0 5px 0 5px;
	float: left;
}

/* ------------------- Copyright ------------------- */

#copyright {
	width: 965px;
	height: 20px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: right;
	position: relative;
}

  #copyright p {
	  color : #856A49;
	  font-family : Verdana, Arial, Helvetica, sans-serif;
	  font-size : 10px;
	  padding: 0 0 0 0;
	  font-weight: bold;
  }
  
	#copyright a {
		color: #856A49;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
	}
	
	  #copyright a:hover {
		  color: #FF7900;
		  font-family : Verdana, Arial, Helvetica, sans-serif;
		  font-size: 10px;
		  font-weight: bold;
	  }

#facebook {
	width: 60px;
	height: 20px;
	margin: 0 auto;
	margin-top: 0px;
	float: left;
	position: relative;
}

#facebookLike {
	width: 450px;
	height: 20px;
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 5px;
	float: left;
	position: relative;
}

/* ------------------- Inhaltsbereich ------------------- */

#content h1 {
	color: #4B3C29;
	padding: 25px 0 7px 0;
	font-size: 17px;
	font-weight: bold;
	font-style:italic;
}

#content h2 {
	color: #4B3C29;
	padding: 3px 0 7px 0;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}

#content h3 {
	color: #4B3C29;
	padding: 2px 0 7px 0;
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
}

#content p {
	color : #4B3C29;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-style:italic;
}

#content strong {
	font-size: 13px;
	font-style:italic;
}

#content ul {
	list-style: none;
}
