@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-color: #fff;
	background-image:url(../images/bg1.png);
	background-repeat:repeat-x;
		}
/* Text Styles */
.h1 {
	font-size:18px;
	font-family:Arial;
	color:#666666;
}
.h2 {
	font-size:18px;
	font-family:Arial;
	color:#00CCCC;
}
p {font-size:12px; font-family:Arial; color:#FFFFFF;}

.normaltextred{font-size:12px; font-family:Arial; color:#FF0000;}
.normaltext {
	font-size:12px;
	font-family:Arial;
	color:#333333;
	font-family: Arial;
	line-height: 18px;
}

.normaltextsmall {
	font-size:10px;
	font-family:Arial;
	color:#333333;
	font-family: Arial;
	line-height: 18px;
}

#slidecontainer { 

width: 664px; 
height: 301px;
overflow:hidden;

z-index:10;
}
.fadein {
	position:relative;
	margin-left:0px;
	margin-top:0px;
}
.map { position:relative; height:664px; width:301px;
margin-left:0px;
margin-top:0px; }
.fadein img {
	position:absolute;
	left:0px;
	top:0px;
	height: 301;
}


/* Header */

#headercontainer {
width:970px;
height:147px;
margin-left:auto;
margin-right:auto;
margin-top:3px;
	
}

#headerlogocontainer {
width:960px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#menucontainer {
	width:959px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/line1.png);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:4px;
}
/* right Divs */

.rightcontainer {
	
	float:right;
	margin-bottom:2px;
	width:282px;
	height:143px;
}

.contentcontainer {
	width:664px;
	height:auto;
	background-image:url(../images/line2.png);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	
}

.contentcontainernews {
	width:664px;
	height:auto;
	background-image:url(../images/line2.png);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:18px;
	font-family:Arial;
	color:#666666;
	
	
}



/* link Divs */

a.linkset2:link {
	color: #333333
}
a.linkset2:visited {
	color: #333333
}
a.linkset2:hover {
	color: #CC3300
}
a.linkset2:active {
	color: #333333
}


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #ffffff;
}

a:hover {
	color: #FF0000;
}
a:active {
	color: #fff;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
