ACC SHELL

Path : /srv/www/vhosts/amk/ostrovacice/
File Upload :
Current File : /srv/www/vhosts/amk/ostrovacice/style.css

* {
	margin: 0;
	padding: 0;
}

body{
	padding: 0px;
	margin: 0px;
	text-align: center;
	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: white;
}

p {
	text-align: justify;
	line-height: 150%;
	text-indent: 3.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}

p.first {
	text-indent: 0em;
	margin-top: 1em;
}

h1 {
	font-size: 1.0em;
	border-bottom: 1px solid #aac;
	clear: both;
	margin-top: 1em;
}

h2 {
	font-size: 0.9em;
	clear: both;
	margin-top: 0.8em;
}

p.caption {
	font-style: italic;
	text-indent: 0;
	text-align: center;
}

.image_l{
	float: left;
	border: 0px solid #000;
	margin-right: 1.0em;
	margin-bottom: 1.0em;
}

.image_r{
	float: right;
	border: 0px solid #000;
	margin-left: 1.0em;
	margin-bottom: 1.0em;
	margin-top: 1em;
	
}

.image_c{	
	margin: 1.0em;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.news_header {
	font-weight: bold;
}

.news_body {
	margin-top: 0em;
	text-align: left;
}

#main {
	text-align: left;
		
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 2em;
	
	
	/*background-color: yellow;*/
}

ul {
	margin: 1.2em;
	margin-left: 3.2em;
}

a {
	color: white;
}

a:hover {
	color: orange;
}

#menu {
	position: absolute;
	/*background-image: url('img/tlacitka.png');*/
	
	width: 624px;
	height: 59px;
	
	padding: 0px;
	margin: 0px;
	top: 118px;
}

#logo {
	width: 165px;
	height: 135px;
	
	position: absolute;
	
	top: 65px;
	left: 600px;
	
	/*background-color: gray;*/
	
}

#people {
	height: 177px;
	width: 780px;
	
	/*background-color: green;*/
	background-image: url('img/skupina.png');
	background-repeat: no-repeat;
	position: relative;
}

#twostripes {
	width: 780px;
	background-image: url('img/stripes.png');
}

#singlestripe {
	width: 780px;
	background-color: #2a499a;
	padding: 22px;
	padding-top: 0px;
}

#left_column {
	float: left;
	width: 443px;
	
	padding: 22px;
	padding-top: 0px;	
}

#right_column {
	float: left;
	width: 249px;
	
	padding: 22px;
	padding-top: 0px;
}



#button_uvodni {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 227px;
	height: 59px;
	display: block;
	z-index: 0;
	
	background-image: url('img/r_uvodni.png');
	background-position: 0px 0px;	
}

#button_jezdci {
	position:relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 128px;
	height: 59px;
	display: block;
	margin-left: -19px;
	
	background-image: url('img/r_jezdci.png');
	background-position: 0px 0px;	
	z-index: 0;
}

#button_akce {
	position:relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 127px;
	height: 59px;
	display: block;
	margin-left: -9px;
	
	background-image: url('img/r_akce.png');
	background-position: 0px 0px;	
	z-index: 0;
}

#button_kontakt {
	position:relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 59px;
	display: block;
	margin-left: -12px;
	
	background-image: url('img/r_kontakt.png');
	background-position: 0px 0px;	
	z-index: 0;
}

#button_uvodni:hover, #button_jezdci:hover, #button_akce:hover, #button_kontakt:hover {
	position:relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-position: 0px 59px; 
}

.button {
	background-color: yellow;
}

ACC SHELL 2018