/*******
******** STYLES FOR COMMON LAYOUT */

#body {
	font-size: .7em; background-color: white;
}

/* HEADER */
#header {
	height: 23px;
}
#header h1 {
	width: 392px; height: 23px; font-size: 100%;
}
#header h1 a {
	display: block; height: 23px; text-align: left; text-indent: -5000px;
}

/* MAIN MENU */
#menu {
	height: 23px; list-style-type: none;
}
#menu li {
	float: left; height: 23px; line-height: 23px;
}
#menu li a {
	text-transform: uppercase; font-weight: bold; text-decoration: none;
}

/* MAIN CONTENT */
#main {
	position: relative; clear: both; height: 427px; background-color: #f6f5f3;
}
#main .contact {
	height: 427px; background: transparent url(../images/kontakt.jpg) center no-repeat;
}
#main .contact p, #main .contact p br {
	display: none;
}
#main .contact p.emails {
	display: block; position: absolute; right: 118px; bottom: 36px; width: auto; height: auto;
}
#main .contact p.emails a {
	display: block; width: 250px; height: 20px; text-indent: -5000px;
}

/* SUBMENU */
#submenu {
	position: absolute; width: auto; height: auto; left: 0px; top: 0px; list-style-type: none; padding-top: 8px; padding-left: 12px;
}
#submenu li a {
	text-decoration: none; text-transform: uppercase; white-space: nowrap; 
}
