body {
	//background: url("/images/mark1045x400.jpg") no-repeat center top;
	//margin-top: 270px;
}
	
#container {
	position: relative;
}

#marktop {
	position: absolute;
	top: -350px;
	left: 1em;
	z-index: 1000;
	transform: rotate(-10deg);
	font-size: 3em;
	color: white;
}

@media screen and (max-width: 767px) {
#marktop {
	top: -300px;
}
}

#marktop a {
	color: white;
}
	
#anketa1 {
	padding:50px 200px;
}

.width280 {
	width:280px;
}

.underlined {
	text-decoration:underline;
}

.topovany {
}

.netopovany {
}

.rounpozadie {
	background:#def;
	text-align:left;
	color:brown;
}

#viewtype1 {
	font-size:12px;
}

#topclenovia {
	padding-left:120px;
}

.button-link {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
#galobr {
    color:#FFF;
    font-weight:bold;
}

/*
@media screen and (min-width: 1035px) {
    html { 
      background: url(/images/strawsbg50.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
}
*/

/* new d.n. */
.ndn {
    display:none;
}

.infoalert {
    background: #edf;
    color: blue;
    padding: 5px;
    width: 500px;
    border: 1px solid blue;
}

.infoalert a {
    text-decoration: underline;
}

#inzBrCr {text-align: center;}

#testcheckobn {float:right;}