/* =========== default stuff =========== */
body {
	background-color: #FFFFFF;
	background-image:url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
html, body, textarea, iframe {
	scrollbar-base-color:#99ccff;							/*farbe 1*/
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#99ccff;							/*farbe 1*/
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#99ccff;							/*farbe 1*/
}
/* default links */
A {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:hover {
	color: #1fd4ff;											/*farbe 2*/
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* spacer table cells */
tr.spacer {background-color: #99ccff}						/*farbe 1*/
td.spacer {background-color: #99ccff}						/*farbe 1*/
/* dummyfont for spacer table cells */
font.spacer {color: #000000; font-size: 1px; font-family: sans-serif}

/* rahmen um images */
IMG.dotborder {
	border-width: 2px;
	border-color: #99ccff;										/*farbe 1*/
	border-style: outset;
}

INPUT.small {
	background-color:#99ccff;									/*farbe 1*/
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 11px;
	border: black 0px solid;
	width: 40px;
	height: 18px;
}
INPUT.medium {
	background-color:#99ccff;									/*farbe 1*/
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 11px;
	border: black 0px solid;
	width: 100px;
	height: 18px;
}
INPUT.large {
	background-color:#99ccff;									/*farbe 1*/
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 11px;
	border: black 0px solid;
	width: 250px;
	height: 18px;
}


/* =========== header =========== */
#stripeleft {
}
#headermiddle {
	background-image:url(design1/headerback.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 238px;	
}
#headermiddleloc {
	background-image:url(design1/headerbackIBK.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 238px;	
}
#striperight {
}

/* =========== menu =========== */
#box-menu {
	position: relative;
	top: 6px;
	left: 10px;
	color: #99ccff;												/*farbe 1*/
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

#box-menu-contact {
	position: relative;
	left: 340px;
	color: #99ccff;												/*farbe 1*/
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

A.menu {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

A.menu:hover {
	color: #1fd4ff;											/*farbe 2*/
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* =========== page content =========== */
/* header for the page sections */
#sectionheader {
	background-image:url(design1/stripe1.gif); 
	background-repeat: no-repeat;
	width: 900px;
	height: 22px;
	color: #FFFFFF;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 3;
	padding-right: 3;
}

/* content box */
#content-box {
	height: 500px;
	width: 900px;
}
/* general content id*/
#content {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* program table content id*/
#tablecontent {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*program download link*/
#progdl a{
	position: relative;
	left: 454px;
	bottom: 20px;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*csaba pic*/
#csaba img{
	position: relative;
	right: 150px;
	top: 15px;
	border: 0;
}

/* location maps*/
#map1 a img{
	position: relative;
	left: 355px;
	bottom: 50px;
	border: black 1px solid;
}

#map1 a:hover img{
	border: #1fd4ff 1px solid;
}

#map1 a:hover { /* wakeup IE */
	border-width: 0;
}

#map2 a img{
	position: relative;
	left: 360px;
	bottom: 248px;
	border: black 1px solid;
}

#map2 a:hover img{
	border: #1fd4ff 1px solid;
}

#map2 a:hover { /* wakeup IE */
	border-width: 0;
}

#map3 {
	position: relative;
	right: 540px;
	bottom: 110px;
}


/* =========== footer stuff =========== */
#footer {
	color: #000000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A#footer:hover {
	color: #1fd4ff;											/*farbe 2*/
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}