/* FORMS */
input, select {
	border: 1px solid #58585a;
	font-size: 11px;
	font-family: verdana;
}

select {
	width: 285px;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: auto;
	text-align: center;
	background-color: #bbc4db;
}


td, th {
	font-size: 11px;
	vertical-align:top;
	line-height:25px;
	color: #58585a;
}


#page {	
	width: 955px;
	height: 500px;
	text-align: left;
	margin: auto;
	margin-top: 100px;
}


#left {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 250px;
	height: 346px;
	background-color: red;
}

#navi {
	position: absolute;
	margin-top: 0px;
	margin-left: 250px;
	width: 160px;
	height: 346px;
	background-color: #f5fbfe;
}

#content {
	position: absolute;
	overflow: auto;
	margin-top: 0px;
	margin-left: 410px;
	width: 545px;
	height: 346px;
	background-color: #ebf7fd;
}

/* Navi */
#navi .main {
	text-align: right;
	padding-right: 18px;
	padding-top: 30px;
}

#navi .main .element, #navi .main .element-act{
	margin-top: 6px;
	margin-bottom: 6px;
} 

#navi .main .element-act {
	margin-bottom: 0px;
}

#navi .main .sub .element, #navi .main .sub .element-act{
	margin-bottom: 0px;
	margin-top: 0px;
} 

#navi .main .element a, #navi .main .element-act a{
	font-family: Verdana;
	color: #58585a;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
} 

#navi .main .sub .element a, #navi .main .sub .element-act a{
	font-family: Verdana;
	color: #58585a;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
} 

#navi .main .element-act a, #navi .main .sub .element-act a {
	color: #9167be;
	font-weight: bold;
} 

/* Content */
#content .main {
	text-align: left;
	padding-top: 36px;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 20px;
	font-size: 11px;
	color: #58585a;
}

#content .main h1 {
	margin-top: -6px;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: normal;
	/*color: #58585a;*/
	color: #353535;
}

#content .main h2 {
	margin-top: 112px;
	margin-bottom: 6px;
	padding-right: 20px;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #bbc4db;
}

#content .main a img {
	border: 0px;
}

#content .main a {
	color: #9167be;
}

/* Footer */
#footer {
	position: absolute;
	margin-top: 354px;
	width: 955px;
	text-align: left;
	color: #6f7386;
}

#footer a {
	text-decoration: none;
	color: #6f7386;
}

#footer #lang {
	position: absolute;
	width: 100px;
	color: #FFFFFF;
}

#footer #copyright {
	position: absolute;
	margin-left: 142px;
	width: 250px;
	color: #6f7386;
	text-align: right; 
}
