/* General */
html,body,p,h1,h2,h3,h4,img,div,ul,ol,li,form {
	padding: 0;
	margin: 0;
	border: none;		
	background-color: transparent;
}


a {
	color: #900000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #f55;
}

/*  Layout  */
body {
	background-color: #FCE5BA;
	font-family: Arial, Helvetica, sans-serif;
}


.container {
/*	 border: 1px dotted #5e5;  /**/
}




.unit {
	/* border: 1px dotted #ff5;  /**/
	 display: block;
}



td.main_area {
	background-image: url(../images/bg.jpg);
	width: 1000px;
	padding: 0 10px;
}

.base {
	background-image: url(../images/top_shade.png);
	background-position: 0px 37px;
	background-repeat: repeat-x;
}

.base1 {
	background-image: url(../images/btm_shade.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.base2{
	background-image: url(../images/girl_pic1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;

}

.header {
	background-image: url(../images/top_bg.jpg);
	height: 37px;
}

div.logo  {
	width: 330px;
	float: left;
}

div.logo a {
	display: block;
	height: 184px;
	background-image: url(../images/top_logo.png);
	background-repeat: no-repeat;
} 

.top_menu {
	position: relative;
	width: 613px;
	top: -29px;
	margin-left: 330px;
	padding-left: 55px;

}

.top_menu ul {
	list-style: none;
}
.top_menu ul li {
	display: inline;
}

.top_menu ul li a {
	display: inline-block;
	width: 117px;
	margin-left: -35px; 
	background-image: url(../images/manu_norm.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 41px;
	padding-bottom: 16px;
	padding-left: 38px;	
	color: #9D0000;
	font-weight: bold;
}

.top_menu ul li a:hover {
	color: #D90000;
}

.top_menu ul li.active a {
	background-image: url(../images/manu_active.png);
	color: #fff;
}

.top_menu ul li a span {
	background-image: url(../images/arr.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 14px 0 0;
	margin-left: -11px;
}

.top_menu ul li.active a span {
	background-image: url(../images/arr_a.png);
}

.content {
	min-height: 800px;
	margin-left: 450px;
	width: 520px;
	padding: 10px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4b4437;
}

.content p {
	margin-bottom: 10px;
}


.footer {
	height: 121px; 
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 130px;
	color: #fff;
	font-size: 12px;
}

.user1 {
	margin-left: 22px;
}

.user3,
.user4 {
	clear: both;
	float: left;
	width: 400px;
	padding: 10px;
}

.user4 {
	margin-left: 34px;
	margin-top: -37px;
}

.user7 {
	width: 200px;
	float: left;
}

.user8 {
	float: right;
	width: 320px;
}

/*  Elements  */

.contentheading
{
	text-align: right;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #900000;
	width: 498px;
	margin-bottom: -10px;
}

.componentheading {
	font-size: 16px;
	font-weight: bold;
	color: #900000;
	width: auto;
	margin-top: 12px;
	margin-right: 20px;
	text-align: right;	
	margin-bottom: -10px;
}

.otziv {
	width: auto;
}

.contentheading.uzor,
.componentheading.uzor  {
	background-image: url(../images/uzor.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.content {
	font-size: 13px; 
	margin-top: -40px;
	margin-right: 10px;
}

.content table {
	padding: 2px;
	margin: 5px;
}
.content td {
	padding: 3px;
}

.content ul {
	margin: 10px 5px;
	padding: 0px 20px;
}


.module {
	margin-bottom: 15px;
}

.module h3 {
	text-align: center;
	color: #900000;
	text-transform: uppercase;
}

#phocagallery {
	display: inline-block;
}

#image-box {
	display: block;
	text-align: center;
}

form#searchForm {
	margin-top: 10px;
}

.content fieldset {
	border: none;
	width: 500px;
	display: block;
}

.content fieldset .small {
	font-weight: bold;
}