body
{
margin:0;
padding:0;
background: #ffcc66;
background-image: url(/images/medisiege.jpg);
background-position: center top;
background-repeat: no-repeat;

text-align:center;
font-family: sans-serif;
}

h1 {
	font-family: sans-serif;
	font-size: 24px;
}

h2 {
	font-family: sans-serif;
	font-size: 22px;
}

h3 {
	font-family: sans-serif;
	font-size: 18px;
}
c1 {
	font-family: sans-serif;
	font-size: 18px;
	text-align:center
}

a,a:hover,a:visited {color:#663300;}

#main
{
position: relative;
width: 960px;
margin:0 auto;
text-align:left;
font-size: 15px;
}

#header
{
position: absolute;
width: 960px;
top: 10px;
height: 200px;
text-align: center;

}

#blok
{
position: absolute;
top: 210px;
width: 960px;
margin:0 auto;
text-align:left;
font-size: 15px;
border: 3px solid black;
background: #fee6b6;

}
#menu

{
position: relative;
width: 960px;
height: 22px;
background: orange;
font-family: sans-serif;
color: black;
font-size: 14px;
font-weight: bold;
padding: 3px 0px 0px 0px;
text-align: center;
border-bottom: 3px solid black;

}
#menu a,a:visited {color:#663300;}
#menu a:hover{background:#ff3333;}
#menu ul {margin-left: 0px;}
#menu li {margin-left: 0px;}
#left
{
position: relative;
width: 0px;
height: 100%;
float: left;

}






#banner
{
position: relative;
width: 180px;
height: 300px;
padding: 0 0 0 65px; 
font-family: sans-serif;
color: black;
font-size: 14px;

}

#paticka
{
position: relative;
bottom: 0px;
width: 220px;
height: 20px;
color: black;
text-align: center;

}

#right
{
position: relative;
width: 940px;
float: center;
padding: 0 0 0 10px; 
font-family: sans-serif;
color: black;
font-size: 16px;
text-align: justify;
}

#right a,a:hover,a:visited {color:#663300;}

.red{color: #DD0000;}


