/* page */

/*@import url("news.css");*/

/* body */


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b2c1d1;
	font-size: small;
	margin: 0;
}

.nur-drucken  {
	display: none;
}

#page {
	width: 90%;
	padding: 0px;
	margin: 0px auto;
	background-color: transparent;
	border: solid #003366;
	border-width: 0 1px;
}
#kopf {
	height: 100px;
	padding: 30px 30px 30px 0px;
	margin: 0px;
	background: white url('http://www.robotron.de/images/bg_kopf.jpg') no-repeat left;
	border: solid #003366;
	border-width: 0;
	overflow: hidden;
}
#kopf /* für alle außer IE 4/5 */ {
	height: 40px;
}

#kopf img, a {
	border: none;
	margin: 0px;
	padding: 0px;
}

#intro {
	height: 99px;
	background: white url('http://www.robotron.de/images/bg_kopf2.jpg') no-repeat left;
	background-color: white;
	border: solid #003366;
	padding: 25px 30px;
	margin: 0px;
	border-width: 1px 0 0 0;
	vertical-align: middle;
	overflow: hidden;
}
#intro /* für alle außer IE 4/5 */ {
	height: 49px;
}
#intro h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: medium;
	margin: 0;
	text-align: right;
}
#infozeile {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: #efefef;
	border: solid #003366;
	font-size: 10px;
	padding: 2px 15px 2px 2px;
	margin: 0px;
	border-width: 1px 0;
}
#infozeile table td {
	height: 20px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
#main {
	background-color: transparent;
	padding: 20px 20px 40px 40px;
}
#body {
	border: solid 0px #003366;
	line-height: 120%;
	background-color: white;
}
#inhalt {
	border: solid 0px #58799c;
	background-color: white;
}
#fuss {
	padding: 5px 15px;
	font-size: 10px;
	text-align: right;
	color: white;
	border-width: 1px 0 0px 0;
	background-color: #003366;
}
#fuss a {font-weight: normal; color:#003366; text-decoration: underline;}
#fuss a:link {color:white;}
#fuss a:visited {color:gray;}
#fuss a:hover {color:red;}
#fuss a:active {color:red;}
#fuss a:focus {color:red;}


h1 {
	font-size: medium;
	color: black;
	margin: 25px 0 20px 0;
}

h2 {
	font-size: small;
	color: black;
	margin: 30px 0 10px 0;
	clear: left;
}

h3 {
	font-size: small;
	margin: 30px 0 0 0;
}

p, li { font-size: small;}

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

p.mitte {
   text-align: center;
}

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

span.achtung {
	border: solid red;
	border-width: 0px 0px 0px 0px;
	background: url("../images/achtung.png") no-repeat scroll left center white;
	font-weight: bold;
	color: red;
	margin: 0 2px;
	padding: 1px 4px 1px 20px;
}

span.kon {
	unicode-bidi:bidi-override; 
	direction: rtl;
}

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;
}

#main a {font-weight: normal; color:#003366; background-color: transparent; text-decoration: underline;}
#main a:link {color:#003366;}
#main a:visited {color:gray;}
#main a:hover {color:red;}
#main a:active {color:red;}
#main a:focus {color:red;}

#main a.anker {font-weight: bold; color:black; background-color: transparent; text-decoration: none;}
#main a.anker:link {color:black;}
#main a.anker:visited {color:black;}
#main a.anker:hover {color:black;}
#main a.anker:active {color:black;}
#main a.anker:focus {color:black;}

.crossheading { font-weight: bold; font-size: 110%; }

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

td.menue {
	background-color: transparent;
	vertical-align: top;
	width: 200px;
	padding: 25px 0 0 0;
	margin: 0;
}

td.text {
   border: solid #003366;
	border-width: 0px 0px 0px 1px;
	vertical-align: top;
	background-color: white;
	padding-bottom: 30px;
}


/*______________________________Breadcrumb_________________________*/

#breadcrumb {
	background-color: transparent;
	float: left;
	width: 100%;
/*	border: solid #c6d6e8;
	border-width: 1px 0px 1px 0;
	font-size: x-small;
	padding: 3px 15px;
	margin: 0px 0 0 0;
*/
}

#breadcrumb a {
   text-decoration: none;
	color: black;
}

/*______________________________MENUE_________________________*/


#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid #efefef;
	border-width: 0px;
	color: #003366;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

.menuitem-1, .menuitem-2, .menuitem-3, .menuitem-4, .menuitem-5 {
	padding: 2px 10px;
	border: none;
	margin: 0 0 0px 0;
}

#menu a {background-color: transparent; text-decoration: none; display: block;}

.menuitem-selected-1, .menuitem-selected-2, .menuitem-selected-3, .menuitem-selected-4, .menuitem-selected-5 {
	padding: 1px 10px 2px 10px;
}

/*____________________Ebene 1__________________*/

.menublock-1 a {color:#003366;}

.menublock-1 {padding: 0;}

.menublock-1 .menublock-2 { display: none; }

.menublock-1 .menuitem-1:hover {background-color: #003366;}
.menublock-1 .menuitem-1:hover a {color: white;}

.menuitem-1 {
	border: solid #003366;
	border-width: 0px 0px 0px 0px;
	margin: 0 0 2px 0;
}

.menublock-selected-1 {
	border: solid #003366;
	border-width: 0px 0px 0px 0px;
	margin: 15px 0 15px 0;
	background-color: #efefef;
}

.menublock-selected-1 .menuitem-1,
.menublock-selected-1 .menuitem-selected-1 {
	background-color: #003366;
	border: none;
	font-weight: bold;
	color: white;
	margin:0;
}

.menublock-selected-1 .menuitem-1 a,
.menublock-selected-1 .menuitem-selected-1 a{
	color: white;
}

/*____________________Ebene 2__________________*/


.menublock-2 {padding: 0;}

.menublock-2 .menublock-3 { display: none; }

.menublock-2 .menuitem-2 {margin: 0;}

.menublock-2 .menuitem-2:hover {background-color: #c6d6e8;}

.menublock-selected-2 {
	border: none;
	margin: 2px 0;
}

.menublock-selected-2 .menuitem-2 {
	margin: 0;
	font-weight: bold;
	color: #003366;
	margin:0;
}

.menublock-selected-2 .menuitem-selected-2 {
	border: none;
	font-weight: bold;
	color: #003366;
	margin:0;
}


.menublock-2 .menuitem-2 a,
.menublock-selected-2 .menuitem-2 a,
.menublock-selected-2 .menuitem-selected-2 a{
	color: #003366;
}


/*____________________Ebene 3__________________*/


.menublock-3, .menublock-selected-3 {
	border: none;
	margin: 0;
}

.menublock-3 .menublock-4 { display: none; }

.menublock-3 .menuitem-3,
.menublock-3 .menuitem-selected-3,
.menublock-selected-3 .menuitem-3,
.menublock-selected-3 .menuitem-selected-3 {
margin: 0; padding-left: 20px;}

.menublock-3 .menuitem-3:hover {background-color: #efefef;}

.menublock-selected-3 .menuitem-3,
.menublock-selected-3 .menuitem-selected-3 {
	border: none;
	font-weight: bold;

}

.menublock-3 .menuitem-3 a,
.menublock-selected-3 .menuitem-3 a,
.menublock-selected-3 .menuitem-selected-3 a{
	color: #003366;
}

.menublock-3 .menuitem-3:hover,
.menublock-selected-2 .menuitem-2:hover {
background-color: #c6d6e8;
}

/* suche */

#toechter {
	font-family: Arial, Helvetica, sans-serif;
	border: solid #003366;
	border-width: 0px 0 0px 0px;
	padding: 0;
	margin: 20px 10px;
	background-color: white;
	color: #003366;
}

#toechter h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #003366;
	border: solid #003366;
	border-width: 0px 0 0px 0px;
	padding: 1px 5px;
	display: block;
	margin: 0;
	background-color: white;
}

#toechter img {
	margin: 10px 0;
}


/* Oracle-Partnerschaft */

#oracle {
	border: solid #003366;
	border-width: 0px 0 0px 0px;
	padding: 0;
	margin: 30px 0 15px 10px;
	background-color: white;
}


/* suche */

/*
#infozeile #suchen {
	text-align: right;
	border: none;
	padding: 0;
	margin: 0px;
}

#infozeile #suchen #search {
	display: inline;
}

#infozeile #suchen #search p {
	padding: 0px;
	margin: 0px;
}

#infozeile #suchen #search input.searchfield {
	font-size: x-small;
	padding: 1px;
	margin: 0px;
	width: 100px;
}

#infozeile #suchen #search input.searchsubmit {
	background-color: #003366;
	color: white;
	font-size: x-small;
	cursor: pointer;
	margin: 0px;
	padding: 1px;
}
*/

/*__________________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;
}

#main #body_umfrage table {
	border: none;
/*	width: 100%;*/
}

#main #body_umfrage tr {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid silver;
	border-left: none;
}

#main #body_umfrage td {
	border: none;
	padding: 10px 5px 10px 0;
	text-align: right;
}
#main #body_umfrage tr td:first-child {
	text-align: left;
}

/*
#main #body_umfrage td input {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid gray;
	border-left: none;
}
*/

/*__________________BILDER__________________*/

img {
	border:none;
}
img.rechts {
	border: none;
	float: right;
	margin: 5px 0px 5px 20px;
}

img.links {
	border: none;
	float: left;
	margin: 5px 20px 5px 0px;
}

img.rechts_rahmen {
	border: solid 1px #003366;
	float: right;
	margin: 5px 0px 5px 20px;
}

img.links_rahmen {
	border: solid 1px #003366;
	float: left;
	margin: 5px 20px 0px 0px;
}

img.mitte {
	text-align: center;
	border: none;
	margin: 5px 20px 5px 20px;
}
img.mitte_rahmen {
	border: solid 1px #003366;
	text-align: center;
	margin: 5px 20px 5px 20px;
}

/*__________________INFOBOXEN__________________*/

#infos {
	float: right;
	width: 210px;
	margin: 0 0 20px 20px;
	padding: 0px 0 0 0;
	font-size: small;
	color: black;
	background-color: white;
	border: none;
}
* html #infos {
	width: 190px;
	padding: 50px 0 0 0;
}

#infos h1{
	font-size: small;
	font-weight: bold;
	margin:5px 0 5px 0;
	color: #003366;
}

#infos a {
	text-decoration: underline;
}
#infos div {
	background: url('http://www.robotron.de/images/post-it.jpg') no-repeat right;
	padding: 25px 15px 20px 55px;
	margin-bottom: 5px;
	height: 120px;
	border: none;
	float: none;
	font-family: cursive;
	font-size: 11px;
	color: #003366;
}
#infos div.info_lang {
/*	background: #c6d6e8;*/
	background: #efefef;
	padding: 0 0 5px 0;
	border: solid 0px #003366;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: auto;
	margin-bottom: 25px;
}
#infos div.info_lang p {
	padding: 5px 10px;
	line-height: 140%;
}

#infos div.info_lang h1 {
	display: block;
	background: #003366;
	padding: 2px 10px;
	color: white;
}

#infos div.info_lang h2 {
	margin: 5px 10px;
}
#infos div.info_lang img {
	background: none;
	padding: 0px;
	border: solid 0px #003366;
	margin: 10px;
}

#infos div.energie h1 {
	color: #e17000;
}
#infos div.industrie h1 {
	color: #aa272f;
}
#infos div.oev h1 {
	color: #739600;
}




/*__________________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.engl {
	background: transparent url(http://www.robotron.de/images/sitemap_leistungen_en.gif) top left no-repeat;
}

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;}

/*
dd#ecount_text { top: 65px; left: 114px; }
dd#ecount_text a{ position: absolute; width: 73px; height: 69px; text-decoration: none; }
dd#ecount_text a span{ display: none; }
dd#ecount_text a:hover{ position: absolute; background: transparent url(office.jpg) -109px -317px no-repeat; top: -10px; left: -5px; }
dd#ecount_text a:hover span{
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: #F4F4F4;
	font-weight: bold;
	position: absolute;
	border: 1px solid #BCBCBC;
	bottom: 100%;
	margin: 0;
	padding: 5px;
	width: 250%;
}
*/

/*
dd#esales_text{ top: 111px; left: 211px; }
dd#esales_text a{ position: absolute; width: 56px; height: 46px; text-decoration: none; }
dd#esales_text a span{ display: none; }
dd#esales_text a:hover{ background: transparent url(office.jpg) -211px -373px no-repeat; }
dd#esales_text a:hover span{
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: #F4F4F4;
	font-weight: bold;
	position: absolute;
	border: 1px solid #BCBCBC;
	bottom: 100%;
	margin: 0;
	padding: 5px;
	width: 250%;
}
*/

/*
dd#edifact_text{ top: 165px; left: 168px; }
dd#edifact_text a{ position: absolute; width: 81px; height: 87px; text-decoration: none;	}
dd#edifact_text a span{ display: none; }
dd#edifact_text a:hover{ background: transparent url(office.jpg) -168px -427px no-repeat; }
dd#edifact_text a:hover span{
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: #F4F4F4;
	font-weight: bold;
	position: absolute;
	border: 1px solid #BCBCBC;
	top: 100%;
	margin: 0;
	padding: 5px;
	width: 250%;
}
*/


/*
dd#daphne_text{ top: 126px; left: 45px; }
dd#daphne_text a{ position: absolute; width: 64px; height: 39px; text-decoration: none; }
dd#daphne_text a span{ display: none; }
dd#daphne_text a:hover{ background: transparent url(office.jpg) -45px -388px no-repeat; }
dd#daphne_text a:hover span{
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: #F4F4F4;
	font-weight: bold;
	position: absolute;
	border: 1px solid #BCBCBC;
	top: 100%;
	left: 1px;
	margin: 0;
	padding: 5px;
	width: 150%;
}
*/


/*_________________________ 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;
}


/*_________________________ SCHULUNG _____________________________*/

div.bildungsweg {
	float: none;
	clear: both;
	display: table-cell;
	vertical-align: middle;
	font-size: smaller;
	background: #efefef;
	padding: 15px;
	margin: 10px 0;
}

div.bildungsweg h2 {
	margin: 0 0 10px 0;
}
div.bildungsweg div {
	display: table-cell;
	vertical-align: middle;
	float:left;
}
div.bildungsweg div.pfeil {
	max-height: 80px;
	margin: auto;
	padding: 0;
	font-size: 22px;
}

div.bildungsweg div.erforderlich,
div.bildungsweg div.empfohlen,
div.bildungsweg div.ocp,
div.bildungsweg div.hinweis {
	width: 100px;
	overflow: hidden;
	text-align: center;
	border: 1px solid gray;
	max-height: 80px;
	overflow: hidden;
	margin: auto 2px auto 0;
	padding: 2px;
	background: White;
}
div.bildungsweg div.erforderlich  {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
div.bildungsweg div.ocp  {
	border-top: 2px solid red;
	border-bottom: 2px solid red;
}
div.bildungsweg div.empfohlen {
	border-top: 2px dashed gray;
	border-bottom: 2px dashed gray;
	margin-bottom: 4px;
	float: none;
}
div.bildungsweg div.alterativ {
	padding: 0;
	border: none;
	text-align: right;
}
div.bildungsweg div.alterativ div{
	float: right;
	right: 0px;
}
div.bildungsweg div.hinweis {
	border: none;
	background: transparent;

}

/*TEST LISTE*/

ul.bildungsweg {
	clear: both;
	display: block;
	padding: 5px;
	margin: 0;
	background: #efefef;
	float: none;
	text-align: center;
	vertical-align: middle;
}
ul.bildungsweg li,
ul.bildungsweg li.alternativ ul li {
	display: block;
	text-align: center;
	vertical-align: middle;
	list-style: outside url(http://www.robotron.de/images/pfeil.gif);
	padding: 2px;
	margin: auto 5px auto 5px;
	width: 100px;
	height: 60px;
	overflow: hidden;
	border: solid;
	border-width: 2px 1px 2px 1px;
	border-color: black gray black gray;
	float: left;
	background: White;
	font-size: 11px;
}
ul.bildungsweg li.ocp {
	border-color: red gray red gray;
}
ul.bildungsweg li.empfohlen,
ul.bildungsweg li.alternativ ul li.empfohlen{
	border-color: gray;
	border-style: dotted;
}
ul.bildungsweg li.alternativ {
	border: none;
	padding:0;
	height: auto;
}
ul.bildungsweg li.alternativ ul{
	margin:0;
	padding: 0;
}
ul.bildungsweg li.alternativ ul li{
	margin:0 0 5px 0;
	padding: 0;
}
/* ------------------------- Formulare -------------------------- */
fieldset {
	clear: left;
	position: relative;
	margin: 10px 0;
	padding: 10px;
/*	float: left;*/
}
fieldset.spalten {
	padding: 0px;
	border: none;
	clear: both;
	float: none;
}
fieldset.spalte1 {
	position: relative;
	margin-right: 20px;
}
fieldset.spalte2 {
	position: relative;
	clear: none;
}
fieldset.hinweis {
	border: red;
}
fieldset legend {
	font-weight: bold;
	color: black;
	padding: 2px;
	margin: 0;
}
fieldset label {
	width: 130px;
	height: 13px;
	float: left;
	display: block;
	padding: 3px 0;
	margin: 2px 0;
	clear: both;
	margin-right: 5px;
}
fieldset label.rechts {
	margin-left: 5px;
}

fieldset input {
	margin: 2px 0;
	padding: 3px 0;
	width: 250px;
	height: 13px;
}

fieldset select {
	margin: 0;
	padding: 0;
	width: 250px;
}

fieldset input.kurz {
	width: 80px;
}




/* ------------------------ SCHULUNG --------------------------------*/


#main table.kursuebersicht {
	border: none;
	margin: 0;
	padding: 0;
}

#main table.kursuebersicht thead th {
	background-color: #003366;
	color: white;
}

#main table.kursuebersicht thead th:first-child {
	text-align: left;
}


#main table.kursuebersicht tbody th {
	border: solid silver;
	border-width: 0 0 2px 0;
	margin: 0;
	padding: 5px;
	vertical-align: top;
	text-align: right;
}
#main table.kursuebersicht tbody th a {
	text-decoration: none;
	color: Black;
}

#main table.kursuebersicht tbody th:first-child {
	text-align: left;
}

#main table.kursuebersicht td {
	border: solid silver;
	border-width: 0 0px 1px 0;
	margin: 0;
	padding: 10px 10px 5px 5px;
	vertical-align: top;
	font-size: small;
}

.kursuebersicht td:first-child +td {
	text-align: center;
}

.kursuebersicht td:first-child +td +td {
	text-align: right;
}

#main table.kursuebersicht img {
	border: none;
	margin: 0;
	padding: 0;
}

#main table.kursdetails td {
	border: solid 1px gray;
	border-width: 0 0 1px 0;
}

.kursdetails td:first-child {
	font-weight: bold;
}
.kursdetails table td {
	border: none;
	border-width: 0;
	vertical-align: middle;
}
.kursdetails table td:first-child {
	font-weight: normal;
}

form.kurs_buchen {
	display: inline;
}

p.txt_bildungsweg {
	background: #efefef;
	padding: 10px;
}
#bildungsweg {
	float: right;
	width: 210px;
	margin: 10px 0 20px 20px;
	padding: 15px;
	font-size: small;
	color: black;
	background-color: #efefef;
	border: none;
}
#bildungsweg h1 {
	font-size: small;
	color: red;
}
#bildungsweg p {
	padding: 5px;
	margin: 0;
	text-align: center;
}
#bildungsweg .kurs_ueb {
	border:none;/*solid 1px*/
	background-color: transparent;
	font-weight: bold;
}
#bildungsweg .kurs_erf {
	border:solid 1px red;
	background-color: White;
}
#bildungsweg .kurs_opt {
	border:dashed 1px gray;
	background-color: White;
}

.gk {
	border: none;
	background: Green;
	font-weight:bold;
	font-size: smaller;
	color:white;
	margin: 0 2px;
	padding: 1px;
}

