/* ----------------------------------------- */
/* General Styles  */
/* ----------------------------------------- */
* {
	font-size:9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*75%*/
}

body {
	background-color: #0074c4;
	margin: 20px;
}

/* ----------------------------------------- */
/* Structure  */
/* ----------------------------------------- */
#mainLayout {
	width: 100%;
	height: 600px;
}

#genLayout {
	width: 800px;
	height: 600px;
	border: solid 1px black;
	background-image: url(../images/global-background.gif);
	background-color: white;
	background-repeat: no-repeat;
	background-position: top;
}

#genLayout td.header {
	width: 800px;
	height: 119px;
}

#genLayout td.navigation {
	height: 30px;
	background: url(../images/subnav_bg.gif);
	background-repeat: repeat-x;
}
#genLayout td.navigation a {
	padding-left: 25px;
	padding-right: 0px;
	font-size:12px;
	line-height: 20pt;
	text-decoration: none;
	color: black;
}

#genLayout td.navigation span {
	padding-left: 35px;
	padding-right: 0px;
	background-image: url(../images/subnav_bg_sep.gif);
	background-repeat: no-repeat;
	background-position: 35px;
	font-size:12px;
	line-height: 20pt;
	text-decoration: none;
	color: #0074C4;
}

#genLayout td.navigation span a{
	padding-left: 28px;
	padding-right: 0px;
	font-size:12px;
	font-weight: 500;
	line-height: 20pt;
	text-decoration: none;
	color: #0074C4;
}

#genLayout td.navigation span a:hover{
	padding-left: 28px;
	padding-right: 0px;
	font-size:12px;
	font-weight: 500;
	line-height: 20pt;
	text-decoration: none;
	color: Red;
}

#genLayout td.navigation p {
	margin-left: 500px;
	font-size:9pt;
	line-height: 20pt;
	text-decoration: none;
	color: black;
	
}

#genLayout td.navigation a:hover {
	text-decoration: none;
	color: #0074C4;
}

#genLayout td.footer {
	height: 20px;
	font-size:7pt;
	padding: 5px 0px 5px 0px;
	background-color:white;
	text-align: center;
	color:#0074C4
}

#genLayout td.footer a, a:active, a:visited {
	font-size:7pt;
	padding: 5px 0 0 0;
	color:#0074C4;
	text-decoration: none;
}

#layout {
	width: 100%;
	height: 100%;
}

#layout td.leftMenu {
	width: 180px;
}

#layout td.content {
	width: 400px;
}

#layout td.contentNoPictures {
	width: 620px;
}

#layout td.sidePicture {
	width: 100px;
}

/* ----------------------------------------- */
/* Left Menu  */
/* ----------------------------------------- */
#layout td.leftMenu {
	vertical-align:top;
	background-repeat: no-repeat;
	background-color: transparent;
}

/* search box */
div.leftSearch {
	height: 30px;
	background-image: url(../images/left-search-icon.gif);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ededed;
}
div.leftSearch a img {
	margin-top:0px;
	margin-right:2px;
	margin-left:4px;
	float:left;
}
input.leftSearchInput {
	float:left;
	width:90px;
}


/* menu */

div.leftNav {
	clear: both;
	background-repeat: no-repeat;
	background-color: transparent;
}

div.leftNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.leftNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.leftNav a:link,
div.leftNav a:visited {
	display: block;
	width: 169px;
	padding: 9px 0 10px 29px;
	text-decoration: none;
	border-bottom: solid 1px #ededed;
	background: transparent url(../images/nav.gif) no-repeat 10px 50%;
	color: #424343;
	font-size: 11px;
}

div.leftNav a:hover,
div.leftNav a:active {
	background: #E5F6FF url(../images/nav.gif) no-repeat 10px 50%;
	width: 169px;
	padding: 9px 0px 10px 29px;
}

/* Hack fuer IE 6 */
* html div.leftNav a:link,
* html div.leftNav a:visited,
* html div.leftNav a:hover,
* html div.leftNav a:active {
	width: 197px;
}


/* ----------------------------------------- */
/* Content  */
/* ----------------------------------------- */
#layout td.content {
	padding: 20px 10px 5px 20px;	
	vertical-align: top;
}

h1 {
	font-size:16px;
	font-weight: 900;
	color:#0074c4;
}

h2 {
	font-size:12px;
	color:#424343;
}

#layout td.content p{
	font-size:11px;
	color: black;
}

#layout td.content b{
	font-size:11px;
	color: #0074C4;
	font-weight: bold;
}

#layout td.content ul {
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#layout td.content li {
   padding: 5px 5px 5px 21px;
   font-size:11px;
   text-decoration:none;
	list-style-type: none;
	background-image: url(../images/blue_arrow.gif);
   background-repeat:no-repeat;
}

#layout td.content a, a:active, a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #0074C4;
}

a:hover {
	color:#0074C4;
	text-decoration: none;
}



/* ----------------------------------------- */
/* Content No Side pictures  */
/* ----------------------------------------- */
#layout td.contentNoPictures {
	padding: 20px 20px 5px 20px;	
	vertical-align: top;
}

h1 {
	font-size:16px;
	font-weight: 900;
	color:#0074c4;
}

h2 {
	font-size:12px;
	color:#424343;
	padding: 0px 0px 2px 0px;
}

#layout td.contentNoPictures p{
	font-size:11px;
	color: black;
}

#layout td.contentNoPictures b{
	font-size:11px;
	color: #0074C4;
	font-weight: bold;
}

#layout td.contentNoPictures ul {
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#layout td.contentNoPictures li {
   padding: 5px 5px 5px 21px;
   font-size:11px;
   text-decoration:none;
	list-style-type: none;
	background-image: url(../images/blue_arrow.gif);
   background-repeat:no-repeat;
}

#layout td.contentNoPictures a, a:active, a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #0074C4;
}

a:hover {
	color:#0074C4;
	text-decoration: none;
}


/* ----------------------------------------- */
/* Side bar pictures right  */
/* ----------------------------------------- */


#layout td.sidePicture table {
	padding: 50px 20px 50px 10px;
}

#div.sidePicture {
	margin : 10px 0px 10px 0px;
	padding : 5px 5px 5px 5px;
}




a.sprachwahl {
	color: #222;
	text-decoration: none;
}

