
@import url(header.css);
@import url(navi.css);
@import url(content.css);


html {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: white url('/style/img/background.gif') repeat-y center;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 12px; /* IE5 Win */
}

html>body {
	/* be nice to Opera */
	font-size: 12px;;
}

h1 {
	color: #0C3E85;
}
h2 {
	color: #0C3E85;	
}
h1 a,h2 a{
	color: #0C3E85;
}
h3 {
	color: #0C3E85;
}

a {
	color: #0C3E85;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#headTitle {
	display: none;
}

.kontakt{
	width:140px;
	background-color:#fff0a6;
	font:bold 11px arial, helvetica;
	color: #0C3E85;
}

.kontakt_text td{
font:bold 11px arial, helvetica;
	color: #0C3E85;
}

.kontakt_text{
	padding-left:3px;
	
}



.limes{
	position: relative; 
	width: 900px;
	display:block;
	margin:auto;
	padding: 0;
	height:100%;
	background-color:white;
}
