/* Web mgm.cz http://www.mgm.cz */

/* Body and main container */


/* nastaveni vychozich hodnot pro vsechny prvky */

* {
	margin: 0;
	padding: 0;
}

/* nastaveni tela */

body {
	height: 100%; 
	width: 100%; 
	border: 0px;
	font-family: Verdana,Tahoma,Arial,sans-serif; /* davat pozor na poradi fontu!! */
	background: url(images/bg-body.gif) top center repeat-y; /* repeat-y ... repeat-x(pro opakovani ve vodorovnem smeru) */
	color:#323131;
	text-decoration: none; 
	text-align: left;
	line-height: 120%;
	font-size: 12px;
}


/* nastaveni pracovniho prostoru */

#wrap {
/* testovaci ramecek border:1px solid red; */
	background: #fff url('imgages/bg-okno.jpg') top center repeat-y; /* mel jsem tam jeste  zarovnani "left" */
	color:#303030;
	margin:0 auto; /* auto - automaticke nastaveni stejnych hodnot pro pravy a levy okraj */
	position: relative; /* relativni pozice vuci nadrazenemu prvku .... v tomto pripade "body" */
	height: 100%; /* vyska 100% vuci nadrazenemu prvku .... v tomto pripade to moc nefunguje...uvidime proc */
	min-height: 100%;
	width:750px; 
}


/* Header */

#header {
/*		border:1px solid red; */
	color:#fff;
	background: url(images/bg-header.jpg) top no-repeat; /* mel jsem tam jeste  zarovnani "left" */
	height:150px;
}


#logo { 
	float: left; 
	padding: 0; }

#logo span {
	color: #FFF; 
	font-size: 14px; 
	font-weight: bold;
	width: 114px; 
	height: 118px;
	padding-top: 0px;
	position: absolute; 
	top: 0px; 
	left: 114px;
	z-index: 100;
	display: none; }

/* Hlavni navigace */


#hlnavi {
	color: #fff;
	background-color: transparent;
	position: absolute;
	top: 115px;
	right: 5px;
	width: 570px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 14px;
	text-align: right;
}   /* jeste jsem tam mel "clear: both", ale zrejme to nema zadny smysl kvuli nepritomnosti predchazejicich plovoucich prvku */
	
#hlnavi span {
	height: 100%;
	color: #93e1b5;
	font-size: 70%;
}


#hlnavi a { 
	text-decoration: none;
	color: #FFF;
	line-height: 150%;
	padding: 0 1px; 
}

#hlnavi a:hover, #navidrob a:hover {
	text-decoration: underline; }



#vlajky {
	color: #fff;
	background-color: transparent;
	position: absolute;
	top: 119px;
	left: -35px;
	width: 205px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 15px;
	text-align: right;
}


/* Drobeckova navigace */

#navidrob {
	color: #303192;
	margin-top: 10px; 
	margin-left: 0px;
	font-size: 80%; }

#navidrob a {
	color: #303192;
	text-decoration: none;
}


/* Okno */



#okno {
	background: url(images/bg-kontejner.png) top center repeat-y;  /* mel jsem tam jeste  zarovnani "left" */
	height: 100%;
	width: 750px;
	margin: 0; 
	padding: 0; 
	_padding-top: 1em; 
	/* Pro MSIE bude 1em */
	clear: both; }

/* obsah okna (vpravo) */

#obsah {
	float: right; 
	position: relative;
	width: 556px;
	background-color: transparent;
	margin: 0; 
	line-height: 140%; }

#obsah span {
	line-height: 250%;
	color: #555;

}

#obsah span a{
	color: #555;
	text-decoration: none;
}

#obsah span a:hover {
	color: #222;
	text-decoration: underline;
}

#mapawebu {
	float: right; 
	position: relative;
	width: 540px;
	background-color: transparent;
	margin: 0; 
}


.photo {
	border:1px solid #bababa;
	padding:2px;
	background-color:#ffffff;
	margin:6px 18px 2px 5px;
}

.left {
	float:left; 
	margin:0 15px 4px 0;
}

.right {
	float:right; 
	margin:0px 10px 4px 15px;
}



/* Leva lista */


#avmenu {
	float:left;
	width:180px;
	margin:0 0 20px 0;
}

#avmenu ul {
	list-style:none;
	width:175px;
	margin:0 0 5px 0;
}

#avmenu li {
	margin-bottom:0px;
}

#avmenu li a {
	font-size:11px;
	line-height: 120%;
	height:120%;
	text-decoration:none;
	color:#444;
	display:block;
	padding:1px 0 0 10px;
	background: /*url(img/menubg.gif) bottom left repeat-x */;
	border-top:0px solid #d8d8d8;
	border-right:0px solid #d8d8d8;
	border-bottom:0px solid #d8d8d8;
	border-left:0px solid #cccccc;
}

#avmenu li a:hover, #avmenu li a.current {
	/* background:#eff7f3 /* url(img/menubg2.gif) bottom left repeat-x */; */
	color:#0066ae;
	border-top:0px solid #b0b0b0;
	border-bottom:0px solid #b0b0b0;
	border-left:0px solid #505050;
	text-decoration:underline;
}

#avmenu ul ul {
	margin:5px 0 5px 15px;
	font-size:80%;
	width:150px;
}

#avmenu ul ul a {
	line-height: 110%;
	height:110%;
	padding:2px 0 0 2px;
}

#avmenu h2 {
	margin:6px 0 6px 10px;
	/* color:#0066ae; */
	color:#333;
	/* color:#259556; */
	font-size:130%;
	font-weight:bold;
}

#avmenu p {
	margin:15px 0 6px 5px;
	color:#444;
	font-size:11px;
	font-weight:normal;
}

#avmenu p a:hover {
	color:#444;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
}



/* Footer */

#footer {
color: #fff;
background: #0066ae url(images/footerbg.jpg) top left repeat-x;
	/* background-color:#0066ae; */
padding: 20px 0 2px 180px;
clear: both;
height: 18px;
bottom: 0;
left: 0;
border-top: 1px solid #999;
font-size: 90%;
text-align: right;
}


#footer a {
color:#fff;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
color:#aaa;
text-decoration:underline;
}

#footer {
color: #fff;
background: #0066ae url(images/footerbg.jpg) top left repeat-x;
	/* background-color:#0066ae; */
padding: 20px 0 2px 180px;
clear: both;
height: 18px;
bottom: 0;
left: 0;
border-top: 1px solid #999;
font-size: 90%;
text-align: right;
}

#footer a {
color:#fff;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
color:#aaa;
text-decoration:underline;
}


#deu_footer {
color: #fff;
background: #0066ae url(images/deu_footerbg.jpg) top left repeat-x;
	/* background-color:#0066ae; */
padding: 20px 0 2px 180px;
clear: both;
height: 18px;
bottom: 0;
left: 0;
border-top: 1px solid #999;
font-size: 90%;
text-align: right;
}

#deu_footer a {
color:#fff;
background-color:inherit;
text-decoration:none;
}

#deu_footer a:hover {
color:#aaa;
text-decoration:underline;
}


#eng_footer {
color: #fff;
background: #0066ae url(images/eng_footerbg.jpg) top left repeat-x;
	/* background-color:#0066ae; */
padding: 20px 0 2px 180px;
clear: both;
height: 18px;
bottom: 0;
left: 0;
border-top: 1px solid #999;
font-size: 90%;
text-align: right;
}

#eng_footer a {
color:#fff;
background-color:inherit;
text-decoration:none;
}

#eng_footer a:hover {
color:#aaa;
text-decoration:underline;
}


#rus_footer {
color: #fff;
background: #0066ae url(images/rus_footerbg.jpg) top left repeat-x;
	/* background-color:#0066ae; */
padding: 20px 0 2px 180px;
clear: both;
height: 18px;
bottom: 0;
left: 0;
border-top: 1px solid #999;
font-size: 90%;
text-align: right;
}


#rus_footer a {
color:#fff;
background-color:inherit;
text-decoration:none;
}

#rus_footer a:hover {
color:#aaa;
text-decoration:underline;
}

	

/* Další styly */

#obsah h1, #obsah h2, #obsah h3, #obsah h4 {
	font-weight: 800;
}

#obsah h1 {
	margin-top: 15px; 
	margin-left: 0px; 
	/* font-style: italic; */ 
	font-size: 150%;
	color: #259556;
	text-transform: uppercase ; 
}

#obsah h2 {
	font-size: 120%;
	color: #0066ae;
	/* font-style: italic; */ 
	margin-top: 10px; 
}

#obsah h2 a {
	margin: 5px 5px 5px 0px ; 
	font-size: 100%;
	text-decoration: none;
	color: #0066ae;
}

#obsah h2 a:hover {
	text-decoration: underline;
}

#obsah h3 {
	margin-top: 2px; 
	margin-bottom: 5px; 
	font-size: 90%;
	color: #259556;
}

#obsah h3 a {
	margin: 5px 5px 5px 0px ; 
	font-size: 90%;
	text-decoration: none;
	color: #259556;
}

#obsah h3 a:hover {
	text-decoration: underline;
}

#obsah h4 {
	margin-top: 2px; 
	margin-bottom: 5px; 
	font-size: 90%;
	color: #259556;
}

#obsah h4 a {
	margin: 5px 5px 5px 0px ; 
	font-size: 90%;
	text-decoration: none;
	color: #259556;
}

#obsah h4 a:hover {
	text-decoration: underline;
}

#obsah p {
	margin: 0px 10px 5px 0px ; 
	font-size: 90%;
	color: #333;
	text-align:justify;
}

#obsah hr {
	width: 99%; 
	height: 1px;
	margin: 10px 0px 10px 0px;
	background-color: #b5eeba; }

#obsah table {
	font-size: 90%;
}





#obsah ul {
	/* list-style:url(images/bullet.jpg);*/
	list-style:square;
	width:540px;
	margin:0 0 5px 18px;
}

#obsah li {
	margin-bottom:0px;
}

#obsah li a {
	text-decoration:none;
}

#obsah li a:hover, #obsah li a.current {
	/* background:#eff7f3 /* url(img/menubg2.gif) bottom left repeat-x ;*/ 
	/* color:#0066ae;*/
}



.cerv-tuc {
	color: #ff0000;
	font-weight: 800;
}

#obsah div.hr {
	width: 99%; 
	height: 1px;
	margin: 30px 0 30px 0;
	background-color: #b5eeba; }

#obsah div.hr hr { 
	display: none; 
}

#motto {
	background: #f3fdf7 url('images/bg-motto.png') repeat-x bottom left;
	color: #259556;
	font-size: 110%;
	margin: 5px 0px 5px 0px;
	padding-bottom: 5px; 
	padding-left: 3px;
	padding-right: 10px;
	text-align:justify;
}

#mapaprodukt {
	background: #f9f9ff url('images/bg-motto.png') repeat-x bottom left;
	color: #259556;
	font-size: 110%;
	margin: 5px 0px 5px 0px;
	padding-bottom: 5px; 
	padding-left: 3px;
	padding-right: 10px;
	text-align:justify;
}

#produkt {
	background: #f8fdfd url;
	color: #454545;
	font-size: 110%;
	margin: 5px 0px 5px 0px;
	padding-bottom: 5px; 
	padding-left: 3px;
	padding-right: 10px;
	text-align:justify;
}

#aktuality {
	background: #ebf5f7 url('images/bg-motto.png') repeat-x bottom left;
	color: #0066af;
	font-size: 90%;
	margin: 5px 0px 5px 0px;
	padding-bottom: 5px; 
	padding-left: 3px;
	padding-right: 10px;
	text-align:justify;
}

#akcni-nabidka {
	background: #ffe16c repeat-x bottom left;
	color: #ff0000;
	font-size: 90%;
	font-weight: 800;
	margin: 5px 0px 5px 0px;
	padding-bottom: 5px; 
	padding-left: 3px;
	padding-right: 10px;
	text-align:left;
}


address { 
	font-style: normal; 
	margin: 40px 10px 5px 15px ; 
	font-size: 90%;
	color: #333;
}

blockquote {
	background: url(images/bg-uvozovky.png) #FFF no-repeat left top;
	padding: 15px 0 0 35px; 
	margin: 0 0 1em 1em; }

dt { 
	font-weight: bold; 
	margin-top: 0.5em; }

img { 
	border: none;
}




/* Klasy */


.c { 
	text-align: center; 
}

img.obr { 
	border: 1px solid #666; 
}

.refs {
	font-style: normal; 
	font-size: 85%;
	line-height: 100%; 
	text-align: center;
	margin-top: 0.5em; 
	margin-bottom: 1.5em 
}

dl.tn dt img {
	float: left; 
	margin: 0 1em 1em 0;
}

dl.tn dt {
	clear: both; 
}

.update {
	font-size: 85%; 
	color: #999;
	text-align: right;
	margin: 0.5em; 
}



/* Odkazy */
a, #navidrob a { 
	color: #2f8e2f; 
}

#global a { 
	text-decoration: none; 
}

#navitop a {
	color: #FFF;
	padding: 0 0.5em; 
}





#servis a { color: #2f8e2f; }








.st {float:left;width:100px;margin:5px 0 5px 0;padding-left:15px;}

.nd {float:left;width:400px;margin:5px 0 5px 0;}
.nd input {width:300px;font-size:12px;}
.nd textarea {width:296px;height:70px;font-size:12px;padding:2px;}
