/* page */

body, table, label, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
}

#kopf, #intro, #infozeile, #menu, #infos, img, button, input[type="button"]  {
	display:none;
}

.nur-drucken  {
	display: block;
}

td.menue {
	width:0;
}

table.nur-drucken {
	border: none;
}

td.unterschrift {
	border: solid black;
	border-width: 1px 0 0 0;
}

label{
	border: solid white;
	border-width: 0 0 1px 0;
	display:block;
	width: 3cm;
/*	height: 1cm;*/
	clear: left;
	float: left;
	vertical-align: middle;
	padding:2px;
	margin: 0;
}

input, select {
	border: solid black;
	border-width: 0 0 1px 0;
	width: 13cm;
/* 	height: 1cm;*/
	clear: none;
	float: left;
	padding: 2px;
	margin: 0px;
	overflow: visible;
	vertical-align: middle;
}

fieldset {
	margin-bottom: 1cm;
	border:none;
	padding: 0;
}

fieldset legend {
	font-weight: bold;
}


form.schulungsfax fieldset.schmal{
	width: 8cm;
	float: left;
}

form.schulungsfax fieldset.schmal input,
form.schulungsfax fieldset.schmal select {
	width: 4.5cm;
}


/* ------------------------------------ */




h1 {
	font-size: 11pt;
	margin: 25px 0 20px 0;
	clear: left;
}

h2, h3 {
	font-size: 9pt;
	margin: 30px 0 10px 0;
	clear: left;
}

p, li { font-size: small;}

p {
   margin:5px 0 10px 0;
}

p.mitte {
   text-align: center;
}

p.fussnote {
	font-size: x-small;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 15px;
}
ul ul {
	margin-left: 5px;
}

ul ul li {
	margin-bottom: 5px;
   list-style: url('http://www.robotron.de/images/pfeil2.gif');
}

ul li {
	margin-bottom: 5px;
   list-style: url('http://www.robotron.de/images/pfeil1.gif');
}

ul li.url {
	margin-left: 5px;
   list-style: url('http://www.robotron.de/images/anstrich_url.gif');
}

ul li.email {
	margin-left: 5px;
   list-style: url('http://www.robotron.de/images/anstrich_email.gif');
}
ul li.telefon {
	margin-left: 5px;
   list-style: url('http://www.robotron.de/images/anstrich_telefon.gif');
}
ul li.fax {
	margin-left: 5px;
   list-style: url('http://www.robotron.de/images/anstrich_fax.gif');
}

ol {
	margin-top: 0;
	margin-bottom: 0;
}
ol li {
	margin-bottom: 2px;
}


strong {
	font-style: italic;
	font-weight: bold;
}
em {
	font-weight: bold;
	color: red;
}
small {
	font-size: x-small;
}
.clear {
	clear: both;
}

td.text {
   border: none;
}









/*__________________TABELLEN__________________*/

table {
	border: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#main table {
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
}

#main table td, th {
	font-size: small;
	border: 1px solid #003366;
	vertical-align: top;
	padding: 5px;
}
#main table th {
	font-weight: bold;
	background-color: #efefef;
}

#main table td.mitte {
	text-align: center;
	vertical-align: middle;
}

#main table.layout {
	border: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#main table.layout td,
#main table.layout th {
	border: none;
	background: transparent;
	padding: 5px 10px 5px 0;
	text-align: left;
}

#main table.layout td.geschichte {
	width: 80px;
}

#main table.referenzen {
	border: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: auto;
}
#main table.referenzen /* für alle außer IE 4/5*/{
	width: 100%;
}

#main table.referenzen td {
	border: solid #efefef;
	border-width: 2px 0 0px 0;
	padding: 15px 20px 15px 0;
	vertical-align: middle;
}
#main table.referenzen th {
	border: solid #efefef;
	border-width: 0px 0 4px 0;
	padding: 30px 0px 0px 0px;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	background-color: transparent;
	color: #003366;
}



table.magazin {
	border: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.magazin h2 {
	font-size: small;
	margin-top: 5px;
}
table.magazin td, table.magazin th {
	font-size: small;
	border: 1px solid #003366;
	text-align: left;
	padding: 5px;
}
table.magazin th {
	font-weight: bold;
	background-color: #efefef;
}

table.kopf_links {
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
}

table.kopf_links td, table.kopf_links th {
	font-size: small;
	border: 1px solid #003366;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
table.kopf_links th {
	font-weight: bold;
	background-color: #efefef;
	width: 30%;
}

td.ew {
/*	background-color: #c6d6e8;*/
	background-color: #e17000;
	color: white;
	font-weight: bold;
}
td.oev {
/*	background-color: #d5dfb5;*/
	background-color: #739600;
	color: white;
	font-weight: bold;

}
td.industrie {
/*	background-color: #e8ce79;*/
	background-color: #e8ce79;
	color: #aa272f;
	font-weight: bold;
}

#main table.ref_branchen {
	width:100%;
	background-color: transparent;
	border: none;
}
#main table.ref_branchen td {
	vertical-align: top;
	border: none;
}
#main table.ref_branchen h2 a {
	text-decoration: none;
	font-weight: bold;
}

#main table.referenz {
	width:100%;
	background-color: transparent;
	border: none;
}
#main table.referenz td {
	background-color: transparent;
	border: none;
	vertical-align: top;
	padding: 0 20px 40px 0;
}
#main table.referenz th {
	background-color: transparent;
	border: none;
	vertical-align: top;
	text-align: center;
}


#main table.schule {
	width:100%;
	background-color: transparent;
	border: none;
}
#main table.schule td {
	vertical-align: top;
	border: none;
}
#main table.schule th {
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border: none;
	padding-right: 20px;
}

table.kompetenz {
	width:auto;
}
table.kompetenz /* für alle außer IE 4/5*/ {
	width:100%;
}

table.kompetenz td {
	text-align: center;
	vertical-align: middle;
}
table.kompetenz th {
	text-align: left;
	vertical-align: middle;
	background-color: #F4F4F4;
	font-weight: normal;
}

#main table.kompetenz a {font-weight: normal; color:#003366; background-color: transparent; text-decoration: none; display:block;}
#main table.kompetenz a:link {color:#003366;}
#main table.kompetenz a:visited {color:#003366;}
#main table.kompetenz a:hover {color:red;}
#main table.kompetenz a:active {color:#003366;}
#main table.kompetenz a:focus {color:#003366;}

table.kompetenz tr:hover {background-color: #efefef;}

#main table th.oracleprodukte {
	width: 50%;
}

#main table.hotels {
	border: none;
	margin: 0;
	padding: 0;
}
#main table.hotels td{
	border: none;
	margin: 0;
	padding: 15px 0;
	vertical-align: middle;
}

#main table.veranstalt {
	border: none;
	margin: 0;
	padding: 0;
}
#main table.veranstalt th{
	border: solid silver;
	border-width: 0 0 2px 0;
	margin: 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
#main table.veranstalt td{
	border: solid silver;
	border-width: 0 0px 1px 0;
	margin: 0;
	padding: 10px 10px 5px 5px;
	vertical-align: top;
	font-size: small;
}
#main table.veranstalt img {
	border: none;
	margin: 0;
	padding: 0;
}
#main table.veranstalt input.button {
	margin: 0;
	padding: 0;
	font-size: small;
}


/*__________________IMAGEMAP LEISTUNGEN__________________*/

ul#map_leistungen {
	margin: 0;
	padding: 0;
	background: transparent url(http://www.robotron.de/images/sitemap_leistungen.gif) top left no-repeat;
	width: 582px;
	height: 505px;
	position: relative;
	list-style: none none;
}
ul#map_leistungen li {
	position: absolute;
	display: block;
	width: 75px;
	height: 75px;
	overflow: hidden;
	list-style: none none;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
}
ul#map_leistungen li a {
	position: absolute;
	width: 75px;
	height: 75px;
	cursor: pointer;
	border: none;
}
ul#map_leistungen li a:hover span{display: block;}
ul#map_leistungen li#produkte {top: 210px;left: 245px;	}
ul#map_leistungen li#kompetenz {top: 205px;left: 82px;}
ul#map_leistungen li#oracle {top: 115px;left: 5px;}
ul#map_leistungen li#beratung {top: 72px;left: 427px;}
ul#map_leistungen li#analyse {top: 167px;left: 477px;}
ul#map_leistungen li#implementierung {top: 265px;left: 475px;}
ul#map_leistungen li#integration {top: 355px;left: 425px;}
ul#map_leistungen li#einfuehrung {top: 403px;left: 327px;}
ul#map_leistungen li#projektmanagement {top: 397px;left: 230px;}
ul#map_leistungen li#wartung {top: 342px;left: 147px;}






/*__________________IMAGEMAP PRODUKTE__________________*/

dl#map_produkte{
	margin: 0;
	padding: 0;
	background: transparent url(http://www.robotron.de/images/map_produkte.jpg) top left no-repeat;
	position: relative;
	width: 400px;
	height: 400px;
}

dl#map_produkte dt{ margin: 0; padding: 0; position: absolute; display: none; }
dl#map_produkte dd{ margin: 0; padding: 0; position: absolute;}


/* ---------- Hotspot Declarations ---------- */

dl#map_produkte dd {position: absolute; text-decoration: none;}
dl#map_produkte dd a {display: block; text-decoration: none; border: solid 1px transparent;}
dl#map_produkte dd a:hover {border: solid 1px red;}
dl#map_produkte dd a span{ display: none; }
dl#map_produkte dd a:hover span{
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: white;
	font-weight: normal;
	position: relative;
	border: none;
	margin: 0;
	padding: 5px;
	width: 200px;
}


dd#sea_text { top: 45px; left: 120px; }
dd#sea_text a{width: 75px; height: 30px;}
dd#sea_text a:hover span{left: 220px;}

dd#edi_text { top: 100px; left: 104px; }
dd#edi_text a{width: 105px; height: 25px;}
dd#edi_text a:hover span{left: 250px; top: -20px;}

dd#edm_text { top: 115px; left: 200px; }
dd#edm_text a{width: 95px; height: 30px;}
dd#edm_text a:hover span{left: 140px; top: -120px;}

dd#ecs_text { top: 145px; left: 145px; }
dd#ecs_text a{width: 110px; height: 27px;}
dd#ecs_text a:hover span{left: 200px; top: -50px;}

dd#koma_text { top: 70px; left: 180px; }
dd#koma_text a{width: 110px; height: 25px;}
dd#koma_text a:hover span{left: 200px; top: -50px;}

dd#daphne_text { top: 242px; left: 75px; }
dd#daphne_text a{width: 100px; height: 30px;}
dd#daphne_text a:hover span{left: 240px; top: -100px;}


/*_________________________ NEWS und VERANSTALTUNGEN _____________________________*/


#main div#news {
	padding: 0 0 5px 0;
	margin: 0;
	border: solid 0px #003366;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	line-height: 140%;
}
#main div#news h3 {
	clear: left;
	margin: 5px 0 10px 0;
}
#main div#news p.newsdat{
	font-weight: normal;
	font-size: x-small;
	clear: left;
	margin: 5px 0 5px 0;
}
#main div#news div.newstext{
	padding: 0;
	margin: 0 0 50px 0;
}
#main div#news div.newskurz {
	padding: 0;
	margin: 0 0 30px 0;
}
#main div#news div.newskurz h3 {
	padding: 0;
	margin: 0;
}
#main div#news div.newskurz p {
	padding: 0;
	margin: 0;
}
/*
#main div#veranst {
	float: right;
	width: 200px;
	background: #efefef;
	padding: 0 0 5px 0;
	border: solid 0px #003366;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	margin: 0 0 25px 25px;
}
#main div#veranst h2{
	font-size: small;
	font-weight: bold;
	margin: 0px 0 5px 0;
	background-color: #003366;
	color: white;
	padding: 2px 10px;
	line-height: 140%;
}

#main div#veranst h2 a{
	font-size: small;
	color: white;
}
*/
#infos #veranst p,
#infos #produkte p{
	font-size: 11px;
	padding: 5px 10px;
}

#infos #produkte p{
	clear: both;
}

#infos #produkte p img {
	margin: 0 0 0 2px;
	padding: 0;
	border: none;
	float: right;
	clear: right;
}

pre.hinweis {
	color: gray;
}

/*_________________________ KONTAKT _____________________________*/

div#kontakt p,
div#kontakt h3 {
	clear: both;
}

div#kontakt img {
	margin: 0 10px 15px 0;
}