/*
	
	Galerie moderního umění v Roudnici nad Labem

*/

@import "menu.css";
@import "lb.css";


*{margin: 0; padding: 0;}	

body{
	background:#a4a4a4 url(../IMG/body_bg.gif) center repeat-y;
	color: #745819;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	}

#page{
	width: 980px;
	margin:0 auto;
	min-height: 100%;
	background: url(../IMG/page.gif) repeat-y;
	}

* html #page{height: 100%;}

/* MISC */
.cleaner{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}
	
.hidden{display:none}

#lang{
	width:150px; height:18px;
	position:relative;  right:65px;
	margin:5px 0 0 0;
	padding:0;
	display:block;
	text-align:right;
	float: right;
	}
	
/* HEADER */
#head a{
	width:850px;
	height:93px;
	display:block;
	margin:0 auto;
	background: url(../IMG/head1.gif) bottom center no-repeat;
	}
	
#head2 a{
	width:850px;
	height:24px;
	margin:0 auto 32px auto;
	display:block;
	background: url(../IMG/head2.gif) bottom center no-repeat;
	}

/* MENU */
#menu{
	width:837px; height:254px;
	margin:0 auto;
	padding:0 0 0 13px;
	background:url(../IMG/menu_l.gif) left repeat-y;
	font-size:90%;
	}

#menu span{	visibility:hidden;}

#menu_l{
	width:239px; height:254px;
	padding:0 16px 0 0;
	background:#745819 url(../IMG/menu_c.gif) right repeat-y;
	float:left;
	}
#menu_r{
	width:569px; height:254px;
	padding:0 13px 0 0;
	float:right;
	background:url(../IMG/menu_r.gif) right repeat-y;
	}

.uvod{ width:569px; height:254px; background:url(../IMG/gmu2.jpg) no-repeat;}

#M0{ width:239px; height:20px; background: url(../IMG/m0.gif) no-repeat;}
	
#M1{background: url(../IMG/menu_01.gif) no-repeat 0 0px;}
#M1:hover{background-position:0 -27px;}

#M2{background: url(../IMG/menu_02.gif) no-repeat 0 0px;}
#M2:hover{background-position:0 -27px;}

#M3{background: url(../IMG/menu_03.gif) no-repeat 0 0px;}
#M3:hover{background-position:0 -27px;}

#M4{background: url(../IMG/menu_04.gif) no-repeat 0 0px;}
#M4:hover{background-position:0 -27px;}

#M5{background: url(../IMG/menu_05.gif) no-repeat 0 0px;}
#M5:hover{background-position:0 -27px;}

#M6{background: url(../IMG/menu_06.gif) no-repeat 0 0px;}
#M6:hover{background-position:0 -27px;}

#M7{background: url(../IMG/menu_07.gif) no-repeat 0 0px;}
#M7:hover{background-position:0 -27px;}

#M8{background: url(../IMG/menu_08.gif) no-repeat 0 0px;}
#M8:hover{background-position:0 -27px;}

#M9{background: url(../IMG/menu_09.gif) no-repeat 0 0px;}
#M9:hover{background-position:0 -27px;}

/* CONTENT */
#content{
	width:850px;
	margin:30px 65px 0 65px;
	padding:0 0 90px 0;
	}

/* DOT */
#dot{ width:850px;  background:url(../IMG/dot.gif) center repeat-y;}

/* MAIN */
#contentMain{
	width:577px;
	float:left;
	padding:0 0 0 13px;
}

#contentMain blockquote
{
  padding: 10px 20px 10px 20px;
  border-left: 3px solid #745819;
  font-size: 13px;
  background: #f2f2f2;
  margin: 10px 20px 10px 20px;
  text-align: justify;
}

#contentMain blockquote p
{
  font-size: 13px;
  text-align: justify;
}


#contentMainW blockquote p
{
  font-size: 13px;
  text-align: justify;
}

/* MAIN-W */
#contentMainW{
	width:824px;
	padding:0 13px 0 13px;
	}

#contentMainW blockquote
{
  border-left: 3px solid #745819;
  font-size: 13px;
  background: #f2f2f2;
  margin: 10px 20px 10px 20px;
  text-align: justify;
}

#contentMainW blockquote p
{
  padding: 10px 20px 10px 20px;
}

/* RIGHT */
#contentRight{
	width:200px;
	float:right;
	padding:60px 13px 0 0;
	}
	
#contentRight img{ border:none;}

.uvodCely
{
  width: 820px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}

.uvodLevo
{
  width: 580px;
  padding: 0px 30px 0px 5px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  float: left;
}

.uvodPravo
{
  width: 200px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  float: right;
}

.uvodPravo img{ border:none;}

/* CSS footer */
html{height: 100%;}
body{height: 100%;}

#nonFooter{
	position: relative;
	min-height: 100%;		
	}

* html #nonFooter{height: 100%;}

#footer{
	width:980px;
	position: relative;
	margin: -90px auto 0 auto;
	}
* html #footer{margin-top: -75px;}

#futbg{
	width:850px; height:65px; 
	margin:0 auto;
	padding:25px 0 0 0;
	display:block;
	}


/* TYPO */

a{ text-decoration:none; color:#000000;}
a:hover{ text-decoration:none; color:#745819;}

a img{ border:2px solid #000;}
a:hover img{ border-color:#745819;}

p{	color: #745819;
	line-height: 1.6em;
	font-size: 125%;
	padding:5px 0;
	}

h1{	line-height: 2em;
	font-size: 1.8em;
	padding:10px 0 0 0;
	}

h2{	line-height: 1.6em;
	font-size: 1.4em;
	padding:10px 0 0 0;
	}

h3{	line-height: 1.3em;
	font-size: 1.3em;
	padding:10px 0 0 0;
	}

h4{ 
	font-weight:bold;
	font-size: 12px;
	padding:8px 0 5px 5px;
	margin:5px 0 3px 0;
	background-color:#e8e8e8;
	border-top:1px solid #745819;
	}
	
h5{	line-height: 1em;
	font-size: 1.1em;
	padding:10px 0 0 0;
	}

h6{	line-height: 1em;
	font-size: 1.3em;
	padding:8px 0 0 15px;
	font-style:italic;
	}
	
h1,h2,h5,h6{ color:#363946;}
#contentMainW h6 a{ color:#363946; font-size: 105%;}
#contentMainW h6 a:hover{ border-bottom:2px solid #745819; }

#content li{
	color: #745819;
	line-height: 1.4em;
	font-size: 125%;
	padding:2px 0;
	margin: 0 0 0 25px;
	}

#contentMain p, #contentMainW p{ text-align:justify;}
#contentMain p a, #contentMainW p a{ font-weight:bold;}
#contentMain p a, #contentMainW p a, h2 a, .kon a{ border-bottom:1px solid #b2b2b2;}
#contentMain p a:hover, #contentMainW p a:hover, h2 a:hover, .kon a:hover{ border-bottom:1px solid #745819;}

#contentRight p{ 	
	font-size: 1em;
	line-height: 1.3em;
	padding:3px 0 8px 0;
	margin-bottom:10px;
	background:url(../IMG/dot2.gif) bottom repeat-x;
	}

.kon{ 	
	line-height: 1.3em;
	padding:3px 0 8px 0;
	margin-bottom:10px;
	background:url(../IMG/dot2.gif) bottom repeat-x;
	}

.kon img{ 
	float:right;
	border:4px solid #b2b2b2;
	margin:10px 0 0 20px;
	}

.kon a{color:#745819;}
.kon a:hover{color:#000000;}
.kon h3 a{ padding-left:25px; background:url(../IMG/imgico.gif) top left no-repeat;}

.bar{ color:#745819;}

#futbg p{ font-size:110%;}

.dot3{ 	
	line-height: 0.2em;
	padding:0 0 5px 0;
	margin-bottom:5px;
	background:url(../IMG/dot2.gif) bottom repeat-x;
	}

.dot4{ 	
	line-height: 0.2em;
	padding:0 0 5px 0;
	margin-bottom:5px;
	background:url(../IMG/dot4.gif) bottom repeat-x;
	}

/* TABLE */
.kat1{ width:824px;}
.kat2{ width:400px;}

table{
	border:0;
	border-collapse:collapse;
	font-size:12px;
	margin:30px 0px 10px 0px;
	}	

td{padding:5px 10px; border:1px #dfdfe0 solid;}
th{padding:5px 10px; border:1px #dfdfe0 solid; color:#fff;}
tr{margin:10px; }	

.light{background:#eedae1;}
.dark{background:#dfbec8;}
.darker{background:#363946; color:#FFFFFF; font-weight:bold;}

/* objednavka */
fieldset { font-size: 15px; font-weight: bold; border: none; width: 300px; margin: 0px 0px 20px 0px; }
input { border: 1px solid rgb(102,0,0); font-size: 13px; }
.odsl { background: #e4dde0; width: 80%; height: 34px; line-height: 34px; vertical-align: middle; font-size: 15px; font-weight: bold; border: 2px solid rgb(102,0,51); }
.odsl:hover { background: white; }

hr{ width: 95%; }
