/* Copyright 2006 Aurel Greiner, Size3 */

/* - main page layout -*/

html, body {
	height: 100%;
}
body {
	font-size: 70%;
	color: #393444;
	background-image:url(backgrounds/bgd.gif);
	background-repeat: repeat-x;
	background-color: #f5f8fc;
}
body>#container{
	height: auto;
}
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: none;
}
#container, #header, #contentarea, #footer{
	width: 940px;
}
a, a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	background: url(backgrounds/main.gif) repeat-y;
	background-color: #ffffff;
	margin: 0 auto;
}

/* - - -*/

/* -  header  element & class definitions -*/

#header {
	height: 134px;
	background-image:url(backgrounds/header.png);
	background-color: #EEEEEE;
	background-repeat: no-repeat;
}
#size3 {
	float: left;
	padding: inherit;
}
/* - M A I N  M E N U -*/
#menu {
	font: bold 15px Arial, Helvetica, sans-serif;
	width: 78.5%;
	float: left;
	margin-top: 103px;
	padding: 5px 0;
	list-style-type: none;
	border: 1px solid #BBBBBB;
	background: url(backgrounds/menu_blue_default.gif) center center repeat-x;
}
#menu li{
	display: inline;
}
.menu_1 #menu_1,
.menu_2 #menu_2,
.menu_3 #menu_3,
.menu_4 #menu_4,
.menu_5 #menu_5,
.menu_6 #menu_6, #menu li a:hover{
	background: url(backgrounds/menu_blue_active.gif) center center repeat-x;
}
#menu li a{
	color: #0066FF;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}
.menu_important {
	color: #FF0000!important;
}
/* - end  M A I N  M E N U -*/

/* - - -*/

/* -  # contentara & navigation definitions -*/

#contentarea {
	padding-bottom: 70px;
}
.clearer{
	clear: both;
	font-size: 0;
	line-height: 0px;
	height: 0;
	list-style-position: inside;
}
#colleft {
	float: left;
	width: 180px;
	padding: 13px 0 0 8px;
}
#colright {
	float: right;
	width: 197px;
	padding: 13px 13px 0 0;
}
#navi {
	width: 172px;
	text-align: right;
	margin-bottom: 34px;
}
#navi li {
	list-style-type: none;
	font-weight: bold;
	border-bottom: 1px solid #e2e2e5;
}
#navi li a{
	display: block;
	text-transform: uppercase;
	padding: 6px 13px 7px 8px;
	line-height: 20px;
}
#navi a:hover{
 	background-color: #EEEEEE;
	text-decoration: none;
	color: #0099FF;
}
.navi_1 #navi_1>a,
.navi_2 #navi_2>a,
.navi_3 #navi_3>a,
.navi_4 #navi_4>a,
.navi_5 #navi_5>a,
.navi_6 #navi_6>a{
	background-color: #0099FF;
	border-bottom: none;
	padding-top: 13px;
	color: #ffffff;
}
#subnavi_1 .subnavi_1,
#subnavi_2 .subnavi_2,
#subnavi_3 .subnavi_3,
#subnavi_4 .subnavi_4{
	font-weight: bold;
}
#navi li ul {
	display: none;
	padding-bottom: 9px;
}
#navi li ul li {
	border: none;
}
#navi li ul li a {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	padding: 3px 13px 0 0;
}
#navi li ul li a:hover {
	text-decoration: underline;
	background: none;
}
.navi_1 #navi_1 ul, 
.navi_2 #navi_2 ul,
.navi_3 #navi_3 ul,
.navi_4 #navi_4 ul,
.navi_5 #navi_5 ul,
.navi_6 #navi_6 ul{
	display: block;
}

/* - content definitions- */

#colcontent {
	background-image: url(backgrounds/colcontent.gif);
	background-repeat: no-repeat;
}
.ccwide {
	float: right;
	width: 752px;
}
.ccsmall {
	float: left;
	width: 541px;
}
.ccwide #content {
	padding-right: 60px;
}
#content {
	padding: 30px 40px 30px 40px;
	line-height: 140%;
}
#content p{
	text-align: justify;
}
#content h2 {
	font-size: 14px;
	margin: 12px 0 15px 0;
}
#content h3 {
	font-size: 15px;
	margin: 12px 0 15px 0;
	line-height: 160%;
	font-weight: normal;
}

/* - boxes definitions - */

.boxleft div.boxin, .boxright div.boxin {
	padding-bottom: 8px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.boxleft, .boxright {
	background-repeat: repeat-y;
	margin-bottom: 13px;
}
.boxleft h2, .boxright h2 {
	background-repeat: no-repeat;
	padding: 5px 8px 2px 8px;
	text-transform: uppercase;
	font-size:11px;
	height: 16px;
}
.boxleft h3, .boxright h3 {
	font-size: 12px;
	padding: 6px 8px 7px 0;
}
.box_link {
	font-weight: bold;
	background-image: url(box/pf.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding: 8px 8px 8px 35px;
}
.bbordertop {
	border-top: 1px solid #e2e2e5;
}
.box_text {
	padding: 5px 8px 6px 8px;
}
.box_title {
	display: block;
	padding: 1px 8px 7px 0;
}
.boxleft ul, .boxright ul{
	padding-left: 20px;
}

/* - box left - */

.boxleft {
	width: 172px;
	background-image: url(box/bg_left.gif);
}
.boxleft div.boxin {
	background-image: url(box/bottom_left.gif);
}
.boxleft h2 {
	background-image: url(box/grey_left.gif);
}
.round_left {
	background: url(box/round_left.gif) left top no-repeat;
	border: none;
	font-size: 11px;
	padding: 5px 8px 2px 8px;
}

/* - box right - */

.boxright {
	width: 197px;
	background-image: url(box/bg_right.gif);
}
.boxright div.boxin {
	background-image: url(box/bottom_right.gif);
}
.boxright h2 {
	background-image: url(box/grey_right.gif);
}
.round_right {
	background: url(box/round_right.gif) left top no-repeat;
	border: none;
	font-size: 11px;
	padding: 5px 8px 2px 8px;
}

/* - box login - */

#box_login {
	padding: 8px 8px 8px 8px;
}
#box_login input, #box_login select {
	width: 160px;
	margin: 2px 0 6px 0;
}
#box_login select {
	width: 168px;
}
#box_login .senden {
	width: 166px;
	margin: 16px 0 8px 0;
}
#box_login strong {
	color: #FF0000;
}

/* - - -*/

/* - font & style definitions - */

h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 13px 0 21px 0;
	line-height: 140%;
}
.important {
	color:#FF0000;
	font-size: 15px;
	font-weight:bold;
	text-decoration: blink;
}
.important a{
	color:#FF0000;
	text-decoration:none;
}
.line {
	border-bottom: 1px solid #9c99a1;
	margin: 16px 0 8px 0;
}
.box_line {
	border: 1px solid #CCCCCC;
}
.stronger {
	text-transform: uppercase;
}
.content_box {
	background: #EEEEEE;
	border: 1px solid #000000;
	margin-top: 30px;
	padding: 15px;
}

/* - image definitions- */

.image_end {
	clear: both;
}
.image_left, .image_right {
	border: 5px solid #EEEEEE;
}
.image_left {
	float: left;
	margin-right: 10px;
}
.image_right {
	float: right;
	margin-left: 10px;
}
.image_border {
	border: 3px solid #CCCCCC;
}
.image_center {
	text-align: center;

}

/* - - -*/

/* - footer definitions- */

#footer {
	clear: both;
	bottom: 0px;
	position: absolute;
}
#courtesy, #copyright {
	font-size: 10px;
	padding: 0 9px 0 9px;
}
#courtesy {
	color: #d3d1d7;
	padding-top: 20px;
	padding-bottom: 8px;
}
#courtesy a, #courtesy a:visited {
	color: #504a5e;
}
#copyright {
	height: 23px;
	background-color: #0099FF;
	padding-top: 8px;
}
#copyright p {
	float: left;
	color: #ffffff;
}
#copyright div {
	float: right;
}
#copyright a {
	color: #FFFFFF;
}
#copyright a:hover {
	font-weight: bold;
}
.footer_1 #footer_1,
.footer_2 #footer_2,
.footer_3 #footer_3 {
	font-weight: bold;
}


/* - - -*/

/* - sitemap definitions- */

#sitemap ul {
	list-style: none;
	padding: 1px 0px 10px 40px;
}
#sitemap li{
}


/* - - -*/

/* - list definitions- */

.list li {
	margin: 9px 0 9px 20px;
}

/* - - -*/

/* - form elements - */

input, select, textarea {
	color: #694d3a;
	background-color:#FFFFFF;
	font-size: 12px;
	border: 1px solid #b8b5be;
	padding: 2px;
}
.senden {
	width: 120px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #0099FF;
	border: 1px solid #000000;
	padding: 2px 10px 2px 10px;
}

/* - - -*/

/* table definitions*/

table {
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin-bottom: 8px;
}
th {
	background-color: #d5d3d8;
	border-top: 1px solid #bdbbc2;
}
th, td {
	padding: 5px 8px 5px 8px;
	border-right: 1px solid #ffffff;
	vertical-align: top;
}
tr {
	background-color: #fafafb;
}
tr.white {
	background-color: #FFFFFF;
}
tr.table_selected {
	background:#EEEEEE;
}
.table_line td {
	border-bottom: 1px solid  #d5d3d8;	
}

/* - - -*/

