body {
	font-size: 75%;
	font-family: Tahoma, Geneva, sans-serif;
	background:url(../images/body_bg.gif) repeat-x #FFF;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0;
}

a {
	color: #D92027;
}

strong, b {
	font-weight: bold;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.t_left {
	text-align: left;
}

.t_right {
	text-align: right;
}

.t_center {
	text-align: center;
}

#main {
	width:880px;
}

/* Hlavicka */
#header {
	height:150px;
	position: relative;
}

/* Hlavicka - Logo */
#header #logo{
	top:50px;
	left:19px;
	position: absolute;
}

/* Hlavicka - Slogan */
#header #slogan{
	top:44px;
	left:298px;
	position: absolute;
	border-left:1px solid #B5D7F1;
	padding:2px 0 2px 33px;
}

#header #slogan h2{
	font-size: 2em;
	color: #FFFFFF;
	font-weight: normal;
	margin:0 0 5px 0;
	line-height:1.2em;
}

#header #slogan p{
	padding:0 0 0 134px;
	color: #FFFFFF;
	font-size: .83em;
}

/* Hlavicka - Menu */
#header #header_menu{
	top:14px;
	right:-32px;
	position: absolute;
	margin:0;
	background-color: #3186C5;
	color: #FFF;
	padding:2px 7px;
}

#header #header_menu li{
	float: left;
	list-style-type: none;
	margin:0 7px;
	font-size: .91em;
}

#header #header_menu li a{
	color: #FFF;
}

/* Sidebar */
#sidebar {
	width:193px;
	background:url(../images/sidebar_bg.gif) repeat-y #F2EFE6;
	text-align: center;
}

#sidebar .banner {
	margin:0 0 8px 0;
	display: block;
}

#sidebar .banner img {
}

/* Obsah */
#content {
	width:686px;
	background-color: #FFF;
	min-height:500px;
}


/* Obsah - Menu */
#content #menu ul {
	border-top:2px solid #E72734;
	border-left:1px solid #E72734;
	border-right:1px solid #E72734;
	border-bottom:3px solid #AA1B26;
	margin:0;
	float: left;
	width:684px;
	position: relative;
	z-index: 1000;
}

#content #menu li {
	float:left;
	list-style-type: none;
	display: block;
	position: relative;
	z-index: 1000;
}

#content #menu li a {
	color: #FFF;
	font-size: 1.16em;
	text-transform: uppercase;
	background:url(../images/menu_bg.gif) repeat-x;
	border-top:1px solid #AE1C27;
	border-left:1px solid #F38184;
	border-right:1px solid #C01F2B;
	border-bottom:1px solid #691218;
	padding:9px 30px;
	display: block;
	float:left;
	list-style-type: none;
}

#content #menu li.last a {
	padding:9px 30px 9px 29px;
}

#content #menu li a:hover {
	background:url(../images/menu_bg_hover.gif) repeat-x;
	text-decoration: none;
}


#content #menu ul ul {
	display: none;
	position: absolute;
	left:0;
	top:38px;
	border: 0;
	text-align: center;
	width: 115px;
	background:url(../images/menu_bg.gif) #E52734 repeat-x 0 100%;
}

#content #menu ul li:hover ul {
	display: block;
}

#content #menu ul ul li {
	float: none;
}

#content #menu ul ul li a {
	display: block;
	border:  0;
	background: none;
	float: none;
	padding: 5px 0 !important;
	text-transform: lowercase;
}


/* Obsah - Home */
#content #home_video {
	width:275px;
	height:218px;
	background:url(../images/small_box.gif) no-repeat;
	text-align: center;
	margin:28px 0 0 24px;
	position: relative;
	z-index: 10;
}

#content #home_video object {
	position: absolute;
	z-index: 10;
	left:15px;
}

#content #home_video h2 {
	font-size: 1.08em;
	background:url(../images/style.gif) #DFE0E2 no-repeat 9px 50%;
	text-align: left;
	margin:3px 3px 8px 3px;
	padding:2px 0 2px 17px;
	color: #090000;
	font-weight: bold;
}

#content #home_warning {
	background:url(../images/small_box_2.gif) no-repeat;
	width:346px;
	height:218px;
	margin:28px 18px 0 0;
	text-align: center;
}

#content #home_warning h2 {
	font-size: 1.25em;
	color: #090000;
	font-weight: bold;
	margin:5px 0 8px 0;
}

/* Obsah - Grey */
#content .grey_top {
	height:10px;
	width:644px;
	clear: left;
	margin:25px 0 0 21px;
	float: left;
	background:url(../images/grey_boxtb.gif) no-repeat 0 0;
}

#content .grey_bottom {
	float: left;
	margin:0 0 25px 21px;
	height:10px;
	width:644px;
	background:url(../images/grey_boxtb.gif) no-repeat 0 100%;
}

#content .grey_middle {
	float: left;
	padding:0 15px;
	margin:0 0 0 21px;
	width:614px;
	background:url(../images/grey_boxm.gif) repeat-y 0 0;
}

#content .grey_middle h1 {
	/*background:url(../images/style_1.gif) no-repeat 4px 50%;*/
	border-bottom:1px solid #BFBFBF;
	font-size: 1.33em;
	padding:0 0 4px 26px;
	color: #808184;
}

#content .grey_middle h2 {
	text-align: left;
	font-size: 1.33em;
	padding: 0;
	margin: 5px 0;
	color: #808184;
}

#content .grey_middle p {
	font-size: .91em;
	padding:0;
	color: #808184;
}

#content .grey_middle img {
	border:1px solid #9C9797;
	background-color: #F2F2F2;
	padding:2px;
	margin:5px 11px 5px 0;
}

/* Obsah - Novinky */
/*
#content #news {
	margin:0 0 0 21px;
	width:304px;
	position: relative;
}

#content #news .more {
	font-size: .75em;
	color: #373737;
	position: absolute;
	right:0;
	top:10px;
	background:url(../images/style_3.gif) no-repeat 161px 50%;
	border-bottom:1px solid #CCCCCC;
	width:218px;
	text-align: right;
}

#content #news h2{
	font-size: .83em;
	color: #777575;
	padding:0 0 0 11px;
	margin:0 0 10px 0;
	background:url(../images/news_style.gif) no-repeat 0 8px;
}

#content #news h2 strong{
	font-size: 1.44em;
	color: #373737;
	font-weight: normal;
	margin:-3px 0 0 0;
	display: block;
}

#content #news #main_news img{
	border:1px solid #9C9797;
	background-color: #F2F2F2;
	padding:1px;
	margin:5px 11px 0 0;
}

#content #news #main_news p{
	font-size: .75em;
	color: #808184;
	padding:0;
}

#content #news h3 {
	font-size: 1em;
	color: #777777;
	margin:0;
	float: left;
}

#content #news h3 a{
	color: #777777;
}

#content #news .news_item {
	color: #777777;
	border-bottom:1px dotted #ADADAD;
	float: left;
	width:100%;
	padding:1px 0;
}

#content #news .news_item h3{
	padding:0 0 0 7px;
	background:url(../images/style_5.gif) no-repeat 0 50%;
	text-transform: uppercase;
}

#content #news .news_item .date {
	float: right;
}
*/
/* Obsah - Projekty */
#content #news,
#content #project {
	width:313px;
	position: relative;
	margin:0 21px 0 0;
	background:url(../images/project_bottom.gif) no-repeat 0 100%;
}

#content #news {
	margin-left: 20px;
	margin-right: 0;
}

#content #news .shell,
#content #project .shell {
	padding:9px 10px;
	background:url(../images/project_top.gif) no-repeat 0 0;
}

#content #news h2,
#content #project h2{
	font-size: 1.16em;
	color: #808184;
	padding:6px 0 6px 0;
}

#content #news .more,
#content #project .more{
	font-size: .75em;
	color: #373737;
	position: absolute;
	right:12px;
	top:15px;
	background:url(../images/style_3.gif) no-repeat 0 50%;
	padding:0 0 0 14px;
	text-align: right;
}

#content #news ul,
#content #project ul{
	margin:0;
}

#content #news ul li,
#content #project ul li{
	border-bottom:1px dotted #BABABA;
	list-style-type: none;
}

#content #news ul li a,
#content #project ul li a{
	padding:2px 0 2px 13px;
	color: #808184;
	display: block;
	background:url(../images/style_4.gif) no-repeat 2px 50%;
	font-size: .83em;
}

/* text */
#content #text {
	text-align: center;
}

#content #text h1{
	display: inline;
	/*padding:5px 35px 5px 55px;
	background:url(../images/style_1.gif) no-repeat 35px 50%;*/
	padding:5px 35px 5px 35px;
	font-size: 1.08em;
}

#content #text h1 strong{
	font-size: 1.30em;
}

#content #text p{
	text-align: left;
	margin:10px 0 0 0;
}

#content #text img {
	border:1px solid #9C9797;
	background-color: #F2F2F2;
	padding:2px;
	margin:15px 11px 5px 0;
}

/* Aktuality */
#content .aktualita {
	position: relative;
	clear: both;
	margin:20px 0 20px 0;
}

#content .aktualita h2{
	border-bottom:1px solid #BFBFBF;
	font-size: 1.33em;
	color: #808184;
	text-align: left;
	padding:5px 0 5px 26px;
	background:url(../images/style_6.gif) no-repeat 8px 50%;
}

#content .aktualita h2 a{
	color: #808184;
}

#content .aktualita .date{
	position: absolute;
	top:5px;
	right:3px;
	font-size: 1.33em;
	color: #808184;
}

/* PRojekty */
#content #projekty {
	text-align: center;
}

#content #projekty h1{
	display: inline;
	padding:5px 35px 5px 35px;
	/*background:url(../images/style_1.gif) no-repeat 35px 50%;*/
	font-size: 1.08em;
}

#content #projekty h1 strong{
	font-size: 1.30em;
}

#content #projekty .projekt{
	width:279px;
	float: left;
	text-align: left;
	margin:11px;
}

#content #projekty .projekt h2{
	font-size: 1.08em;
	color: #808184;
	background:url(../images/style_7.gif) no-repeat 0 50%;
	padding:4px 0 4px 21px;
	border-bottom:1px dotted #BABABA;
}

#content #projekty .projekt p{
	
}

/* Kontakty */
#content #contact {
	text-align: center;
	color: #808184;
}

#content #contact h1{
	display: inline;
	padding:5px 35px 5px 35px;
	/*background:url(../images/style_1.gif) no-repeat 35px 50%;*/
	font-size: 1.08em;
}

#content #contact h1 strong{
	font-size: 1.30em;
}

#content #contact p{
	text-align: left;
	margin:10px 0 0 0;
}


/* Paticka */
#partners {
	margin:27px 0 0 0;
	border-top:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
}

#partners .main{
	width:878px;
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	margin-top:5px;
	margin-bottom:5px;
	height:34px;
}

#partners ul{
	margin:0;
}

#partners ul li{
	float: left;
	list-style-type: none;
	margin:0 11px;
}

#footer{
	background:url(../images/logo_dgs.gif) no-repeat 100% 5px;
	width:880px;
	text-align: right;
	clear: both;
	padding:6px 0;
}

#footer p{
	padding:0;
	margin:0 28px 0 0;
	color: #676767;
	font-size: .83em;
	line-height:1.35em;
}