
html 
{
	overflow-y: scroll;
}

body, table, div, input, select, textarea
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

body
{
	background-color: #f0f0f0;
}

html, body, form
{
	height: 100%;
	margin: 0;
}

div
{
	text-align: left;
}

a, a:visited, a:active
{
	color: #666666;
	text-decoration: underline;
}

a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

a img
{
	border: none;
}

hr
{
	height: 1px;
	color: #DDDDDD;
}

p, h1
{
	margin: 0;
	margin-bottom: 6px;
}

/*** structure ***/

#all
{
	z-index: 100;
	width: 900px;
	margin: 0 auto;
  	position: relative;
  	min-height: 100%;
	height: auto !important;/* moderne Browser */
	height: 100%; /* IE */
	background: white;
}

#header
{
	background: transparent url(../images/template_r1_c1.gif) no-repeat top left;
	height: 82px;
	text-align: right;
	padding-right: 7px;
}

#centerarea
{
	background: transparent url(../images/template_r2_c1.gif) no-repeat top left;
	padding: 34px 0 15px 0;
}

#footer
{
  	width: 100%;
  	position: absolute;
  	bottom: 0;
  	height: 20px;
	text-align: center;
	padding-top: 2px;
	background: transparent url(../images/template_r4_c1.gif) no-repeat top left;
}

#languages
{
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
}

.flag
{
	padding: 2px;
}

#topnavigation
{
	text-align: right;
	padding: 44px 6px 0px 0px;
	font-weight: bold;
}

#subnavigation
{
	text-align: right;
	padding: 8px 6px 0 0px;
	margin-right: 6px;
}	

#breadcrumb
{
	padding-top: 10px;
	padding-left: 18px;
	float: left;
	color: Black;
}

#contentarea
{
	padding: 16px 18px 10px 18px;
}


.contentitem
{
	width: 500px;
	position: relative;
	background-color: #dedede;
	margin-left: auto;
	margin-right: auto;
}

.contentitem .left1
{
	position:absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 14px;
	background: url(../images/box2_cl.gif) repeat-y left;
}

.contentitem .right1
{
	position:absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 14px;
	background: url(../images/box2_cr.gif) repeat-y right;
}

.contentitem .top
{
	background: url(../images/box2_tc.gif) repeat-x top;
	width: 100%;
	height: 13px;
}

.contentitem .top .left
{
	position: absolute;
	background: url(../images/box2_tl.gif) no-repeat top left;
	top: 0px;
	left: 1px;
	width: 18px;
	height: 13px;
}

.contentitem .top .right
{
	position: absolute;
	background: url(../images/box2_tr.gif) no-repeat top left;
	top: 0px;
	right: 1px;
	width: 15px;
	height: 13px;
}

.contentitem .bottom
{
	background: url(../images/box2_bc.gif) bottom repeat-x;
	width: 100%;
	height: 13px;
	position: relative;
}

.contentitem .bottom .left
{
	position: absolute;
	background: url(../images/box2_bl.gif) no-repeat bottom left;
	bottom: 0px;
	left: 0px;
	width: 21px;
	height: 13px;
}

.contentitem .bottom .right
{
	position: absolute;
	background: url(../images/box2_br.gif) no-repeat bottom left;
	bottom: 0px;
	right: 0px;
	width: 19px;
	height: 13px;
}


.contentitem .center
{
	text-align: center;
	padding: 4px;
	margin-right: 10px;
	margin-left: 10px;
}



/*** STRUCTUREELEMENTS ***/

#floatingelement li
{
	list-style-position: inside;
	display: inline-block;
}

#imageleft, .imageleft
{
	float: left;
	padding: 0 5px 5px 0;	
}

#imageright
{
	float: right;
	padding: 0 0 5px 5px;
}

#contactleft
{
	float: left;
	width: 150px;
	padding-top: 6px;
	padding-left: 6px;
}

#contactright
{
	float: left;
}

.contactmodulediv
{
	padding: 2px 2px 2px 2px;
}

#box
{
	border: solid 1px #DDDDDD;
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	margin: 0 0 15px 0;
}

#sitemap
{
	padding: 0 0 0 25px;
}

/*** NAVIGATION ***/

#topnavigation a,
#topnavigation a:visited,
#topnavigation a:active
{
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	padding: 0 6px 0 6px;
	margin-left: 4px;
	border-left: 2px solid #999999;
}

#topnavigation a:hover
{
	color: #666666;
}

#topnavigation a.active,
#topnavigation a.active:visited,
#topnavigation a.active:active,
#topnavigation a.active:hover
{
	color: red;
}

#subnavigation a,
#subnavigation a:visited,
#subnavigation a:active
{
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	padding: 0 6px 0 6px;
	margin-left: 4px;
	border-left: 2px solid #999999;
}

#subnavigation a:hover
{
	color: #666666;
}

#subnavigation a.active,
#subnavigation a.active:visited,
#subnavigation a.active:active,
#subnavigation a.active:hover
{
	color: #CC0000;
	font-weight: bold;
}

#footer a,
#footer a:visited,
#footer a:active
{
	font-size: 10px;
	text-decoration: none; 
	color: white;
	padding: 0 16px 0 16px;
}

#footer a:hover
{
	text-decoration: none; 
	color: #333333;
}

#footer a.active,
#footer a.active:visited,
#footer a.active:active,
#footer a.active:hover
{
	color: #666666;
}

#locator a,
#locator a:visited,
#locator a:active
{
	text-decoration: none; 
	color: #666666;
}

#locator a:hover
{
	color: #CC0000;
}

#sitemap a,
#sitemap a:visited,
#sitemap a:active
{
	text-decoration: none; 
	color: #666666;
	line-height: 25px;
}

#sitemap a:hover
{
	color: #CC0000;
}


/*** content styles ***/

h1
{
	font-weight: bold;
	font-size: 13px;
	color: Black;
	line-height: 20px;
	padding-top: 5px;	 
	padding-bottom: 7px;
	display: block;
	margin-bottom: 10px;
}

h2
{
	color: Black;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding-top: 3px;	 
	padding-bottom: 4px;
	display: block;
	margin: 0;
}

h3, .headline
{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.borderheadline
{
	font-size: 13px;
	color: #CC0000;
	border-bottom: solid 1px #CC0000;
	line-height: 20px;
	display: block;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 7px;
}

.highlight
{
	color: #CC0000;
}

.smallhighlight
{
	color: #CC0000;
	font-size: 10px;
}

.listheadline,
a.listheadline,
a.listheadline:visited,
a.listheadline:active,
a.listheadline:hover
{
	padding: 3px 0 3px 0;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.morelink,
a.morelink,
a.morelink:visited,
a.morelink:active,
a.morelink:hover
{
	color: #CC0000;
	text-decoration: none;
}

div#seperation
{
	border-bottom: solid 1px #DDDDDD;
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 5px 0 5px 0;
	line-height: 1px;
	font-size: 1px;	
}

.error
{
	color: #FF0000;
}

.button
{
	color: #666666;
	background: #EEEEEE;
	border: solid 1px #DDDDDD;
}


#controlpadding
{
	padding: 5px 0 5px 0;
}


.email
{
	background-image: url(../images/email.gif);
	display: inline-block;
	width: 120px;
	height: 14px;
	text-indent: -9999px;
	vertical-align: text-bottom;
	margin-bottom: 0px;
	margin-left: -2px;
	margin-right: -2px;
}
