/* CSS Document */
html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#fff; 
font-size:76%; 
font-family: Verdana, Arial, Helvetica, sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-color:#ffffff;
	background-attachment: fixed;
	background-image: url(../images/bodybg.jpg);
	background-repeat: no-repeat;
}

a {
	outline: none;
	outline: 0;
	-moz-outline: 0;
}

h1 {
 color: #132b5b ;
 font-size: 36px;
 font-weight: bold;
}

h1.welcomeheader {
 color: #132b5b ;
 font-size: 29px;
 font-weight: bold;
}

h2 {
 color: #132b5b;
 font-size: 24px;
 font-weight: bold;
}

h3 {
 color: #132b5b;
 font-size: 16px;
 font-weight: bold;
}

#startpage {
	background-image: url(../images/bodybg_start.jpg);
	background-repeat: no-repeat;
}

#content {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:100px;
	bottom:50px;
	left:200px;
	right:0;
	padding-bottom:10px;
	line-height: 150%;
}

* html #content {
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	overflow:auto;
	position:absolute;
	z-index:3;
	border-top:100px solid #fff;
	border-bottom:50px solid #fff;
	border-left:200px solid #fff;
}


#head {
	position:absolute; 
	margin:0; 
	top:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:100px; 
	background:url(../images/headerbg.png); 
	background-position:0 0; 
	z-index:5; 
	overflow:hidden; 
	color:#fff;
}

#foot {
	position:absolute; 
	margin:0; 
	bottom:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:50px; 
	font-size:1em; 
	z-index:5; 
	overflow:hidden; 
	color:#fff;
	background:url(../images/footerbg.png); 
	background-position:0 0; 
	padding-top: 10px;
	text-align:center;
}

#left {
	position:absolute;
	left:0; 
	top:100px; 
	bottom:50px; 
	width:200px; 
	font-size:1.2em;
	z-index:4;
	overflow:auto;
	padding:10px;
}

* html #left {
	height:100%;
	top:0;
	bottom:0;
	border-top:100px solid #fff; 
	border-bottom:50px solid #fff;
	color:#0000;
}

#content {
	padding:10px;
	padding-right: 15px;
}


#welcomeblock{
	position:relative;
	vertical-align: middle;
	margin-left: 270px;
	margin-top: 10%;
	padding-right: 30px;
}

a {
	text-decoration: none;
	font-weight: bolder;
	color: #193161;
}

a:hover {
	color: #949698;
}

a:active, a:focus{ outline:none; }
a img {border: 0px;}
a.footerlink {
	color: #ffffff;
	font-size:0.8em; 
	font-weight: bold;
	text-decoration: none;
}

a.footerlink:hover {
	color: #3476e6;
}

a.homepagelink {
	text-decoration: none;
	color: #132b5b;
	font-size: 24px;
	font-weight: bold;
}

a.homepagelink:hover {
	color: #949698;
}

img.schmuck {
	background-color: #ffffff; 
	padding: 5px; 
	border: 1px solid #dedfde;
	margin: 0 10px;
}

img.schmuck:hover {
	border: 1px solid #aaabaa;
	background-color: #f0f0f0;
}




ul.bullet {
	list-style:url(../images/listbullet.png);
}

/* Menu */
ul.menu {
	border: 1px solid #000000;
}

ul.menu a.menufirst {
	border-top: 0px;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 180px;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  /*margin-top: 1px;*/
}

ul.menu li a {
  background:url(../images/navibg.jpg); 
  color: #fff;	
  padding: 5px;
  border-top: 1px solid #ffffff;
}

ul.menu li a:hover {
   background: #1e1e1e url(../images/navibg-hover.jpg); 
}

ul.menu li ul li a {
  background: #eaeff5;
  color: #000;
  padding-left: 20px;
  border-top: 1px solid #ffffff;
}

ul.menu li ul li a:hover {
  background: #f4f4f4;
  border-left: 5px #132b5b solid;
  padding-left: 15px;
}

/* Breadcrumb */
td.breadcrumbtable{
	vertical-align: bottom;
	padding-bottom: 15px;
}

#breadcrumb {
	font-size: 10px;
	padding-left:5px;
}

#breadcrumb .breadcrumbtext {
	font-weight: bolder;
}

#breadcrumb ul li{ 
	list-style-image: none; 
	display:inline; 
	padding: 0 3px 0 0; 
	margin: 3px 0 0 0;
	font-weight: bolder;
} 

#breadcrumb ul{ 
	margin:0;
	padding:0; 
	list-style-type: none; 
	padding-left: 1em; 
} 

#breadcrumb a {
	color: #abaeb2;	
	font-weight: bold;
	text-decoration:none;
}

#breadcrumb a:hover {
	color: #3476e6;	
}

/********************** forms **************************/
input, select, option{
  height: 22px;
}

input, select, textarea{
	border: solid 1px #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input, textarea{
	background: #ffffff url(../images/input-back.gif) repeat-x;
	width: 190px;
	padding:4px;
}

option{background: white;}

textarea{
	width: 400px;
	background: #ffffff url(../images/textarea-back.gif) repeat-x left bottom;
	padding:4px;
}

option{background: white;}


a.wasistdas {
	font-size: 0.8em;
	cursor: pointer;
}


div.formerrortext {
	color: red;
	display: none;
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-weight: bolder;
	border: 1px solid red;
	background-image:url(../images/error.png);
	background-position: 10px center;
	background-repeat:no-repeat;
	background-color:#ffd8d8;
}
 
input.submit-button{
	background: url(../images/send-button.gif) no-repeat;
	width: 78px;
	height: 29px;
	border: 0;
	color: white;
	font-weight: bold;
	cursor:pointer;
	font-size: 11px;
}

input.submit-button-disabled{
	background: url(../images/send-button-disabled.gif) no-repeat;
	width: 78px;
	height: 29px;
	border: 0;
	color: #555555;
	font-weight: bold;
	cursor:default;
	font-size: 11px;
}
 
/********************** jquery **************************/

#popup {
  display: none;
  position: fixed;
  width: 350px;
  _position: absolute; /* hack for internet explorer 6 */
  background: #0d1e49;
  z-index: 9999;
  padding: 5px;  /* same as rounding */
}

#popup_title {
  font-weight: bold;
  color: #ffffff;
  padding:5px;
}

#popup_message {
  padding: 8px;
  background: #ffffff;
  /*min-height: 120px;*/
  color: black;
  font-size:12px;
}

#popup_close {
  width: 14px;
  height: 14px;
  background: url('../images/close-off.png') no-repeat;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

#popup_close:hover {
  background: url('../images/close.png') no-repeat;
}

#popup_bg {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6 */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #0f234e;
  border: 1px solid #cecece;
  z-index: 10;
}

hr.trenner {
	margin-top: 10px;
	margin-bottom: 10px;	
	color #193161;
}
