/******************************************************/
/*                ALLGEMEIN                           */
/******************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
     color: #00314F;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

h2 {
	border-left:10px solid #00314F;
	padding-left:5px;
	color:#747C80;
}

h3 {
	border-left:10px solid #00314F;
	padding-left:5px;
	color:#747C80;
}

.headline_2ingis {
	color:#00314F;
	font-size:20px;
	font-weight:bold;
}

.text_2ingis {
	color:#00314F;
	font-weight:bold;
}

input[type=text], textarea {
	border:1px solid #00314F;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.form {
	border-left:2px solid #00314F;
	border-top:2px solid #00314F;
	border-right:2px solid #009DFF;
	border-bottom:2px solid #009DFF;
	padding:5px;
	margin-left:10px;
	margin-right:20px;
	background-color:#EEEEEE;
}

/******************************************************/
/*                    FRAME                           */
/******************************************************/

#frame {
	width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	background-color:#EEF5FD;
	background-image:url(Images/faces.jpg);
	background-position:0px 150px;
	background-repeat:repeat-y;
}

/******************************************************/
/*                   BANNER                           */
/******************************************************/

#banner {
	height:99px;
	text-align:center;
}

#languageselector {
	position:relative;
	top:75px;
	left:745px;
	width:150px;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}

#languageselector select {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

/******************************************************/
/*                NAVIGATIONSLEISTE                   */
/******************************************************/

#navi {
	text-align:right;
	border-right:1px solid #009DFF;
	border-left:1px solid #00314F;
}

#navi a {
	text-decoration:none;
}
#navi a:link {
	color: #000000;
}
#navi a:visited {
	color: #000000;
}
#navi a:hover {
	color: #FFFFFF;
}
#navi a:active {
	color: #000000;
}

#navi table {
	margin-left:auto;
	margin-right:0;
}

#navi td {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:bold;
}

#navi .nav_inactive {
	background-color:#747C80;
	background-image:url(Images/navbar_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#navi .nav_active {
	background-color:#CCCCCC;
	border-left:1px solid #747C80;
	border-top:1px solid #747C80;
	border-right:1px solid #747C80;
}

/******************************************************/
/*                NAVIGATION LINKS                    */
/******************************************************/

#subnavi {
	text-align:right;
	border-right:1px solid #009DFF;
	border-left:1px solid #00314F;
    background-image:url(Images/navbar_shadow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
}

#subnavi a {
	text-decoration:none;
}
#subnavi a:link {
	color: #000000;
}
#subnavi a:visited {
	color: #000000;
}
#subnavi a:hover {
	color: #FFFFFF;
}
#subnavi a:active {
	color: #000000;
}

#subnavi table {
	margin-left:auto;
	margin-right:0;
}

#subnavi td {
	font-size:14px;
	text-align:center;
	padding-bottom:2px;
	padding-top:3px;
}

#subnavi td.navlink {
	padding-left:20px;
	cursor:pointer;
	cursor:hand;
}

/******************************************************/
/*                   INHALT                           */
/******************************************************/

#main {
	padding:6px 6px 6px 220px;
	min-height:500px;
	border-right:1px solid #009DFF;
	border-left:1px solid #00314F;
}

#main a {
	font-weight:bold;
}

/******************************************************/
/*                FUSSZEILE                           */
/******************************************************/

#footer {
	clear:both;
	background-image:url(Images/footer_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	height:15px;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}

