@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Verdana;
 	background: url(images/bg.jpg) repeat top left;
	font-size: 12px;
	text-align: center;
	line-height: 160%;
	/*scrollbar-face-color : #D8D8D8;
	scrollbar-highlight-color : #EFEFEF;
	scrollbar-shadow-color : #C6C6C6;
	scrollbar-3dlight-color : #B1B1B1;
	scrollbar-arrow-color : #898989;
	scrollbar-track-color : #EFEFEF;
	scrollbar-darkshadow-color : #B1B1B1;*/
}

img, img a {
	border: none; 
}
/***********************************************/
/* Layout Divs		   */
/***********************************************/

#main {
	width: 900px; 
	height: auto;
}
#header{
	width: 900px;
	height: 201px;
	background: url(images/header.jpg) no-repeat top left; 
	text-align: right; 
}
#contact {
	height: auto;
float: right;
	vertical-align: bottom;
	margin-top: 150px;
	margin-right: 30px;
}
#content {
	width: 900px;
	height: auto; 
	background: url(images/content_bg.jpg) repeat-y top left; 
	text-align: left; 
	font-size: 12px;
}
#footer {
	clear:both;
	width: 900px;
	height: 93px;
	background-color: white; 
	background: url(images/footer.jpg) top no-repeat; 
	text-align: left;
}	

#content_left {
	width: 600px;
	height: auto; 
	float: left; 
	padding-left: 80px;
}
#content_left li{
	list-style-type: none
}
#content_right {
	background: url(images/right_bg.jpg) repeat-y top left; 
	width: 155px;
	height: 300px; 
	float: right; 
	color: #ff0044;
}

.clear {
  clear:both;
  display:block;
  height:1px;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:1px;
  }
  



############ TEXT #################
.kl {
	font-size: 10px;
}
a, a:link, a:visited {
	color: #ff0044;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size: 13px;
	color: #ff0044;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content_right a, #content_right a:link, #content_right a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	text-decoration: none;
}
.menu_act a,  .menu_act a:link, .menu_act a:visited {
	color: #ff0044;
} 
.menu_no a,  .menu_no a:link, .menu_no a:visited {
	color: #ff0044;
} 

form, fieldset {
	border: none;
}
input, textarea {
	background-color: #cccccc;
	border: none;
	vertical-align: top;
	padding: 2px;
	border: 1px solid white;
	font-family: Trebuchet MS;
}