@charset "utf-8";

@import  "fontface.css";
@import  "reset.css";
/* CSS Document */

/* GLOBAL */
.noscreen { display: none; }
.reseter { float: none; clear: both; height: 1px; width: 100%; }
.f-r { float: right }
.right { text-align: right; }

strong {
	font-weight: bold !important;
}

a {
	color: #df0018;
	border-bottom: 1px dotted #df0018;
	text-decoration: none;
}

a:hover {
	color: #df0018;
	border: 0;
	text-decoration: none;
}


body {
	background: url('../img/bg1.jpg') repeat-x top;
	font-size: 14px;
	font-family: Arial, Helvetica;
	line-height: 130%;
}

.bg2 {
	width: 100%;
	float: left;
	background: url('../img/bg2.png') no-repeat center top;
}

/* WRAPPER */
#wrapper {
    width: 960px;
    margin: 0 auto;
}

/* HEADER */
#header {
    width: 960px;
    height: 179px;
    float: left;
}

#header #homepage {
	float: left;
}

#header #homepage a {
	border: 0 !important;
}

.kontakt-pobocka {
	color: #FFF;
	font-family: 'Klavika';
	font-size: 20px;
	text-align: right;
	float: right;
	padding: 0px 15px 0px 10px;
	margin-top: 35px;
}

.pobocka-praha {
	border-right: 1px dotted #7b7172; width: 330px;
}

.kontakt-pobocka h2,
.kontakt-pobocka strong {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px !important;
}

.kontakt-pobocka .mesto {
	display: block;
	color: #7c7c7c;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.kontakt-pobocka p {
	margin: 10px 0px 0px 0px;
	width: 100%;
}

.kontakt-pobocka .tel {
	color: #df0018;
	font-size: 25px;
	font-weight: bold;
}

.kontakt-pobocka img {
	float: right;
	margin: 0px 0px 0px 5px;
}


/* CONTENT */
#content {
	background: #FFF;
	float: left;
	width: 920px;
	padding: 20px 20px 0px 20px;
}

#content p {
	padding-bottom: 15px;
}

#content ul {
	padding: 0px 0px 15px 18px;
}

#content ul li {
	list-style-type: square;
}

#content .gallery {
	margin: 0 0 15px;
}
#content .gallery .foto {
	float: left;
}
#content .homepage .gallery .foto {
	width: 33%;
}
#content .homepage .gallery .foto .img {
	float: left;
	margin: 0 10px 10px 0;
}

#content .homepage .gallery .foto .img img {
	max-width: 145px;
}

.kontakty-text a {
	border: 0 !important;
}

.gallery a {
	border: none !important;
}

#content h1, #content h2 {
	color: #c4c4c4;
	border-bottom: 1px dashed #c4c4c4;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;	
	padding: 0px 0px 3px 0px;
	line-height: 36px;
	margin-bottom: 15px;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* HOMEPAGE USERINFO */
#userinfo table, 
#userinfo tr,
#userinfo td {
	border: 0;
}

#cover {
	width: 960px;
	height: 300px;
	background: url('../img/img1.jpg');
	float: left;
}

#cover p {
	width: 355px;
	height: 216px;
	background: url('../img/text-bg1.png');
	color: #fff;
	float: right;
	margin: 30px 20px 0px 0px;
	padding: 20px 25px 0px 25px;
	text-align: right;
}

#cover p .red {
	color: #df0018;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	display: block;
	line-height: 110%;
}

#fotogalerie {
	width: 960px;
}

#fotogalerie .gallery .foto {
	width: 318px;
	float: left;
}

#fotogalerie .gallery .foto .img {
	float: left;
	padding-right: 6px;
}

#fotogalerie .gallery .foto p {
	color: #7c7c7c;
	padding: 0px !important;
	margin: 0px !important;
}

#fotogalerie .gallery .foto p strong {
	color: #000;
}

#fotogalerie .gallery .foto .vice {
	text-decoration: none;
	font-weight: bold !important;
	font-size: 12px;
}

#userinfo {
	width: 960px;
	padding-top: 15px;
}

#userinfo .ui {
	width: 318px;
	float: left;
}

#section {
	float: left;
	width: 550px;
}

/* ASIDE */
#aside {
    /* width: 180px; */
    width: 300px;
    float: right;
}

#aside .fb-like-box .fbConnectWidgetTopmost {
	border: 0;
	moz-border: 0;
}


/* NAVIGATION */
#nav {
    width: 960px;
    height: 45px;
    background: url('../img/menu.png') repeat-x;
    -webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	float: left;
}

.nav li {
	list-style: none;
	float: left !important;
	display: block !important;
	padding: 0 !important;
}

.nav li a {
	padding: 15px 11px 0px 11px !important;
	height: 30px;
	text-shadow: none !important;
	color: #7c7c7c !important;
	float: left !important;
	font-size: 20px;
	font-family: Klavika;
	text-transform: uppercase;
	border: none !important;
	text-decoration: none;
}

.nav li a:hover {
	background: url('../img/menu2.png') repeat-x !important;
	color: #df0018 !important;
}

.nav .active {
	background: url('../img/menu2.png') repeat-x !important;
	color: #df0018 !important;
	box-shadow: none !important;
}

/* FOOTER */
#footer {
	border-top: 1px dotted #000;
	color: #b7b7b7;
	width: 920px;
	padding: 8px 20px 10px 20px;
	float: left;
	background: #FFF;
}

/* End of CSS Document */
