html{
    height:100%;
}
body{
    background: #000000
    
}
.MsoNormal{
    color: white;
} 
#header{
    background-color: #000080;
    height: 130px;
    width: 700px;
    padding: 5px 5px 5px 5px;
    float: none;
}
#nav{
    background-color:#000080;
    width: 800px;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    float: none;
    clear: both;  
}
#kontakt {
    font-size: 16px;
    font-family: sans-serif;
    color: white;
    border: dotted;
    border-color: aqua;
    background-color: blue;
    width: 70%;
}
button.shiny-blue {
  background: #2463de;
  background: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #759ae9), color-stop(0.5, #376fe0), color-stop(0.5, #1a5ad9), color-stop(1, #2463de));
  border-top: 1px solid #1f58cc;
  border-right: 1px solid #1b4db3;
  border-bottom: 1px solid #174299;
  border-left: 1px solid #1b4db3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 0;
  text-shadow: 0 -1px 1px #1a5ad9;
  width: 150px;
}

button.shiny-blue:hover {
  background: #0d53de;
  background: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #5d89e8), color-stop(0.5, #2261e0), color-stop(0.5, #044bd9), color-stop(1, #0d53de));
  cursor: pointer;
}

button.shiny-blue:active {
  border-top: 1px solid #1b4db3;
  border-right: 1px solid #174299;
  border-bottom: 1px solid #133780;
  border-left: 1px solid #174299;
  -moz-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eee;
  -webkit-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eee;
  box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eee;
}
#content{
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    width: 800px;
    height:auto;
    background-color:#000080;
    overflow: auto;
    color: white;
}   
div{
     float: none;
}

p.news{
    font-size:18px;
    color: white;
    margin:30px 30px 30px 30px;
}
p.data{
    font-size:14px;
    color: white;
}
p.sss{
    margin-left: 30px;
}
img.anonce{
    float:left;
    width: 130px;
    height: 130px;
    margin: 0px 10px 10px 0px;
   }
a { color:yellow;
font-size: 18px;
text-decoration: none;
line-height:30px;
cursor: pointer;
}   
a:visited { color:aqua;

}
a:hover { color: yellow;
font-size: 20px;
} 
a:active { color: red;
}         
a.email{
    color: yellow;
    text-decoration:none;
}
a.email:hover {
    color: yellow;
    text-decoration:underline
}
#footer{
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    width: 830px;
    background-color:#000080;
    font-size: 14px;
    color:white;
}

#back-top {
	position: fixed;
	top: 30px;
    right: 30px;
	margin-left: -150px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 58px;
	height: 58px;
	display: block;
	margin-bottom: 7px;
	background:  url(/images/001.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
    background:  url(/images/001.png) white no-repeat center center;
    
    	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#slidingDiv, #slidingDiv_2, #slidingDiv_3, #slidingDiv_4, #slidingDiv_5, #slidingDiv_6, #slidingDiv_7, #slidingDiv_8, #slidingDiv_9, #slidingDiv_10, #slidingDiv_11, #slidingDiv_12, #slidingDiv_13, #slidingDiv_14,#slidingDiv_15,#slidingDiv_16,#slidingDiv_17,#slidingDiv_18,#slidingDiv_19,#slidingDiv_20{
    height:auto;
    background-color: #000080;
    padding:20px;
    margin-top:10px;
    display:none ;
}
h1 { 
    color: yellow;
    font-size: 24px;
}
h1.title { 
    color: yellow;
    font-size: 20px;
}