/*
Theme Name: Warema-Mustermann style
Theme URI: http://www.warema-mustermann.de
Description: Kopija no Warema Mustermann web lapas
Version: 1.0
Author: Madars Veners
Author URI: http://capital.lv/
Tags: warema mustermann
*/

/* CMS content */
@import url('content.css');

body{
	background-color: #00529C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

p, td, th, div, blockquote, input, textarea, select, h1, h2, h3, h4, h5, h6, ul, ol, li, font, dl, dt, dd, marquee
{
	font-family:inherit;
	font-size:inherit;
}

#header{
	background-color: #fff;
	height:145px;
	position:relative;
}

#logo{
	background-color: #fff;
	height: 107px;
	width: 230px;
	position: absolute;
	z-index:99;
	top: 0px;
}

#logo img{
	margin: 0px 0 0 45px;
}

#mainnav{
	background-color: #efeded;
	border-bottom: 1px solid #c4161c;
	border-top: 1px solid #c4161c;
	color: #000;
	position: absolute;
	height: 60px;
	top: 45px;
	width: 100%;
	z-index: 90;
}

#mainnav ul{
	position: absolute;
	left: 270px;
	top: 20px;
	z-index: 99;
	white-space: nowrap;
}

.menu ul{
	margin: 0;
	padding: 0;
}

.menu a,
.menu a:hover{
	text-decoration: none;
}

#mainnav li{
	border-right: 1px solid;
	display: inline;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 9px 0 0;
	padding: 0 9px 0 0;
}

#mainnav li.first_item{
	border-left: 0 none;
	margin-left: 0;
	padding-left: 0;
}
#mainnav li.last_item{
	border-right: 0 none;
}

#mainnav a:link,
#mainnav a:visited{
	color: #000;
}

#mainnav a:active,
#mainnav a:hover,
#mainnav a.active,
#mainnav li.current_page_ancestor a,
#mainnav li.current_page_item a{
	color: #C4161C;
}

#mainnavbg{
	background-image: url(images/navbg.gif);
	position: absolute;
	height: 62px;
	left: 230px;
	top: -1px;
	width: 165px;
	z-index: 91;
}





#vidus{
	background-color: #fff;
	background-image: url(images/bg_genBackground.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #c4161c;
	clear: both;
	margin-bottom: 20px;
	position: relative;
}

#container{
	position: relative;
	width: 980px;
}

#sidebar{
	float: left;
	width: 230px;
}

#search{
	padding: 40px 0 0 25px;
}

h2.pagetitle{
	color: #C4161C;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
}

.topsearchfield{
	background-color: #fff;
	border: 1px solid;
	float: left;
	height: 15px;
	width: 150px;
}

input.formsubmit{
	margin: 0 0 0 5px;
}

#subnav{
	color: #000;
	margin: 10px 0 0 25px;
}

#subnav li{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px;
}

#subnav li ul{
	padding: 5px 0 0 10px;
}

#subnav a:link,
#subnav a:visited{
	color: #000;
}

#subnav a:hover,
#subnav a.active,
#subnav li.current_page_item > a{
	color: #C4161C;
}

#centercontent{
	float: right;
	width: 730px;
}

#content{
	padding: 40px 0 20px;
}

#bottomnav{
	clear: both;
	color: #C4161C;
	font-size: 0.91em;
	padding: 20px 0 10px 25px;
}


.cleaner{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 0;
	width: 1px;
}


#page.firstpage {
	background-color:#FFFFFF;
	background-image:url(images/bild1.jpg);
	background-position:620px 0;
	background-repeat:no-repeat;
	width:100%;
}

.firstpage #header,
.firstpage #vidus{
	background-color:transparent;
	border:0 none;
	margin:0;
	width:100%;
}
.firstpage #logo {
	height:auto;
	width:275px;
}
.firstpage #logo img{
	margin: 0px 0 0 65px;
}
.firstpage #mainnav {
	background-image:url(images/bild_nav.jpg);
	background-position:620px 0;
	background-repeat:no-repeat;
}
.firstpage #mainnav ul {
	left:315px;
}
.firstpage #mainnavbg{
	left: 270px;
}

.firstpage #vidus {
	background-image:url(images/bg_home.jpg);
	background-position:0 -122px;
	background-repeat:no-repeat;
	height:255px;
}
.firstpage #centercontent {
	margin-right: 370px;
	width: 333px;
	color: #666;
}
.firstpage #footercontacts{
	color: #fff;
	position: absolute;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 0.9em;
	left: 65px;
	top: 435px;
}
.firstpage #sidebar{
	margin: 40px 0 0 40px;
}
.firstpage #sidebar a{
	color: #666;
}
.firstpage #sidebar a:hover{
	color: #C4161C;
}

/* Begin Images */
img{
	border:0;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


