body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
background: #3399CC url(/templates/domkontakt/images/background.jpg) repeat-x top left;

}

a {
	color: #ff6600;
}
a:visited {
	color: #ff6600;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
}

#container {
	width: 978px;
	margin: 0px auto;
}


#header {
	height: 93px;
	background: #003366 url(/templates/domkontakt/images/domkontakt.gif) no-repeat top left;
	position: relative;
}

#header #dogs {
	
	position: absolute;
	left: 0px;
	top: 0px;

}

#header #languages {
	position: absolute;
	right: 93px;
	bottom: 5px;
	padding: 3px;
	font-size: 12px; line-height:  140%; 
}
#header #languages a {
	padding: 5px;
	color: white;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

#header h1 a {
	height: 100px;
	width: 200px;
}
	
	
#navigation {
	float: left;
	width: 154px;
	padding-top: 5px;
}
.menu {
	margin: 0px;
	padding: 0px;
}
.menu li {
	color: #0066CC;
	list-style-type: none;
	padding: 0px;
}
.menu li.menutop, div.menutop {
	background: url(/templates/domkontakt/images/menu_back.gif) no-repeat top left;	
	padding: 9px;

	color: #FF6600;
	font-size: 0.85em;
	line-height: 14px;
	font-weight: bold;
}

.menu li a, .menu li a:visited {
	display: block;
	padding: 5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1em;
}

.menu li.selected {
	background: #0099cc;
}
.menu li.selected a {
	color: white;
	font-variant: normal;
}

#navigation form fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#navigation form fieldset label {
	color: white;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px; 
}
#navigation form fieldset input,  #navigation form fieldset select {
	width: 90%;
	margin-left: 5px;
	margin-bottom: 15px;
}
.menu li a:hover {
	background: #ff6600;
	color: white;
}


	
#content {
	float: left;
	background: #FAF0E4 ;
	width: 641px;
	clear: right;
	position: relative;
}

#content h1.title {
	background: #0066CC url(/templates/domkontakt/images/title_back.jpg) no-repeat bottom left;
	margin: 0px;
	font-size: 12px;
	color: white;
	height: 37px;
	line-height: 36px;
	padding-left: 15px;
}

#content p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	padding: 20px;
	margin: 0px;
}

#content #imageHolder {
	position: absolute;
    display: block;
    background: url(/images/shadow.png) no-repeat bottom right;
    margin: 18px 3px 0 18px;
	right: 0px;
	display: none;
}
#content #imageHolder:before {
    content:"";
    background: url(/images/shadow.png) no-repeat top right;
    margin: -9px 0 0 0;
    display: block;
    height: 9px;
}

/* The bottom-left corner of the shadow */
#content #imageHolder:after {
    content: "";
    background: url(/images/shadow.png) no-repeat bottom left;
    margin: -30px 0 0 -9px;
    display: block;
    width: 9px;
    height: 30px;
}

#content #imageHolder > * {
    margin:0;
    display: block;
    position: relative;
    top: -9px; 
    left: -9px;
}

#imageHolder img {
	padding: 10px;
	border: 1px dotted #996633;
	background: white;
}

#footer {
margin-left:145px;
	padding: 10px;
	font-size: 11px;
	color: white;
	text-align: center;
}

#footer a {
	color: #666;
}


#content h1 {
}


#submenu {
	width: 150px;
	padding-bottom: 50px;
	float: left;
	font-size: 11px;
}

#column {
	float: left;
}



.objectBox {
	margin: 5px;
	padding: 10px;
	border-bottom: 1px dotted #996633;
}

.objectBox h2 {
	margin: 0px;
	font-size: 1.3em;
	letter-spacing: -1px;
}

#content .objectBox p {
	padding: 0px;
	margin: 0px;
}

.objectBox .imagesHolder {
	float: right;
	width: 260px;
	text-align: right;
}

.objectBox .imagesHolder img {
	border: none;
	padding: 5px;
	border: 1px dotted #996633;
	background: white;
}

.objectBox dl {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}
.objectBox dl dt {
	float: left;
	text-align: right;
	width: 140px;
	padding-right: 5px;
	color: #993300;
	padding: 4px;
}
.objectBox dl dt:after {
	content: ":";
}
.objectBox dl dd {
	font-weight: bold;
	padding: 4px;
}
.objectBox dl dd.red, .objectBox dl dt.red {
	font-size: 120%;
	color: red;
}
.objectBox dl dd.red {
	color: black;
}
.objectBox h3 {
	margin: 0px;
	margin-top: 20px;
	font-size: 1em;
}

.pager {
	margin: 5px;
	padding: 6px;
	padding-top: 3px;
	font-size: 11px;
	border-bottom: 1px dotted #996633;
	text-align: right;
}

.pager span {
	margin-left: 5px;
	margin-right: 5px;
}

.pager a {
	letter-spacing: -2px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.clear {
	clear: both;
}

#contactForm {
	padding-bottom: 30px;
	text-align: center;
}
#contactForm h2 {
	margin: 0px;
	padding: 10px;
	text-align:center;
	font-size: 12px;
}
#contactForm form {
	width: 400px;
	margin: auto;
}


#contactForm fieldset, #contactFormSmall fieldset {
	padding: 3px;
	margin: 0px 0px 5px 0px;
	border: none;
	background: #FFFFCC;
	border: 1px dotted #ffcc00;
}

#contactForm label {
	float: left;
	text-align: right;
	line-height: 22px;
	width: 100px;
	color: #666;
	padding-right: 5px;
}
#contactForm label span {
	margin-left: 5px;
	font-weight: bold;
	color: red;
}

#contactForm textarea {
	width: 260px;
	border: 1px inset #eeeeee;
	height: 200px;
}

#contactForm input[type=text], #contactForm select, #contactForm input[type=password],
#contactFormSmall input[type=text], #contactFormSmall select, #contactFormSmall input[type=password] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	border: 1px inset #CCC;
	padding: 3px;
	margin: 0px;
		
	width: 260px;
	display: inline;
}

#imageLoading {
	position: absolute;
	display: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 20px;
	background: white;
	color: black;
	-moz-opacity: 0.5;
}

.specialoffer {
	background-color: #0099cc;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
	text-align: center;
}

.specialoffer h2 {
	margin: 5px;
	font-size: 13px;
	text-align: center;
}

.specialoffer h2 a {
	text-decoration: none;
}

.specialoffer img {
	width: 140px;
	border: 0px;
}

dl.tecajna {
	color: white;
	margin: 5px;

}
dl.tecajna dt {
	margin: 0;
	padding: 2px;
	float: left;
	display: block;
	width: 50px;
	font-weight: bold;

}
dl.tecajna dd {
	padding: 2px;
}

.prodano {
	padding: 5px;
	background: red;
	font-size: 14px;
	font-weight: bold;
	color: white;
	width: 100px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tecajna iframe {
	padding: 2px;
	background: white;
	width: 150px;
	height: 7em;
	overflow: hidden;
}

#quickform input,#quickform textarea {	
border: none;
padding: 2px;
margin: 0;
width: 140px;
}
#quickform textarea {
height: 150px;
}