/*-------------     LAYOUT STRANKY    -----------*/

body {
	background-color: #ffa500;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial CE, sans-serif;
	
}

#main {
	margin: auto;
	text-align: left;
	width: 810px;
	border: 1px solid blue;	
}

#logo {
	
		
}

#menu {
	color: white;
	background-color: blue;
	padding: 2px;
		
}

#hlavni {
	
	text-align: left;
	padding: 0px;
}

#reference {		
		margin: 0px;	
}

#copyright {
	font-size: 70%;
}


/*-------------     TRIDY    -----------*/

.refstavby {
	vertical-align: middle;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: blue;	
	padding-left: 210px;
	padding-top: 15px;
	padding-bottom: 10px;	
	font-size: 120%;
	font-weight: bold;	
	height: 120px;
}

.seznam_necislovany {
	list-style-type: none;
}

/*table.reference {
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 border-bottom-color: blue;
	 margin: 0px;
	 padding: 2px;
}

table.reference td {
	 border-width: 1px;
	 border-style: solid;
	 border-color: blue;
	 
}*/

/*--------        NASTAVENI TAGU              -------*/


p {
	text-indent: 12px;
}

h1 {
	font-weight: bold;
	height: 4px;
}

h3 {
	font-weight: bold;
	height: 4px;
}

strong {
	font-weight: bold;
}

/*-------   odkazy v menu   -------*/

#menu a {
	color: white; 
	text-decoration: none;
}

#menu a:active {
	 color: #200080;
}

#menu a:hover {
	color: #c0c0c0; 
	text-decoration: underline;
}

/*-------   odkazy v kontaktech     -------*/

#kontakty a	{
	color: black;
	text-decoration: none;
}

#kontakty a:hover {
	color: blue; 
	text-decoration: underline;
}

/*-------     odkazy v copyrightu ------*/

#copyright a {
	color: black;
}

#copyright a:hover {
	color: black;
	text-decoration: underline;
}

/*-------     odkazy obecne    -------*/

a {
	color: blue;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

/*-------    seznamy    -------*/

ul {
	 list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

/*-------     obrazky v referencnich stavbach     -------*/

#reference img {
	border: 1px blue solid;
	width: 150px;
	height: 120px;
}

#copyright img {
vertical-align: bottom;
}
