/*
Theme Name: lintner téma
Theme URI: http://www.drlintner.hu/
Description: wordpress téma dr. Lintner részére
Version: 1.0
Author: Lengyel Andrea
Author URI: http://www.tpconsulting.hu/
Tags: 
Text Domain: 
*/

body {
 background: #604233 url(/wp-content/themes/lintner/img/lintner_bg.gif) repeat-x;
 font-family: Arial, Verdana, Tahoma, Helvetica;
 font-size: 13px;
 color: #604233;
 text-align: center;
 padding-bottom: 50px;
}

h2 {
 font-family: tahoma;
 margin: 0px 0px 10px 0px;
 font-size: 14px;
}

h1 {
 margin: 0px;
 background-color: #E0D9C9;
 padding: 7px; 
 margin-top: 0px;
 font-family: Tahoma, Arial, Verdana, Helvetica;
 font-size: 18px;
 font-weight: normal;
 color: #49342A;
}

h1 a, h2 a {
 text-decoration: none;
}

h4 {
}

p {
 line-height: 150%;
 text-align: justify;
}

img.keret {
 border: 10px solid #D6CDBA;
}

div#container {
 width: 800px;
 background: #f6f2ec url(img/header-bg.gif) no-repeat;
 margin: 40px auto 0px auto;
 text-align: left;
}

div#container-padding {
 padding: 10px;
}

div {
 border: 0px solid #ccc;
}


div#header {
/* background-color: #eee;
 background-image: url(img/fejlec1);
 background-repeat: no-repeat; */ /* repeat-x, repeat-y */

 background: url(img/fejlec1.gif) no-repeat;

 margin-bottom: 10px;
 padding-top: 10px;
 padding-left: 10px;
 height: 130px;
 position: relative;
}

div#header-content {
 position: absolute;
 top: 15px;
 left: 4px;
}

div#header-languages {
 position: absolute;
 top: 10px;
 right: 10px;
 background-color: #DFE0D2;
 font-weight: bold;
 display: none
}


div#nav {
 width: 200px;
 float: left;
}


div#content {
 float: left;
 width: 555px;
 margin-left: 15px;
}

div.clear {
 clear: both;
}

div#footer {
 background: #E9E3D6 url(img/footer-bg.gif) no-repeat;
 margin: 0px auto;
 padding: 0px;
 padding-top: 10px;
 padding-bottom: 10px;
 width: 800px;
 height: 60px; /* absz elrenezeshez */
 position: relative; /* absz elrendewzeshez */
 background-position: bottom left;
 border-top: 5px solid #CCC2AE;
}

div#footer-content {
 padding: 20px; 
}

div#footer-logo {
 position: absolute;
 right: 10px;
 bottom: 10px;
 /* left, top */
}

div.menu1 ul {
 list-style: none;
 margin: 0px 0px 20px 0px;
 padding: 0px;
}

div.menu1 ul li {
 border: 0px solid #eee;
 margin-bottom: 5px;
 
 
}

div.menu1 ul li a {
 text-decoration: none;
 display: block;
 padding: 0px;
 background-color: #fff;
 font-weight: bold;
 height: 30px;
 position: relative; 
 background: url(img/menu1-bg.gif);
}

div.menu1 ul li a span.menu1-a-content {
 position: absolute;
 top: 8px;
 left: 10px;
}

div.menu1 ul li a:hover {
 text-decoration: underline;
 background-color: #E0D9C9;
}


a {
 color: #736241;
}


/* td.box1 {
 height: 200px;
 background-color: #eee;
 text-align: right;
} */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



