/**
 * common
 */

#social_network_link {
	position: absolute;
	width: 99px;
	height: 23px;
	top: 10px;
	right: 34px;
}

html, body, #ft {
	background-color: #4d4d50;
}

body {
	font-size: 11px;
	font-family: Verdana;
}

.clear {
	clear: both;
}

#con h1,
#con h2,
#con h3,
#con h4 {
	font-family: Eurostile, Arial;
	font-size: 20px;
	line-height: 22px;
	color: #0d214b;
	margin-bottom: 17px;
}

#con h2 {
	font-size: 18px;
}

#con h3 {
	font-size: 16px;
}

#con h4 {
	font-size: 14px;
}


p,
p.bodytext {
	margin-bottom: 9px;
}

#bd li {
	margin-left: 20px;
	margin-bottom: 12px;
}

#bd ul,
#bd ol {
	margin-bottom: 12px;
}

#bd ul li {
	list-style-type: disc;
}

#bd ol li {
	list-style-type: decimal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #000;
}

/**
 * newsletter toolbar
 */

.toolbar-el,
.qn {
	float: left;
}

#quicknews input[type=text] {
	line-height: 13px;
	font-size: 11px;
	border: 1 solid #fff;
	margin-top: 4px;
}

#quicknews input[type=image] {
	margin-left: 5px;
}

#newsletter-form-el {
	margin-left: 4px;
}


/**
 * header
 */
#hd-area {
	position: relative;
	height: 159px;
}

#hdtype {
	position: absolute;
	top: 50px;
	left: 13px;
}

#hdimg,
#logo {
	float: left;
}

#hdimg {
	width: 705px;
}

#logo {
	width: 221px;
}

/**
 * page layout
 */

#doc4 {
	background-image: url(../images/elements/shadow_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 15px;
	width: 978px;
}

#shadow {
}

#shadow {
	width: 978px;
	background-image: url(../images/elements/shadow_loop.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#hd {
	padding: 12px 0;
}

#hd, #bd {
	margin: 0 26px;
	background-color: #ffffff;
}

#bd {
}


/**
 * content
 */

#con {
	min-height: 570px;
	background-image: url(../images/elements/arrow_loop.gif);
	background-position: 852px top;
	background-repeat: repeat-y;
}

#con-bd {
	margin-right: 85px;
	min-height: 430px;
}

#con-special {
	margin-top: 12px;
	height: 118px;
	border-top: 8px solid #000016;
	background-color: #fff;
}


/**
 * toolbar
 */

#con-toolbar {
	background-image: url(../images/toolbar/adresse.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #000016;
	height: 25px;
}


/**
 * footer
 */

#ft {
	height: 50px;
	background-image: url(../images/elements/shadow_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
}

#ft,
#ft a {
	line-height: 24px;
	font-size: 9px;
	text-decoration: none;
	color: #a4a4a4;
}

#ft a.active {
	text-decoration: underline;
}

#ft ul {
	margin-right: 14px;
}

#ft li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}

#ft li.copy {
	margin-right: 9px;
}

/**
 * sitemap
 */

/*
ul li {
	display: block;
	float: left;
	list-style-type: disc;
	width: auto;
}
	*/


