/*
Theme Name: Nica
Theme URI: http://www.nica.at
Description: Theme for Nica Apotheke
Author: Franz Keferböck
Author URI: http://franz.keferboeck.info
version: 1.0
*/

html {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-size: 12pt;
}

body {
	padding: 0;
	margin: 25px 0 0 0;
	text-align: center;
	height: 721px;
	background: url(img/bodybg.png) bottom repeat-x;
}

#container {
	background: url(img/containerbg.png) bottom repeat-x;
}

#topmenu {
	width: 798px;
	height: 21px;
	margin: 0 auto 8px auto;
	font: bold 13px sans-serif;
	text-align: left;
}

#topmenu>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topmenu>ul>li {
	float: left;
	width: 159px;
  height: 18px;
	background: url(img/topmenubg.png) bottom center no-repeat;
	text-align: center;
  cursor: pointer;
	padding: 3px 0 0 0;
	margin: 0;
	color: #777979;
}
#topmenu>ul>li:hover {
	color: black;
}

#topmenu>ul>li>ul {
	list-style: none;
	position: absolute;
	top: 48px;
	left: 0;
	padding: 0;
}
#topmenu>ul>li>ul>li {
	width: 159px;
  min-height: 18px;
	display: block;
	background: url(img/submenuabg.png) bottom center no-repeat;
  cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	color: #777979;
	padding: 3px 0 0 0;
	margin: 0;
}
#topmenu>ul>li>ul>li:hover {
	color: black;
}
#topmenu>ul>li>ul>li>h1 {
	width: 159px;
  height: 32px;
	display: block;
  color: black;
	background: url(img/submenuh1bg.png) bottom center no-repeat;
  cursor: default;
	font: 11pt sans-serif;
	padding: 2px 0 1px 0;
	margin: 0;
}

#main {
	width: 797px;
	height: 429px;
	margin: 0 auto 0 auto;
	padding: 0; 
	overflow: auto;
	background: white url(img/mainbg.png) top center fixed;
	border: 2px solid #1ea22f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: justify;
}

#main>div.textpost {
	padding: 0 0 0 0;
	margin: 0 20px 20px 20px;
	border-bottom: 4px dotted #e6ac08;
}

#main>div.post>h1 {
	width: 100%;
	border-bottom: 4px dotted #e6ac08;
	color: #e6ac08;
}

#main .alignleft {
	float: left;
	padding: 0 15px 15px 0;
	display: inline-block;
}

#menu {
	width: 801px;
	height: 35px;
	background: url(img/menubg.png) bottom center no-repeat;
	margin: 0 auto 0 auto;
	font: bold 13px sans-serif;
	text-align: left;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	float: left;
	width: 200px;
	text-align: center;
	padding: 11px 0 0 0;
	margin: 0;
  cursor: pointer;
}
#menu ul li a {
	width: 200px;
	color: #777979;
	text-decoration: none;alignleft
}
#menu ul li a:hover {
	width: 200px;
	color: #e6ac08;
}

#foot {
	width: 681px;
	/*height: 90px;*/
	height: 234px;
	margin: 5px auto 0 auto;
	padding: 0px 120px 0 0;
	text-align: right;
	background: url(img/footbg.png) bottom right no-repeat;
	font: 14px sans-serif;
	color: #48474a;
}

#foot > p {
	padding: 0;
	margin: 0;
}

#foot > p > em {
	font: 18px sans-serif;
	font-variant: normal;
	color: #e6ac08;
}

#foot > p.copy {
	margin: 20px 0 0 0;
	font: 12px sans-serif;
	font-variant: normal;
}

#foot > p.copy > a {
	color: #e6ac08;
	text-decoration: none;
}
#foot > p.copy > a:hover {
	color: #e6ac08;
	text-decoration: overline;
}

#contact {
	width: 191px;
	height: 130px;
	margin: 0 0 15px 0;
	overflow: hidden;
	clear: both;
  text-align: center;
	font-size: 10.5px;
}
#contact a {
	color: #e6ac08;
}
#contact a img {
	border: 0;
}
#contact>table.nav {
	margin-top: 4px;
}
#contact>table>caption {
	display: none;
}

