/* CSS Document Router*/
body{background-image: url('http://delta.dobruska.eu/img/bck_body_big.gif');}

/*--------------------------------------------------------------UVODNI STRANA--------------------------------------*/
.left-text{width:480px;float:left;}
.right-text{width:470px;float:right;padding-left:15px;/*border-left:1px solid #2783ac;*/}
.stred-text{width:600px;;padding-left:5%;}

#title-index{
	width:100%;
	height:297px;
	float:left;
	background-image: url('http://delta.dobruska.eu/img/title_index.jpg');
	background-repeat: no-repeat;
	background-position:650px 10px;

}

.logo{
	background-image: url('http://delta.dobruska.eu/img/logo_focus2.jpg');
	position:absolute;
	top:135px;
	margin:0px 0px 0px 0px;
	cursor:pointer;cursor:hand;
	width:248px;
	height:44px;
	display: block;
}


#slogan{
	font-size:14px;
	font-weight:bold;
	color:#dd5a10;
	background-color:#ededed;
	position:absolute;
	margin:00px 0px 0px 0px;
	display: block;
	padding:10px;
	top:210px;
}


#content{
	width:100%;
	height:287px;
	min-height:287px;
	background-image: url('http://delta.dobruska.eu/img/bck_text.jpg');
	background-repeat: no-repeat;
	float:left;
	color:#fff;
	padding-top:20px;
	font-size:14px;
}
/*--------------------------------odkazy---------------------------------------------------------*/
a, a:visited{color:#afc0ff; text-decoration:underline;}
a:hover{color:#ffffff; text-decoration:underline;}



/*-------------------------------------------------paticka--------------------*/
#footer{
	width:100%;
	margin:40px 0px 0px 0px;
	color:#fff;
	padding:20px;
	font-size:11px;
	float:left;
	background-color:#026b96;
}


#footer a, .top-menu a:visited{color:#afc0ff;text-decoration:underline;}
#footer a:hover {color:#fff;text-decoration:none;}

#leftfooter{float:left;width:80%;text-align:left;}
#rightfooter{float:left;width:20%;text-align:right;}

/*---------------------------------------------layout-spolecny--------------------------------*/


.kontaktdiv{
	width:200px; height:200px;
	float:left;
	margin: 0px 10px 0px 10px;
}

.news{
	font-size:12px
}

html{
	margin:0px;padding:0px;
}

body{
	background-color: #0274a3;
	font-family: sans-serif;
	background-repeat: repeat-x;
	margin:0px;padding:0px;
}
h1, .invisible{display: none;}
h3{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0px 0px 15px 0px;
	padding:0px;
}

h4{
	font-size:16px;
	background-color:#04496f;
	padding:5px;
	width:100%;
}


#page{
	width:1000px;
	margin:0px auto 0px auto;
}

/*------------------------------------menu-------------------------------*/
.menu {
	width:100%;
	height:32px;
	color:#fff;
	padding-top:15px;
	font-weight:bold;
	float:left;
}

.menu a, .menu a:link, .menu a:visited{
	color:#fff;
	text-decoration :none;
	padding: 7px 10px 0px 10px;
	float:left;
}


.menu a.aktiv, .menu a:visited.aktiv{
	padding: 7px 10px 0px 10px;
	height:25px;
	/*background-color:#f5f5f5;*/
	background-color:#e6e6e6;
	color:#000;
}


.menu a:hover.aktiv {
	text-decoration :underline;
}


.menu a:hover {
	text-decoration :underline;
}
/*------------------------------------IMG-------------------------------*/
img{clear:both;display:block;text-align:center;margin:auto; padding-bottom: 30px;
}
