/* common styles */
html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #FFF;
	color: #000;
	min-width: 41em;
	height: 100%;
	text-align: center;
	background-image: url(images/back.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}
/*****************/

/* General page container */
#container {
	width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#container, #container * {
	text-align: left;
}
/**************************/

/* headline and navigation */
#head {
	padding: 2em 0 0 0;
}

#head img {
	margin:0;
}

#logo {
	margin-right: 20px;
	border: 0;
	width: 250px;
	height: 60px;
}

#banner {
	width: 468px;
	height: 60px;
	border: 0;
}
/***************************/

/* all content */
#content {}

/* breadcrumb part */
.B_crumbBox a:active,
.B_crumbBox a:hover {
	text-decoration: underline;
}

.B_crumbBox {
	float: left;
	font-size: 10px;
	margin: 5px 0 5px 15px;
}
   
.B_hideCrumb {} 
   
.B_currentCrumb {
	font-weight: bold;
} 

.B_firstCrumb {}  

.B_lastCrumb {} 
  
.B_crumb {
	color: #000;
	text-decoration: none;
}   
   
.B_homeCrumb {
	color: #000;
	text-decoration: none;
} 

.B_homeCrumb {
	color: #000;
} 
/*******************/

/* left content part */
#left {
	float: left;
	width: 200px;
	margin: 10px 0 10px 0;
}
/*********************/

/* box content part */
#boxhead {
	height: 38px;
	background: url(images/roundedbox-top.jpg);
	background-repeat: no-repeat;
}

#boxhead h1 {
	padding: 5px 0 0 15px;
	color: #000;
	font-size: 1.2em;
}

#boxtext {
	height: 250px;
	padding: 5px 0 0 15px;
	margin: 0;
	background: url(images/roundedbox-middle.jpg);
	background-repeat: repeat-y;
	font-size: 1.1em;
}

#boxtext ul {
	list-style-type: none;
}

#boxtext li {
	margin: 2px 0 8px 0;
	line-height: 150%;
}

#boxtext a {
	color: #000;
	text-decoration: none;
}

#boxtext a:hover {
	color: #F00;
	text-decoration: none;
}

#boxtext p {
	line-height: 150%;
	margin: 5px 0 5px 0;
}

.boxSmall {
	padding-left: 40px;
}

.boxSmallUnderline {
	text-decoration: underline;
}

#boxfoot {
	height: 18px;
	background: url(images/roundedbox-bottom.jpg);
	background-repeat: no-repeat;
	font-size: 1.1em;
}
/*******************/

/* main content part */
#main {
	float: left;
	width: 520px;
	font-size: 1.2em;
	padding: 11px 0 10px 20px;
}

/* styles for main content part */
#main h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #F00;
	margin: 0 0 2px 0;
}

#main h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 5px 0 5px 0;
}

#main h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin: 5px 0 5px 0;
}

#main p {
	line-height: 150%;
	margin: 0 0 10px 0;
}

#main ul {
	list-style-type: disc;
	line-height: 150%;
	margin: 8px 0 0 20px;
}

#main ol {
	line-height: 150%;
	margin: 8px 0 0 20px;
}

#main a {
	color: #000;
	text-decoration: none;
	margin: 0;
}

#main a:hover {
	color: #F00;
	text-decoration: none;
	margin: 0;
}

#main form {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
}

#main fieldset {
	margin: 10px 0 0 20px;
	border: 1px solid #CCC;
	padding: 0 0 0 10px;
}

#main legend {
	margin: 0 0 10px 10px;
	color: #000000;
	font-size: 1.1em;
}

#main table {
	margin: 0;
	padding: 0;
	border: 0;
}

#main tr {
	line-height: 150%;
}

#main th {
	vertical-align: top;
	font-weight: bold;
	font-size: 1.1em;
}

#main td {
	text-align: left;
	vertical-align: top;
	padding: 2px 0 0 2px;
}

#main label {
	width: 110px;
}
/********************/

/* styles for 'contact'-form */
.input {
	font-size: 1.1em;
	width: 200px;
	border: 1px solid #CCC;
}

.send {
	width: 130px;
	height: 20px;
	border: 0;
}

#main .tdCenter {
	text-align: center;
}

#main .tdRight {
	padding: 10px 0 0 0;
	text-align: right;
}

#main textarea {
	font-size: 1.1em;
	width: 265px;
	height: 10em;
	border: 1px solid #CCC;
}
/********************/

/* general formatting for text */
.aircenter {
	font-family: "Arial Black", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	color: #F00;
	padding: 0 0.1em;
}

.error {
	color: #FF0000;
	font-size: 0.9em;
}

.note {
	color: #999;
	margin-left: 6px;
}

.red {
	color: #F00;
}

.black {
	color: #000;
}

.small {
	font-size: 0.9em;
}

.smallfat {
	font-size: 0.9em;
	font-weight: bold;
}

.success {
	color: #000000;
	font-size: 0.9em;
}

.logoCircle {
	width: 11px;
	height: 11px;
	border: 0;
}
/********************************/

/* styles for tables */
#main .logo {
	width: 95%;
	border: 0;
}

#main .logoLeft {
	width: 50%;
	text-align: left;
	padding: 10px;
}

#main .logoRight {
	width: 50%;
	text-align: right;
	padding: 10px;
}

#main .leftCol {
	width: 33%;
	text-align: left;
	padding: 10px;
}

#main .centerCol {
	width: 34%;
	text-align: center;
	padding: 10px;
}

#main .rightCol {
	width: 33%;
	text-align: right;
	padding: 10px;
}
/*************************/

/* styles for search output*/
.search_result {
	font-weight: bold;
}

.search_body {
	line-height: 120%;
}

.search_pager {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

.search_desc {}
/**************************/


/* footer line */
#footer {
	position: relative;
	font-size: 1.1em;
	padding: 10px;
	border-top: 1px solid #CCC;
	width: 725px;
	text-align: center;
}

#footer a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
	padding: 0 25px 0 25px;
}

#footer a:hover {
	color:#F00;
}
/**************/

/* css clearing of div-elements */
.clearleft {
	clear: left;
	height: 1px;
	font-size: 1px;
}

.clearright {
	clear: right;
	height: 1px;
	font-size: 1px;
}

.clearall {
	clear: both;
	height: 1px;
	font-size: 1px;
}
/********************************/

/* html menu table if flash deactivated */
#headTable {
	width: 750px;
	height: 52px;
	border: 0;
}

#headTable th {
	background: #CCC;
	height: 30px;
	font-size: 11px;
	font-weight: normal;
}

#headTable td {
	background: #FFF;
	height: 20px;
}

#headTable a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 10px 0;
}

#headTable a:hover {
	color: #000;
	background: #CCC;
	font-size: 11px;
	text-decoration: underline;
}
/****************************************/