body {
	font-family: Arial, Helvetica, sans-serif;
}

div#site {
	padding-right: 16px;
	padding-left: 16px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	margin-left: 4px;
	margin-right: 4px;
	height: 107px;
}
	div#header img#logo {
		float: left;
		height: 65px;
		width: 256px;
		margin-top: 11px;
	}
	div#header_right {
		float: right;
		width: 307px;
		margin-top: 25px;
	}
		div#header_right img {
			float: left;
		}
		div#header_right img#header_phonenumber {
			margin-right: 20px;
		}
		div#header_right div#lang_select {	
			float: right;
			border: none;
			width: 180px;
			margin-top: 15px;
		}
			div#header_right div#lang_select span {
				float: left;
				width: 130px;
				padding-left: 25px;
				background-image: url(../images/decorations/select_en.png);
				background-repeat: no-repeat;
				background-position: left center;
				color: #a7a9ac;
				font-size: 12px;
				font-weight: lighter;
				line-height: 18px;
				vertical-align: middle;
			}
			div#header_right div#lang_select a {
				float: right;
				border: none;
			}
			div#header_right div#lang_select ul {
				position: absolute;
				display: none;
				top: 19px;
				left: -2px;				
				width: 155px;
				border: 1px solid #bbbbbb;
				background-image: url(../images/decorations/bg_select.png);
				background-repeat: repeat;
				z-index: 1;
			}
			div#header_right div#lang_select ul li {
				float: left;
				width: 130px;
				border: none;				
				padding-left: 25px;
				background-image: url(../images/decorations/select_en.png);
				background-repeat: no-repeat;
				background-position: 2px center;			
			}
			div#header_right div#lang_select ul li:hover {
				background-color: #1297e3;
			}
				div#header_right div#lang_select ul li a {
					float: left;
					display: block;
					text-decoration: none;
					font-size: 12px;
					font-weight: lighter;
					line-height: 18px;
					vertical-align: middle;
					color: #a7a9ac;	
				}
				div#header_right div#lang_select ul li:hover a {
					color: #ffffff;	
				}

ul#nav {
	clear: both;
	height: 43px;
	width: 100%;
	overflow: hidden;
	background-image: url(../images/navi.png);
	background-repeat: no-repeat;
	background-position: top left;
}
	ul#nav li {
		float: left;
		width: 16%;
		list-style: none;
		font-size: 12px;
		line-height: 43px;
		vertical-align: middle;
		text-align: center;
		color: #04a8c6;
	}
	ul#nav li a {
		text-decoration: none;
		color: #04a8c6;
	}
	ul#nav li.active a, ul#nav li:hover a {
		text-decoration: none;
		color: #ffffff;
	}

div#teaser {
	margin-top: 5px;
	width: 958px;
	height: 310px;
}
	div#teaser div.tuts {
		position: absolute;
		top: 278px;
		left: 846px;
		height: 14px;
		width: 112px;
	}
		div#teaser div.tuts img {
			cursor: pointer;
		}

div#subtitles {
	height: 108px;
	margin: 3px 4px 0 4px;	
	padding-top: 15px;
	padding-bottom: 9px;
	background-image: url(../images/decorations/bg_subtitle.png);
	background-repeat: repeat-x;
	background-position: top left;
}
	div#subtitles div.subtitle {
		float: left;
		border-right: 2px solid #1298e3; 
	}
		div#subtitles div.subtitle h2 {
			position: relative;
			text-indent: -9999px;
			height: 39px;
		}
		div#subtitles div.subtitle p {
			font-size: 11px; 
			height: 69px;
			overflow: hidden;
		}
		
div#home_content {
	margin: 6px 4px 0 4px;
}
	div#home_content div.left_column {
		float: left;
		display: inline;
		padding-left: 20px;
		padding-right: 10px;
		border-right: 1px solid #e8e8e8;
		width: 569px;
	}
	div#home_content div.right_column {
		float: left;
		display: inline;
		padding-left: 20px;
		padding-right: 10px;
		border-right: none;
		width: 320px;

	}
	div#home_content h3 {
		margin-top: 7px; 
		font-size: 15px;
	}
	div#home_content p {
		margin-top: 15px;
		font-size: 12px;
	}
	div#home_content ul {
		margin-top: 15px;
		font-size: 12px;
	}
div.home_gradient {
	height: 174px; /* 214px; */
	padding-top: 25px;
	padding-bottom: 15px;
	background-image: url(../images/decorations/bg_home_gradient.png);
	background-repeat: repeat-x;
}	
	div.home_gradient h3 {
		height: 20px;
		text-indent: -9999px;
	}
	div.home_gradient div.left_column h3 {
		background-image: url(../images/decorations/title_welcome.png);
		background-repeat: no-repeat;
		background-position: top left;
	}
	div.home_gradient div.right_column h3 {
		background-image: url(../images/decorations/title_news.png);
		background-repeat: no-repeat;
		background-position: top left;
	}
	div.home_gradient ul li {
		margin-top: 12px;
		background-image: url(../images/icons/bullet_news.png);
		background-repeat: no-repeat;
		background-position: top left;
		line-height: 1.3em;
	}
		div.home_gradient ul li a {
			text-decoration: none;
		}
		div.home_gradient ul li span {
			display: block;
			padding-left: 15px;
			line-height: 1em;
			font-weight: bold;
			font-size: 0.9em;
			color: #1298e3;
		}
		
div#content {
	float: right;
	width: 603px;
	margin-right: 4px;
	margin-top: 13px;
	margin-bottom: 25px;
	padding: 20px 35px 10px 35px;
	background-image: url(../images/decorations/bg_content.png);
	background-repeat: no-repeat;
}
	div#content h1 {
		font-size: 20px;
		color: #04a8c6;
	}
	div#content h2 {
		font-size: 18px;
		color: #04a8c6;
	}
	div#content p {
		margin-top: 20px;
		font-size: 12px;
		text-align: justify;
	}
		div#content p a {
			text-decoration: none;
			color: #04a8c6;
		}
		div#content p span#title_1 {
			font-weight: bold;
			font-size: 14px;
		}
		div#content p span#title_2 {
			font-weight: bold;
		}
	div#content ul {
		margin-right: 4px;
	}
		div#content ul li {
			padding-top: 9px;
			padding-bottom: 8px;
			padding-left: 30px;
			background-image: url(../images/decorations/bullet_submenu.png);
			background-repeat: no-repeat;
			background-position: 15px center;
			font-size: 12px;
		}
			div#content ul li a {
				text-decoration: none;
			}
			div#content ul li a:hover {
				text-decoration: underline;
			}

div#sidebar {
	float: left;
	width: 251px;
	margin-top: 13px;
	margin-left: 4px;
	margin-bottom: 12px;
}	
	div#sidebar div.box {
		width: 251px;
		padding-top: 20px;
		background-image: url(../images/decorations/bg_sidebox.png);
		background-repeat: no-repeat;
	}
	div#sidebar div.box_sliding_door {
		width: 251px;
		height: 13px;
		margin-bottom: 13px;
		background-image: url(../images/decorations/bg_sidebox.png);
		background-repeat: no-repeat;
		background-position: bottom left; 
	}
		div#sidebar div.box h2 {
			margin-left: 30px;
			font-size: 18px;
			color: #04a8c6;
		}
		div#sidebar div.box ul {
			margin-top: 10px;
			margin-right: 4px;
		}
			div#sidebar div.box ul li {
				border-top: 1px dotted #adadad;
				padding-top: 9px;
				padding-bottom: 8px;
				padding-left: 30px;
				background-image: url(../images/decorations/bullet_submenu.png);
				background-repeat: no-repeat;
				background-position: 15px center;
				font-size: 12px;
			}
				div#sidebar div.box ul li a {
					text-decoration: none;
				}
				div#sidebar div.box ul li a:hover {
					text-decoration: underline;
				}
		div#sidebar div.box div.box_content {
			margin-right: 4px;
			padding-top: 12px;
			padding-bottom: 15px;
			padding-left: 30px;
		}
			div#sidebar div.box div.box_content p {
				font-size: 12px;
				color: #898989;
			}
				div#sidebar div.box div.box_content p span#title {
					font-weight: bold;
					color: #898989;
				}
		div#sidebar div.contact img {
			margin-bottom: 5px;
		}
	
div#footer {
	height: 46px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/decorations/bg_footer.png);
	background-repeat: no-repeat;
}
	div#footer p {
		float: left;
		display: inline;
		margin-top: 10px;
		font-size: 10px;
		color: #898989;
	}
	div#footer ul{
		float: right;
		display: inline;
	}
	div#footer ul li {
		float: left;
		margin-left: 2px;
		line-height: 46px;
		vertical-align: middle;
		font-size: 12px;
		color: #898989;
	}
		div#footer ul li a {
			text-decoration: none;
		}
		div#footer ul li a:hover {
			text-decoration: underline;
		}

.image_link {
	text-decoration: none;
	border-style: none;
}

.is_relative {
	position: relative;
}

.clearer {
	clear: both;
}

