/**
 * stylesheets for saage
 */
body {
  padding: 0px;
  margin: 0px;
  
  background-color: #ffffff;
  
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  
  width: 955px;
}


p {
	margin-top: 5px;
	margin-bottom: 10px;
}


p, td, li {
	font-size: 100%;
}

/*********** links **********************/
a {
	text-decoration: none;
	font-style: italic;
	color: #112C71;
}

a:visited, a:link, a:active {
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline overline;
}

a.no_highlight, a:link.no_highlight, a:visited.no_highlight, a:active.no_highlight {
	color: black;
	font-style: normal;
}

a:hover.no_highlight {
	color: #112C71;
}


/****************** boxen **********************************/
div.box {
	position: relative;

	border-top: 2px solid #112C71;
	border-bottom: 2px solid #112C71;
	
	margin: 0px;
	
	padding: 5px;
}


div.box .box_header {
	position: absolute;
	top: -20px;
	left: 0px;
	
	padding: 2px 10px;
	height: 16px;
	
	margin: 0px;
	
	background-color: #112C71;
	color: #ffffff;
	
	font-size: 115%;
	font-weight: bold;
}



/***************** positionen der einzelnen elemente ****************************/

div#content {
	position: absolute;
	left: 250px;
	top: 90px;
	
	width: 700px;
	
	padding: 15px 0px;
}


div#left_col {
	position: absolute;
	left: 10px;
	top: 90px;
	
	width: 207px;
}

/*div#menu {
}*/

div#login_status {
	margin-top: 40px;
}


div#logo {
	position: absolute;
	top: 15px;
	left: 635px;
}

div#address {
	position: absolute;
	top: 15px;
	left: 760px;
	
	font-size: 10px;
	line-height: 14px;
	
	width: 200px;
}

div#saage_group {
	position: absolute;
	top: 40px;
	left: 10px;
	
	color: #969799;
	font-size: 110%;
}

div#address b {
	font-size: 140%;
}

div#lang_select {
	position: absolute;
	top: 60px;
	left: 840px;
	
	width: 110px;
	
	text-align: right;
}

div#content_footer_right {
	position: absolute;
	bottom: -16px;
	right: 0px;
	
	height: 12px;
	
	width: 200px;
	
	padding: 2px 5px;
	
	background-color: #112C71;
	color: #ffffff;
	
	font-size: 90%;
	
	text-align: right;
}

div#content_footer_left {
	position: absolute;
	bottom: -16px;
	left: 0px;
	
	height: 12px;
	
	padding: 2px 5px;
	
	background-color: #112C71;
	color: #ffffff;
	
	font-size: 90%;
}


div#header_center {
	position: absolute;
	
	top: -20px;
	
	left: 200px;
	right: 300px;
	
	
	margin: 0px;
	height: 20px;	
}

div#header_center img {
	vertical-align: middle;
	border: none;
}

div#header_center a {
	font-style: normal;
}


div#news {
	position: absolute;
	left: 320px;
	top: 35px;
	padding: 2px;
	border: 1px dotted gray;
}


div#newsticker_border {
	position: absolute;
	top: 30px;
	left: 355px;
	
	width: 344px;
	height: 18px;
	
	border: 1px dotted #a0a0a0;
}

div#newsticker {
	position: absolute;
	
	top: 2px;
	left: 2px;
	
	width: 340px;
	height: 16px;
	
	overflow: hidden;
}

div.ticker_entry {
	width: 100%;

	position: absolute;
	top: 0px;
	left: 0px;

	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}



/*************************** menu ***********************************/
div#menu {
	font-size: 11px;
}

div#menu ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;	
}

div#menu ul li {
	border: none;
	margin: 0px;
	padding: 0px;
	
	margin: 10px 0px 0px 0px;
}

div#menu ul li a {
	display: block;
	width: 112px;
	height: 16px;
	padding: 2px 10px 2px 25px;
	
	text-decoration: none;
	color: #000000;
	
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}


div#menu li.sub a {
	background-image: url("/img/menu/bu_gray_plus.png");
	background-repeat: no-repeat;
}

div#menu li.sub a.active {
	background-image: url("/img/menu/bu_blue_minus.png");
	background-repeat: no-repeat;
	color: #000000;
}

div#menu ul li.sub a:hover {
	background-image: url("/img/menu/bu_blue_plus.png");
	background-repeat: no-repeat;
	color: #000000;
}


div#menu ul li.nosub a {
	background-image: url("/img/menu/bu_gray.png");
	background-repeat: no-repeat;
}

div#menu ul li.nosub a:hover, div#menu ul li.nosub a.active {
	background-image: url("/img/menu/bu_blue.png");
	background-repeat: no-repeat;
}


div#menu ul.submenu {
	margin: 0px;
}


div#menu ul.submenu li {
	margin: 0px 0px 0px 8px;
	
	background-image: url("/img/menu/durch.png");
	background-position: 0px -17px;
	background-repeat: no-repeat;
		
	padding: 5px 5px 0px 12px;
}

div#menu ul.submenu li.last {
	background-image: url("/img/menu/ecke.png");
	background-repeat: no-repeat;
}


div#menu ul.submenu li a {
	display: block;
	width: 115px;
	height: 12px;
	
	border: 1px solid #112C71;
	background-color: #ffffff;
	
	background-image: none;
	
	text-decoration: none;
	color: #112C71;
	
	padding: 1px 4px;
	
	font-size: 90%;
	font-weight: bold;
	
	background-image: none;
}

div#menu ul.submenu li a:hover, div#menu ul.submenu li a.active {
	background-color: #112C71;
	color: #ffffff;
	background-image: none;
}

div#dummy {
	width: 1px;
	/*position: absolute; */
	top: 0px;
	left: 0px;
	
	height: 400px;
	
	float: right;
}


/**** fontsze chooser **/
div.fontsize {
	margin-top: 10px;
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

div.fontsize img {
	margin: 0px;
	vertical-align: bottom;
}


/*********************** Sie sind hier ******************************/
div#menu_here {
	position: absolute;
	
	right: 0px;
	top: -16px;
	height: 10px;
	
	padding: 2px 5px;
	
	border-top: 1px solid #112C71;
	border-left: 1px solid #112C71;
	border-right: 1px solid #112C71;
	font-size: 80%;
}








#messages {
	position: absolute;
}


/****************************** spezielles f�r das template **************************/
em.align {
	position: absolute;
	left: 45px;
	font-style: normal;
}


div#content_footer_left a, div#content_footer_left a:link, div#content_footer_left a:active, div#content_footer_left a:visited {
	color: #ffffff;
	font-weight: bold;
	
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	
	font-style: normal;
}


/** sprachwahl **/

em.selected {
	padding: 0px 4px;
	background-color: #112C71;
	color: #ffffff;
	border: 1px solid #112C71;
	
	font-style: normal;
}


em.not_selected a, em.not_selected a:link, em.not_selected a:visited {
	color: #112C71;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #112C71;
	
	padding: 0px 4px;
	background-color: #ffffff;
	
}

em.not_selected a:hover {
	background-color: #112C71;
	border: 1px solid #112C71;
	color: #ffffff;
	text-decoration: none;
}


/* formulare */
input.text, select, textarea {
	background-color: #d0d0d0;
	border: none;
}

input.button {
	padding: 1px 2px;
	background-color: #606060;
	color: #ffffff;
	font-size: 90%;
	
	border: none;
	
	margin: 2px;
}

input.large, textarea.large, textarea.larger {
	width: 400px;
}


textarea.larger {
	height: 250px;
}


/**************************************** tabellen **************************************************/
td {
	border: none;
	vertical-align: top;
}

td.buttons {
	text-align: center;
}


/***************************************** content itself ********************************************/
img.content {
	float: right;
	
	margin: 2px 0px 2px 10px;
}

a img {
	border: none;
}




h3.clear {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}

p.links, p.back {
	white-space: nowrap;
	font-size: 90%;
}

p.back {
	margin-left: 100px;
}


p.subscript {
	font-size: 90%;
}

p.right {
	text-align:right;
}

div.float {
	display: inline;
	float: left;
	
	margin: 0px 20px 10px 0px;
	
	width: 110px;
	height: 130px;
}

div.float a, div.float a:link, div.float a:visited, div.float a:active {
	color: #000000;
	font-style: normal;
}

.red {
	color: #112C71;
}


div.float_col {
	float: right;
	margin-left: 15px;
}



/****** css for specific pages ******/
/* staicases index */
table.staircaseindex {
	margin-left: auto;
	margin-right: auto;
}

table.staircaseindex td {
	width: 160px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 10px;
}

table.staircaseindex ul {
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
}

table.staircaseindex img {
	margin-bottom: 5px;
}

table.contact td{
	padding-right: 20px;
}

table.contact img {
	border: 1px solid;
}
	
	
/* staircase type overviews */
div.text {
	width: 500px;
	
	margin-top: 10px;
	
	margin-left: auto;
	margin-right: auto;
}

div#content h2 {
	border-bottom: 1px solid #112C71;
	width: 40%;
	
	margin: 15px 0px 2px 0px;
	
	font-size: 130%;
}


div#content h2.home {
	border: none;
	/* width: 95%; */
	width: auto;
	text-align: right;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 25px;
	font-size: 190%;
	
}

h3 {
	font-size: 120%;
	font-weight: bold;
}

h4 {
	font-size: 110%;
	font-weight: bold;
}


/** personen tabellen **/
table.person {
}

table.person td {
	vertical-align: top;
	padding-right: 5px;
}





/*** tabellen mit strichen **/
table.lines {
	empty-cells: show;
	border-collapse: collapse;
}

table.lines td {
	border-bottom: 1px solid #000000;
	border-right:  1px solid #000000;
	padding: 3px;
}

table.lines th {
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	padding: 3px;
}



/*** glossary specifics ***/
a.glossary, a:link.glossary, a:visited.glossary, a:active.glossary {
	color: black;
	font-style: normal;
	background-color: #a0a0a0;
	
	background-image: url("/img/icons/arrow.png");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	
	padding-left: 8px;
}

a.glossary, a.glossary:link, a.glossary:visited, a.glossary:active {
	color: black;
	font-style: normal;
	background-color: #e0e0e0;
}

a.glossary img{
	vertical-align: middle;
}



table.glossary td {
	vertical-align: top;
	padding-right: 40px;
}


td div.image {
	float: left;
	border: 1px dotted black;
	padding: 2px;
	text-align: center;
	
	height: 120px; width: 100px;
	
	position: relative;
}


div.image div.image_left {
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	filter:Alpha(opacity=75);
	-moz-opacity:0.75;
}

div.image div.image_right {
	position: absolute;
	top: 0px;
	right: 0px;
	
	filter:Alpha(opacity=75);
	-moz-opacity:0.75;
}


/*** employees **/

div.employee {
	position: relative;
	
	/*border: 1px solid #000000;*/
	padding: 5px 5px 5px 110px;
	
	width: 220px;
	height: auto;
	
	margin: 5px;
}


div.employee_image {
	position: absolute;
	top: 0px;
	left: 5px;
	
	border: 1px solid #FF8500;
	padding: 5px;
	background-color: #a0a0a0;
	
	margin: 10px 20px 20px 0px;
}

div.employee_dummy{
	height: 130px;
	float: left;
}


em.nobr {
	white-space: nowrap;
	font-style: normal;
}


