@charset "utf-8";

/* Containers
----------------------------------------------------------------------------------------------------*/

@media projection, screen {

#top, #cont, .shb, .sht, .bl {
	width:100%;
	margin: 0 auto;
	clear:both;
}

#top {
	height:120px;
}

#menu {
	z-index:2;
}

#cont {
	z-index:0;
}

.sortp img, img.img {
	padding:1px;
	max-width:535px;
	overflow:hidden;
	border:1px solid;
	margin-bottom:10px;
}
#sort img {
	padding:1px;
	max-width:299px;
	max-height:80px;
	overflow:hidden;
	border:1px solid;
	margin-bottom:10px;
}

} /* media print, projection, screen */

@media projection, screen {
	
body {
	background-color:#215b26;
	background-image:url(bg/03.png);
	background-position: center -10px;
	background-repeat:no-repeat;
}

#top, #cont {
	background-image:url(06_09.png);
	background-position:center;
	background-repeat:repeat-y;
}

.shb {
	background-image:url(06_05.png);
	background-position:center;
	background-repeat:no-repeat;
	height:41px;
}

.sht {
	background-image:url(06_07.png);
	background-position:center;
	background-repeat:no-repeat;
	height:41px;
	margin-top:200px;
}

.bl {
	background-image:url(06_02.png);
	background-position:center;
	background-repeat:repeat-y;
	height:8px;
}

.logo {
	background-image:url(logo.png);
	background-position:center;
	background-repeat:no-repeat;
	height:80px;
}

.sortp img, #sort img, img.img {
	border-color:#aeaeae;
}

#mojeMapa{
	border:1px solid #ccc;
	height:600px;
	margin-bottom:15px;
}
#mapControl {
	margin-bottom:8px;
}

} /* media projection, screen */



/* Typography
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Georgia, "New York CE", utopia, serif;
	font-size:16px;
	font-weight:300;
	letter-spacing:.01em;
}

h1 {
	font-style:italic;
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	margin-top:35px;
}

h2 {
	font-style:italic;
	border-top:2px solid;
	border-bottom:1px solid;
	line-height:46px;
	font-size:28px;
	margin-top:35px;
}
h3 {
	font-size:18px;
	font-style:italic;
	margin-bottom:5px;
}


strong {
	font-weight:normal;
	border-bottom:1px dotted;
}

a {
	text-decoration:underline;
}

li {
	margin-bottom:1em;
}

#head {
	font-style:italic;
	font-size:25px;
	padding-top:14px;
}

#head span, #head h1 {
	display:block;
	font-size:45px;
	font-weight:bold;
	line-height:50px;
	margin-bottom:10px;
	margin-top:0;
}

#menu ul{
	margin:0;
}

#menu li {
	list-style:none;
	font-size:17px;
	font-style:italic;
	font-weight:400;
	line-height:33px;
	border-top:2px solid;
	border-bottom:1px solid;
	margin-bottom:0;
}
#menu li.spacer {
	border:0;
}

#menu a {
	text-decoration:none;
}

#sort {
	font-size:85%;
}
#sort ul {
	margin-bottom:30px;	
}
#sort li {
	margin-bottom:2px;
}
#sort h3 {
	font-size:16px;
}


#foot {
	font-size:80%;
	margin-bottom:45px;
	margin-top:15px;
}
.kont {
	border-top:2px solid;
	border-bottom:1px solid;
}

@media projection, screen {
	
body {
	color:#111;
}

#foot, #foot p {
	color:#eee;
}


a, a:link, a:active {
	color:#1e3a56;
}
a:hover {
	color:#43668e;
}
a:focus {
	/*background-color:#600;*/
	background-color:#1e3a56;
	color:#fff;
}


#top a, #top a:link, #top a:active {
	color:#111;
}
#top a:hover {
	color:#43668e;
}
#top a:focus {
	color:#fff;
}
#foot a, #foot a:link, #foot a:active {
	color:#eee;
}
#foot a:hover {
	color:#ccc;
}



li.nov a, li.new a {
	color: #B22222;
}
li.nov a:hover, li.new a:hover {
	color:#c44c4c;
}
li.nov:after {
	content: "  [novinka]";
}
li.new:after {
	content: "  [Neuheit]";
}
li.nov:focus, li.new:focus {
	color: #fff;
}


.emp, .emp a {
	color:#b22222;
}
.emp a:hover {
	color:#c44c4c;
}

} /* media projection, screen */


/* Special
----------------------------------------------------------------------------------------------------*/

.no {
	display:none !important;
}

.left {
	float:left;
}
.right {
	float:right;
}


#mojeMapa strong {
	width:100%;
	border:none;
	font-weight:bold;
	text-align:center;
}

@media print {

body {
	letter-spacing:0;
}
#menu {
	display:none;
}
a {
	color:#000;
	text-decoration:none;
}

}

