@charset "utf-8";

body, html {margin:0; padding:0;}

body {
	background-color:#e9e9e9;
	text-align:center;
	font-size:62.5%;
	font-family:arial, sans-serif;
	color:#666666;
}

/**********************************************************************/
/*   						misc 									  */
/**********************************************************************/

#wrapper {
	text-align:left;
	margin:0 auto;
	width:800px;
	margin-top:60px;
}

#content_wrapper,
#wrapper_background,
#logo, #navigation {
	float:left;
}

#wrapper_background {
	background-color:#fff;
	background-position:bottom left;
	background-repeat:no-repeat;
}

#logo, #navigation {
	width:300px;
}

#header_right, #content {
	width:500px;
	float:right;
}


/**********************************************************************/
/*   						header 									  */
/**********************************************************************/

/********************   logo   ************************/

#logo {
	height:157px;
	text-align:right;
	font-size:1.4em;
}

#start #logo {
	width:132px;
}

#logo .title {
	letter-spacing:10px;
	margin:40px 0;
}

.logo-img {
	width:140px;
	height:157px;
	border:none;
	float:left;
	text-decoration:none;
}

/********************   header_right   ************************/

#header_right {
	height:157px;
	font-size:1.4em;
	background-position:top right;
	background-repeat:no-repeat;
}

#header_right p {
	margin-top:130px;
	font-weight:bold;
	letter-spacing:2px;
}

#start #header_right {
	width:668px;
	float:right;
	height:100%;
}

/********************   border   ************************/

#border {
	height:14px;
	width:800px;
	float:left;
	background-color:#b4b4b4;
}

#start #border {
	width:132px;
}

#border2 {
	height:14px;
	width:668px;
}

/**********************************************************************/
/*   						content									  */
/**********************************************************************/

#content_wrapper {
	background-position:top right;
	background-repeat:no-repeat;
	width:100%;
	min-height:440px;
}

#start #content_wrapper {
	width:132px;
}

/********************   navigation lv1   ************************/

#navigation {
	margin:20px 0 0 15px;
	padding:0;
	text-align:left;
	font-size:1.3em;
	width:280px;
}

.nav-lv1 {
	list-style:none;
	margin:16px 0;
}

.nav-lv1:hover, .nav-lv1.active {
	/*list-style:disc;*/
}

#navigation .active {
	/*list-style:disc;*/
	font-weight:bold;
	background:transparent url(/fileadmin/templates/img/dot.png) no-repeat top left;
}

.nav-lv1 a.lv1-link:link, .nav-lv1 a.lv1-link:visited,
.nav-lv1 a.lv1-link:hover, .nav-lv1 a.lv1-link:active {
	color:#666;
	text-decoration:none;
	padding-left:20px;
}

.nav-lv1 a.lv1-link:hover, .nav-lv1 a.lv1-link:active {
	background:transparent url(/fileadmin/templates/img/dot.png) no-repeat top left;
}

/********************   navigation lv2   ************************/

#navigation-level2 {
	margin:0 0 0 35px;
	padding:0;
	font-weight:normal;
	font-size:0.9em;
}

.nav-lv2 {
	list-style:none;
	margin:8px 0;
}

#navigation-level2 .active-lv2 {
	font-weight:bold;
	list-style:none;
	background:none;
}

.nav-lv2 a.lv2-link:link, .nav-lv2 a.lv2-link:visited {
	color:#666;
	text-decoration:none;
	background:none;
}

.nav-lv2 a.lv2-link:hover, .nav-lv2 a.lv2-link:active {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	background:none;
}


/********************   content   ************************/

#content {
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	width:480px;
	font-size:1.3em;
	line-height:1.4em;
}

h1 {
	font-size:1.2em;
	margin:16px 0 8px 0;
	padding:0;
}

h2 {
	font-size:1.1em;
	margin:18px 0 -4px 0;
	padding:0;
	font-weight:bold;
}

h3 {
	font-size:1.0em;
	margin:12px 0 0 0;
	padding:0;
	font-weight:bold;
}


.hidden {
   visibility:hidden;
   width:0;
   height:0;
   display:block;
   float:left;
}

a:link, a:visited {
   color:#333333;
   text-decoration:underline;
}

a:hover, a:active {
   color:#333333;
   text-decoration:none;
}

hr {
   background-color:#666666;
   height:0px;
   border-top:1px solid #666666;
   border-bottom:none;
   margin:-3px 0;
}








