
@charset "UTF-8";

/* HTML & Body
------------------------------------------------ */
* { margin: 0; }


#left_title a {
	color: #c9c8c8;
		text-decoration: none;
	float: left;
	padding-left: 20px;
		font-size: 25px;
		border: none;

}

.smalltitle {
	font-size: 14px;
}


/* = LAYOUT   ----------------*/

html, body {
     height: 100%;
 }
 
body {
	font-family: "Trebuchet MS", Arial, Verdana;
	background-color: #535455;
}
 
#topcontainer {
	background-color:#f1f1f1;
	margin: 0px;
	padding-top: 20px;
	padding-bottom:40px;
}

#top {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#gallerycontainer {
	/*padding-bottom: 50px;*/
	width: 650px;
	background-color: #FFFFFF;
	/*background-image: url(../../images/gallery_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#gallery {
	padding-top: 20px;
	
}

/*--bottom--*/

#bottomcontainer {
	padding-top: 0px;
	/*
	
	
	
	*/

}

#bottom {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCCCCC;
	font-size:13px;
}

.content {
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
}
/*-- menu links --*/

.menulistcontainer {
	width: 233px;
	float: left;
}

.menulistcontainer a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	border: none;
}



.menulistcontainer ul {
	margin:0px;
padding: 0px;
}

.menulistcontainer ul li {
	list-style-type: none;
	border: none;
	
}

/*-- left --*/



.left li {
	background-image: url(../../images/menu_left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 25px;
	margin-bottom: 5px;
	border: none;
}

.left li a {
	padding-left: 40px;
		padding-top:8px;
		border: none;

	}


.left li:hover {
 
	background-image: url(../../images/menu_link_hover.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}



.left li.active {
	background-image: url(../../images/menu_link_active.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.left li.active:hover {
	background-image: url(../../images/menu_left_active.jpg);

}
.left li.active a {
	font-size: 22px;
		padding-top: 0px;

}

.left li.active:hover, .middle li.active:hover {
		
}


/*-- middle --*/
.middle ul {
	margin-left: 10px;
}

.middle li {
	background-image: url(../../images/menu_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 1px;
height:25px;
margin-left: 5px;
margin-bottom: 5px;
}

.middle li:hover {
	background: url(../../images/menu_hover.jpg) no-repeat left bottom;
}


.middle li.active {
	background-image: url(../../images/menu_middle_active.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.middle li.active:hover {
	background-image: url(../../images/menu_middle_active_hover.jpg);
}
.middle li.active a {
	font-size: 18px;
	padding-top: 3px;
	}


.middle li a {
padding-left:30px;
padding-top: 6px;
}

/*-- right --*/
.right ul {
	margin-left: 15px;
	
}

.right li {
	background-image: url(../../images/menu_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:18px;
	margin-bottom: 4px;
	height:25px;

}

.right li:hover {
	background: url(../../images/menu_hover.jpg) no-repeat left bottom;
}

.right li.active {
background-image: url(../../images/menu_right_active.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.right li.active:hover {
	background-image: url(../../images/menu_middle_active.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.right li.active a{
	font-size: 16px;
	padding-top: 4px;
}

.right li a {
padding-left:50px;
padding-top: 7px;
font-size:12px;


}

/* = FORM STYLE
#############*/


/*  slider */
#slideWrapper, .contact_trigger {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #363636;
}

.contact_trigger {
	padding: 0px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.contact_trigger a{
	text-decoration: none;
	font-size: 13px;
	border: none;
}

.contact_trigger a img {
	border: none;
	}




#contactform {
	font-size: 12px;
}

tr {
}



fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label {
	margin-top: 10px;
	font-weight: bold;
	color: #666666;
}

#vertical_slide label {
color:#CCCCCC;
}

legend {
	font-weight: bold;
}
#form {
}

#EmailForm {
}


#submit {
	
}

form div.required {
	font-weight: bold;
}

.required {
	font-weight: bold;
}

.padding {
	padding-left: 10px;
}

input {
	clear: both;
	float: left;
}
.wrapper #outer #outertop #container .inner #mainContent #contactform #EmailForm #cfName {
	width: 354px;
}
.wrapper #outer #outertop #container .inner #mainContent #contactform #EmailForm #cfEmail {
	width: 354px;
}

input, textarea {
	background-color: #ffffff;
	padding: 3px;
}

textarea {
	width: 488px;
}
.wrapper #outer #outertop #container .inner #mainContent #contactform #EmailForm #cfContact {
	float: right;
}

textarea:hover, input:hover {
	background-color: #e9f8fe;	
}

.button {
}

select {
}

select:hover {
}
/*-----------------------------------------------------------*/



/* ------------------ = FONTS ---------------*/

h1, h1 a {
	font-size: 60px;
	color: #c9c8c8;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h2, h2 a {
	font-size: 35px;
	color: #e9e9e9;
	text-align: right;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
		border-bottom: px solid #e9e9e9;

}

/*-- classes --*/

a {
	text-decoration: none;
	border: none;
}

.clearboth {
	clear: both;
	}
	
a img {
	border: none;
}

