/***   Standard CSS Stylesheet für www.linde-anlagenbau.de   ***/
/* nach Like30 Vorgaben */

/* 
	Farben:
	LG Blue:			#0D5C91
	LG Cyan:			#00A3E0		(Highlight)
	Hintergrund Grau:	#E5E5E5		Pfad-Navigation
*/


/* Standard */
html,body {
	font-family:Arial,Univers,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000;
}
body {
	font-family:Arial,Univers,Helvetica,sans-serif;
	margin:10px;
	padding:0;
}


a:link {
	font-family:Arial;
	font-weight:normal;
	color:#0D5C91;
	text-decoration:none;
}
a:visited {
	color:#0D5C91;
	text-decoration:none;

}
a:hover {
	color:#00A3E0;
	text-decoration:none;

}

a div {
	padding-left:20px;
}

/* Download-Link */
/*
a div.download {
	background-image:url(/img/download.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/* weiter, more, go... */
/*
a div.cont {
	background-image:url(/img/navimg.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a div.close {
	background-image:url(/img/close.gif);
	background-repeat:no-repeat;
	background-position:left;
}
*/



/* Eingabefelder, Buttons */
input, select {
	/*
	border:1px solid #A2B1BC;
	height:18px;
	width:144px;
	*/
}
input.stdbutton, input.submit {
	color:#FFF;
	background-color:#00A3E0;
	padding-left:4px;
	padding-right:4px;
	height:15px;
	width:auto;
	font-family:Arial;
	/*
	font-size:12px;
	*/
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	border:none;
}
/*
input.auswahl {
	width:12px;
	height:12px;
}
*/





div.clear, span.clear, p.clear {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;


}
	  
/* Tabellendarstellung; Table-Lösung */
table.b011-tabellenlinie, table.b010-tabellenzeile {
	width:100%;
	padding:0;
    margin:0;
    border-collapse:collapse;
    border-spacing:0;
}
table.b011-tabellenlinie {
    border-bottom:1px solid #bdcfce;
}
table.b011-tabellenlinie th, table.b010-tabellenzeile th {
    width:100%;
    line-height:18px;
    text-align:left;
    font-weight:bold;
    margin:0;
    padding:0;
    font-size:12px;
    
}
table.b011-tabellenlinie th.kopf, table.b010-tabellenzeile th.kopf {
	color:#0D5C91;
}

table.b011-tabellenlinie td, table.b010-tabellenzeile td {
    padding:0;
    margin:0;
    vertical-align:top;
    font-size:12px;
    line-height:18px;
    color:#000;
}
table.b011-tabellenlinie td.b013-spalte, table.b010-tabellenzeile td.b013-spalte {
    width:144px;
}
table.b011-tabellenlinie td.b014-spalte-gross, table.b010-tabellenzeile td.b014-spalte-gross {
    width:222px;
}
table.b011-tabellenlinie td.b015-spalte-klein, table.b010-tabellenzeile td.b015-spalte-klein {
    width:66px;
}
table.b011-tabellenlinie td.b012-abstand, table.b010-tabellenzeile td.b012-abstand {
    font-size:1px;
    color:#FFF;
    width:12px;
}
    






/* Listen */
ul
,ol {
font-size:12px;
}
li {
   	list-style-position:outside;
	list-style-image:url(/img/listing.gif);
}
#background li{ /*Abstand zwischen den Listen*/
    padding-bottom: 8px;
}



/*****   Bereich Mitte   *****/
#Container {
	width:1010px;
	margin-top:232px;
}


/* Haupt-Navigation */
#MainMenu {
	float:left;
	width:174px;
}

#Container div#hspacer {
	float:left;
	width:1px;
	height:270px;
}





#Content {
	float:left;
	margin-left:42px;
	width:450px;
		/*	background-color:#FFD;*/
}
#Content h1 {
	margin-top:0;
	font-family:Arial;
	font-size:21px; 
	color:#0D5C91; 
	font-weight:400;
/*	font-weight:bold;*/
/*	margin-top:-1px;*/
	margin-bottom:10px;
}
#Content h2 {
	margin-top:0;
	font-family:Arial;
	font-size:16px; 
	color:#0D5C91; 
	font-weight:bold;
	margin-bottom:5px;
}
#Content h3 {
	margin-top:0;
	font-family:Arial;
	font-size:14px; 
	color:#0D5C91; 
	font-weight:bold;
	margin-bottom:5px;
}

#Content img {
	/*width:100%;*/
}



/* Spaltendarstellung; 2er Teilung */
#Content div.b020-teilung-2 {
	width:100%;
}
#Content div.b020-teilung-2 div.b022-links {
	float:left;
	width:222px;
}
#Content div.b020-teilung-2 div.b024-rechts {
	float:left;
	width:222px;
	margin-left:12px;
	
}

/* Spaltendarstellung; 3er Teilung */
#Content div.b021-teilung-3 {
	width:100%;
}
#Content div.b021-teilung-3 div.b022-links {
	float:left;
	width:144px;
}
#Content div.b021-teilung-3 div.b023-mitte {
	float:left;
	width:144px;
	margin-left:12px;
}

#Content div.b021-teilung-3 div.b024-rechts {
	float:left;
	width:144px;
	margin-left:12px;
}

/* RAD: Content div/span classes */
#Content div.greybox{
width: 773px;
background-color:#eaecec;
border:#555 solid 1px;
padding:10px;
}
#Content div.greyboxsmall{
    background-color: #eaecec;
    border: #555 solid 1px;
    padding-left: 10px;
}
#Content span.blue{
color:#0D5C91;
}
#Content span.turquoise{
color:teal;
}

#Content p
,#Content ul{
margin-bottom:12px;
margin-top:6px;
}


/* ÜBERSCHRIFTEN */

/* Überschrift für Beispiele */
#Content .a020-ueberschrift-beispiel {
	font-size:12px;
	font-weight:bold;
	color:#0D5C91;
}


/* Prozessdarstellung */
#Content p.prozessdarstellung {
	margin:6px 0 6px 18px;
	padding-left:26px;
	background-image:url(/img/navimg.gif);
	background-position:left center;
	background-repeat:no-repeat;
}



p.a010-liste {
	padding-left:15px;
	margin:0 0 0 10px;
	background-image:url(/img/listing.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
}
img.dubai{
    width: 230px;
    height: 135px;
    margin-top: 0;
    margin-bottom: 3px;
}
img.dubai_big{
    width: 260px;
    height: 160px;
}
img.dubai1{
    width: 230px;
    height: 135px;
    margin-top: 0;
    margin-bottom: 0;
}
img.dubai2{
    width: 230px;
    height: 135px;
    margin-top: 20px;
    padding-top: 0px;
    margin-bottom: 0;
}
table td.hotel{  /*Ausrichtung Hotelbeschreibung agenda_burj_al_arab*/
    text-align: left;
    padding-left: 16px;
}
table td.hotelpicture{ /*Ausrichtung Hotels agenda_burj_al_arab*/
    padding-top: 10px;
    text-align: left;
}
table td.test{
    padding-top: 0px;
    margin-top: 0px;
}
table th.test{
    padding-top: 0px;
    margin-top: 0px;
}
p.blue{
    color: #0000FF;
}
table.price{
    margin: 0;
    padding: 0;
    text-align: left;
    border-collapse: collapse;
    display: inline-table;
}
table th.header{
    text-align: center;
    font-size: 12pt;
    background-color:#eaecec;
}
table td.header{
    text-align: center; 
}
table th.breite{
    width: 250px;
}
table.price th{
    border: solid 1px black;
    padding-left: 5px;
}
table.price td{
    border: solid 1px black;
    padding-left: 5px;
}

#rechts{
    margin-top: -1px;
    width: 1000px;
    text-align: right;
    color: #014ca9;
}
a.abstand{
    margin-left: 20px;
}

/*table img.test{
    margin-top: 20px;
    margin-left: -3px;
}*/   


