/* StartAdmin template css by Webworx 2009 */

/* 
- common: altalanos formazasok beallitasok
- page : oldalszelesseg, pozicio
- header + menu : fejlec es a vizszintes menu
- content + vmenu : tartalom elosztas + fuggoleges menu
- footer : lablec
*/


/********************************************************************************* common */


body {
	behavior: url(css/csshover.htc);
	font-family: Lucida Sans, Arial, Helvetica, san-serif; /* oldal betutipusa */ 
	color: #999; /* szoveg szine */
	background-color: #fff;
	text-align:center;
	margin: 0px;
	padding: 0px;
	}
	
a {
	color: #888; 
	text-decoration: underline;
	}
a:hover {
	color: #000; 
	text-decoration: none;
	}
h1 { /* titles */
	font-size: 25px;
	font-weight: bold;
	color: #6633FF ;
	}
h2 { /* subtitles */
	font-size: 16px;
	font-weight: bold;
	color: #6633FF; 
	}
hr {
	color:#444;
	background: #444;
	border: 0; 
	height:1px;
	margin: 10px 0px 10px 0px;
	}	


/********************************************************************************* page */


#page {
	width: 900px;
	text-align: left;
	margin: 0px auto 0px auto;
	}
#page_header { 
	}
#page_body { 
	padding: 0px 0px 0px 0px;
	}
#page_footer {
	}


/********************************************************************************* header + hmenu */


#header {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#header_header {
	}
#header_footer {
	}
#header_body {
	padding: 0px 21px 0px 21px;
	margin: 0px 0px 0px 0px;
	}
#header_image { /* header_hatterkep */
	background-image: url(http://www.vizdoktor.hu/images/logo.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 160px;
	}
#header h1 { /* cegnev */
	font-size: 45px;
	font-weight: bold;
	color: #000099;
	margin: 0px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
	}
#header h2 { /* cegmotto */
	font-size: 18px;
	font-weight: bold;
	color: #333;	
	margin: 0px;
	padding: 0px 0px 0px 20px;	
	}

/*  ******************************************************** menu horizontal */

#hmenu {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 46px;
	background-color: #222;
	}
#hmenu_header {
	}	
#hmenu_footer {
	}		
#hmenu_body {
	background-image: url(http://www.vizdoktor.hu/images/hmenu_body.gif);
	background-repeat: repeat-x;
	height: 46px;	
	}		
#hmenu ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}
#hmenu li {
	float:left;
	width: 134px;
	height: 46px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(http://www.vizdoktor.hu/images/hmenu_tab_off.gif);
	background-repeat: no-repeat;
	}
#hmenu li:hover {
	float: left;
	color: #ffffff;
	background-image: url(http://www.vizdoktor.hu/images/plumber2.png);
	background-repeat: no-repeat;
	}	
#hmenu a {
	text-decoration: none;
	display: block;
	color:#fff;
	padding: 13px 0px 0px 0px;	
	}
#hmenu a:hover {
	text-decoration: underline;
	display: block;
	color:#fff;
	padding: 13px 0px 0px 0px;		
	}


/********************************************************************************* content */


#content {
	font-size: 15px;
	width: auto;
	margin: 0px 21px 0px 21px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #222;
	}
#content_body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#content_header {
	}
#content_footer {	
	}

/*  ******************************************************** content left */	
	
#content_left { 
	margin: 0px 0px 0px 0px; 
	width: auto;
	padding: 20px;
	border: 1px solid #444;
	background-color: #222;	
	}
#content_left_header {
	}
#content_left_footer {
	}
#content_left_body {
	}
	
.clearfloat {  /* float end */
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
	}

	
/********************************************************************************* footer section */


#footer { 
	font-size: 15px;
	color: #222;
	text-align: center;
	margin: 0px 21px 0px 21px;
	padding: 0px 0px 0px 0px;
	height: 155px;
	}
#footer_header {
	}
#footer_footer {
	margin-bottom: 30px;
	}
#footer_body {
	padding: 25px 0px 0px 0px;	
	height: 155px;	
	}
#footer a {
	}
#footer a:hover {
	}

#tape {
	position:absolute; 
	right:0px; 
	}
	

