body
{
	background-color: #003366;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
}

h2{
    padding: 0px;
    margin: 0px;
    font-size: large;
    text-align: center;
}

.sitewrapper
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.siteleft
{
	background-color: #003366;
	float: left;
	width: 240px;
	min-height: 500px;
}

.siteleft .top_link
{
	padding: 10px;
	margin: 0px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.siteleft .top_link a
{
	color: #ffffff;
	text-decoration: none;
}

.siteleft .top_link a:hover
{
	text-decoration: underline;
}

.siteleft .connect
{
	margin: 10px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

.siteright
{
	float: left;
	width: 750px;
	min-height: 500px;
}

.siteright .shead
{
	background-color: #000000;
	background-image: url(../images/sitetop.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
}

.siteright .shead h1
{
	margin: 0px;
	padding: 0px;
	padding-top: 22px;
	color: #ffffff;
	text-indent: 20px;
	font-size: 18px;
}

.siteright .sbody
{
	background-color: #ffffff;
	background-image: url(../images/sitebody.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 400px;
}

.siteright .sbody .left
{
	text-align: center;
	width: 110px;
	min-height: 400px;
	float: left;
	padding-top: 30px;
}

.siteright .sbody .left img
{
	max-width: 100px;
	border: none;
}


.siteright .sbody .fullright
{
	width: 640px;
	float: left;
	font-size: 12px;
}

.siteright .sbody .fullright h2
{
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	color: #003366;
	text-indent: 0px;
	font-size: 14px;
	font-weight: bold;
}

.siteright .sbody .fullright .langsel
{
	float: right;
	width: 190px;
	text-align: right;
	padding-right: 2px;
	padding-top: 2px;
	margin-bottom: 10px;
}

.siteright .sbody .fullright .langsel img
{
	border: none;
	margin: 0px;
}


.siteright .sbody .center
{
/*	padding-left: 10px; */
	width: 450px;
	float: left;
	font-size: 12px;
}

.siteright .sbody .center h2
{
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	color: #003366;
	text-indent: 0px;
	font-size: 14px;
	font-weight: bold;
}

.siteright .sbody .center p
{
	text-align: justify;
}

.siteright .sbody .right
{
	float: left;
	width: 190px;
	text-align: center;
	/*padding-top: 20px;*/
}

.siteright .sbody .right .langsel
{
	float: right;
	width: 190px;
	text-align: right;
	padding-right: 2px;
	padding-top: 2px;
	margin-bottom: 10px;
}

.siteright .sbody .right .langsel img
{
	border: none;
	margin: 0px;
/*	padding-top: 2px;	
	padding-left: 2px;	*/
}

.siteright .sbody .right h3
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	color: #003366;
	text-indent: 0px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
}

.siteright .sbody .right a
{
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}

.siteright .sbody .right img
{
	max-width: 170px;
	max-height: 200px;
	border: none;
}

.siteright .sbody .sfoot
{
	height: 52px;
	width: 750px;
	background-color: #ffffff;
	background-image: url(../images/bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	clear: both;
	font-size: 12px;
}

.siteright .sbody .sfoot p
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 10px;
}


.forms
{
/*	margin-top: 20px;
	float: left;*/
}

.forms img
{
	border: 1px #bcbcbc solid;
	margin: 0px 8px 8px 0px;
	max-width: 31%;
	float: left;
}

.forms img:hover{
    box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}


/* mainmenu */

.mainmenu
{
	background-image: url(../images/mnu_back.jpg);
	height: 38px;
}

.mainmenu table
{
	margin: 0px;
	padding: 0px;
}

.mmenu
{
	background-image: url(../images/mnu_normal.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	width: 209px;
	height: 30px;
	text-indent: 10px;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	padding-top: 8px;
	padding-right: 20px;
}

.mmenu:hover
{
	background-image: url(../images/mnu_over.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.mmenuaktiv
{
	background-image: url(../images/mnu_active.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	height: 30px;
	width: 209px;
	text-indent: 10px;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	padding-top: 8px;
	padding-right: 20px;
}