/*
Theme Name: Dr. Sziklai
Theme URI: http://www.drsziklai.hu/
Description: Dr. Sziklai WordPress theme
Version: 1.0
Author: Gipsz Jakab
*/

/* Begin Typography & Colors */
body{
	background: #fff;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

h1{
	font-size: 14px;
	color: #69b905;
}

div, body{
	margin: 0; padding:0; border-collapse: inset; 
} 
#vertcenter {
	height: 551px; 
	width: 1000px; 
	margin-top: -307px;
	margin-left: -500px;
	background: #fff url('images/topbg.gif') center repeat-y;
	position: absolute; 
	top: 50%; 
	left: 50%;
	z-index:2;
}

#felsohatter {
	width: 100%;
	height: 100%;
	top: 0px; 
	left: 0px;
	position: absolute;
	background: #fff;
} 

#felsocsik {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -146px;
	background: #c0c0c0;
}

#alsohatter {
	width: 100%;
	top: 50%;
	left: 0px; 
	height: 50%;
	bottom: 0px;
	position: absolute;
	background: #000 url('images/bottombg.gif') center repeat-y;
	z-index:1;
}

#alsofelso {
	width: 50%;
	height: 100%;
	background: #2d2d2d url('images/bottombg2.gif') right repeat-y;
}
#alsobal {
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 131px;
	background: #fff;
}

#centercenterfixed {
	background: #fff;
	height: 551px;
}

#leftmenu {
	position: relative;
	top: -58px;
	left: -12px;
}

#leftmenu ul, #leftmenu a {
	font-family: Verdana;
	font-size: 15px;
	text-transform: uppercase;
	list-style-type: none;
/*	color: #b6b9bc; */
	color: #444;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}

#leftmenu ul li {
	line-height: 30px;
}

#leftmenu ul li a {
	background-color: #fff;
}
#leftmenu ul li ul.submenu {
	display: none;
}


#leftmenu ul li ul.submenu, #leftmenu ul li ul.submenu a {
	font-family: Verdana;
	font-size: 11px;
	text-transform: capitalize;
	list-style-type: none;
	color: #444;
	text-align: right;
	text-decoration: none;
	margin-top: -8px;
}

#leftmenu ul li ul.submenu a:hover {
	color: #69b905;
	text-decoration: underline;
}

#leftmenu ul li ul.submenu li {
	line-height: 15px;
}

#leftmenu ul li ul.submenu li a {
	background-color: #fff;
}

#bottomcontent {
	width: 962px;
	height: 118px;
}

#bottomlink {
	position: relative;
	top: 5px;
	left: 716px;
	width: 250px;
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #5f5f5f;
	text-align: right;
}

#bottomlink img {
	position: relative;
	top: 10px;
	left: 12px;
	z-index: 2;
}

#bottommenu {
	position: relative;
	top: 97px;
	left: 538px;
	width: 440px;
}

#bottommenu  ul, #bottommenu a {
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	color: #b6b9bc;
	letter-spacing: .01pt;
	padding: 0;
	text-decoration: none;
}

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

#bottommenu  ul li {
	display: inline;
	margin-right: 2px;
}

#bottommenu  ul li img {
	vertical-align: top;
	margin-top: 4px;
}
 
#midcontent ol ol {
	margin-top: 1em;
	list-style-type:lower-alpha;
}

#midcontent ol ul {
	margin: 1em 0 1em 0;
}

#midcontent a {
	color: #000;
}

/* Misc */
#lang {
	position: absolute;
	top: 15px;
	right: 50px;
}
#lang img {
	border: 0px;
}