/* ===================================

Stylesheet der Website "Renco GmbH" 



Datei: bildschirm.css 

Datum: 18. Mai 2009

Autor: Deniz Arican



Aufbau: 1. Kalibrierung

        2. Allgemeine Styles

        3. Styles für Layoutbereiche

        4. Sonstige Styles 

=================================== */



/* ==================================

   1. Kalibrierung

   =============================== */



* { padding: 0; margin: 0; } 

 

h2, p, ul, ol {
	margin-bottom: 1em;
	font-size: 11px;
} 



ol ul { margin-bottom: 0; } 



li { margin-left: 2em; }    

   

/* ==================================

   2. Allgemeine Styles 

   =============================== */

   

/*html {  height: 101%; }*/



body {  background-color: white;

        color: white;

        font-family: Verdana, Arial, Helvetica, sans-serif;

        font-size: small;

        text-align: center;

}



h1 { font-size: 130%; 

	 color: #b71515;

}

h2 { font-size: 110%; }



/* ================

   Hyperlinks    */  



#impress a {

	text-decoration: none; 

  	outline: none; 

}



#impress a:link { color: white; }

#impress a:visited { color: white; }

#impress a:hover,  

#impress a:focus {

	color: black;

} 

#impress a:active { color: black; }



#navi a { 

  text-decoration: none; 

  outline: none; 

} 

#navi a:link { color: white; }

#navi a:visited { color: white; }

#navi a:hover,  

#navi a:focus {

	color: black;

  	border-bottom: 1px solid #b71515; 

} 

#navi a:active { color: black; }



#navi ul#nav li#navi_active a {

	color: black;

}





#flag_de_wechsel a {

	background: url(image/de_hover.png) no-repeat;

	display: block;

	width: 16px;

}



#flag_de_wechsel img {

	display: block;

	width: 16px;

	height: 11px;

	border: 0;

}



#flag_de_wechsel a:hover img { visibility: hidden; }



#flag_de_wechsel a:hover { border: 0; }



* html #flag_de_wechsel a { margin-right:1px; }



* html #flag_de_wechsel a:hover {

    width:17px; margin-right:0; /* Workaround fuer IE 5.01 */

}



#flag_tr_wechsel a {

	background: url(image/tr_hover.png) no-repeat;

	display: block;

	width: 16px;

}



#flag_tr_wechsel img {

	display: block;

	width: 16px;

	height: 11px;

	border: 0;	

}



#flag_tr_wechsel a:hover img { visibility: hidden; }



#flag_tr_wechsel a:hover { border: 0; }



* html #flag_tr_wechsel a { margin-right:1px; }



* html #flag_tr_wechsel a:hover {

    width:17px; margin-right:0; /* Workaround fuer IE 5.01 */

}



#flag_fr_wechsel a {

	background: url(image/fr_hover.png) no-repeat;

	display: block;

	width: 16px;

}



#flag_fr_wechsel img {

	display: block;

	width: 16px;

	height: 11px;

	border: 0;

}



#flag_fr_wechsel a:hover img { visibility: hidden; }



#flag_fr_wechsel a:hover { border: 0; }



* html #flag_fr_wechsel a { margin-right:1px; }



* html #flag_fr_wechsel a:hover {

    width:17px; margin-right:0; /* Workaround fuer IE 5.01 */

}



#flag_gb_wechsel a {

	background: url(image/gb_hover.png) no-repeat;

	display: block;

	width: 16px;

}



#flag_gb_wechsel img {

	display: block;

	width: 16px;

	height: 11px;

	border: 0;	

}



#flag_gb_wechsel a:hover img { visibility: hidden; }



#flag_gb_wechsel a:hover { border: 0; }



* html #flag_gb_wechsel a { margin-right:1px; }



* html #flag_gb_wechsel a:hover {

    width:17px; margin-right:0; /* Workaround fuer IE 5.01 */

}



/* ==================================

   3. Styles für Layoutbereiche 

   =============================== */   

   

#wrapper {

	position: relative;

    background-color: #f5f5f5;

    color: black;

    text-align: left;

    width: 800px;

    margin: 0px auto;

	margin-top: 15px;

}





#kopflanguage {

    position: relative;

	background-image: url(image/koplang_bg_rot.jpg);

    color: black;

    width: 800px;

    height: 23px;

	/*border: 1px solid #666;*/

}





#flags {

	position: relative;

	padding: 4px 0px 2px 12px;

	float: left;

}



#flag_de_wechsel {

	float: left;

	padding-right: 13px;

	

}



#flag_tr_wechsel {

	float: left;

	padding-right: 13px;

}



#flag_fr_wechsel {

	float: left;

	padding-right: 13px;

}



#flag_gb_wechsel {

	float: left;

	padding-right: 13px;

}



#impressum {

	position: relative;

	float: right;

	height: 18px;

	padding-top: 4px;

}



#impress {

	font-size: 9px;

	color: white;

	padding-right: 12px;

	list-style: none;

}



#impress li {

	display: inline;

}



#impress li+li { 	

	border-left: solid 1px white; 

	padding-left: 20px;

}



#kopfbereich {

	position: relative;

	background-image: url(image/head6.jpg);

	width: 800px;

	height: 193px;

}





#swf {

	position: relative;

	width: 800px;

	height: 140px;

	float: left;

}



#navi {

	position: relative;

	float: left;

	background-image: url(image/navi_bg_blau.jpg);

	color: white;

	font-size: 11px;

	/*border: 1px solid #666;*/

	width: 800px;

	height: 30px;

}



#navi ul {

	padding: 7px 0px 0px 0px;

}



#navi li {

	display: inline;

	list-style-type: none;

}



#navi li+li { 	

	border-left: solid 1px white; 

	padding-left: 28px;

}



#maincont { 

	background-color: #f5f5f5;

	position: relative;

	float: left;

	padding-bottom: 0px;

	margin-bottom: 23px;

}



#subnavi {

	position: relative;

	float: left;

	overflow: auto;

	overflow-x: hidden;

	background-color: #f5f5f5;

	font-size: 10px;

	/*margin-left: 12px;*/

	margin-right: 2px;

	width: 235px;

	height: 100%;

	padding-top: 20px;

	padding-left: 12px;

	/*border-right: #b71515 dotted thin;*/

	/*border: 1px #666666 solid;

	border-bottom: solid 1px white;*/

	margin-bottom: 2px;

}



#pic {

	position: relative;

	height: 150px;

	width: 190px;

	margin-bottom: 15px;

	margin-right: 4px;

	border: #666 solid 2px;

}



ul#subnavilist {

    background-color: #f5f5f5;

    width: 165px;

	\width: 167px;

	w\idth: 165px;

    height: 150px;

	padding: 2px 3px 2px 10px;

	margin-bottom: 5px;

	margin-left: 15px;

	

}



ul#formnav {

    background-color: #f5f5f5;

    width: 150px;

	\width: 152px;

	w\idth: 150px;

    /*height: 150px;*/

	padding: 1px 3px 1px 10px;

	margin-bottom: 0px;

	margin-left: 0px;

		

}



ul#subnavilist li {

	list-style: none;

	margin: 0px;

	border: 0px;

	border-top: 1px solid  #f5f5f5;

}



ul#formnav li {

	list-style: none;

	margin: 0px;

	border: 0px;

	border-top: 1px solid  #f5f5f5;

}



ul#subnavilist li a {

	display: block;

	width: 155px;

	\width: 191px;

	w\idth: 155px;

	padding: 4px 8px 4px 8px;

	border: 0px;

	border-left: 10px solid white;

	background:  #f5f5f5;

	text-decoration: none;

	text-align: left;

}



ul#formnav li a  {

	display: block;

	width: 155px;

	\width: 191px;

	w\idth: 155px;

	padding: 4px 8px 4px 8px;

	border: 0px;

	border-left: 10px solid white !important;

	background:  #f5f5f5;

	text-decoration: none;

	text-align: left;

}



ul#subnavilist li a:link { color: black; }



div#subnavi li a:visited { color: black; }



ul#subnavilist li a:hover

{

	border-color: #b71515;

	color: black;

	background: #f5f5f5;

}



ul#subnavilist li#active a {

	color: black;

	width: 155px;

	\width: 191px;

	w\idth: 155px;

	padding: 4px 8px 4px 8px;

	border: 0px;

	border-left: 10px solid #b71515;

	background: #f5f5f5;

	text-decoration: none;

	text-align: left;

}



ul#formnav li a:link { color: black; }



div#subnavi li ul li a:visited { color: black; }



ul#formnav li a:hover

{

	border-color: #b71515 !important;

	color: black;

	background: #f5f5f5;

}



ul#formnav li#active2 a {

	color: black;

	width: 155px;

	\width: 191px;

	w\idth: 155px;

	padding: 4px 8px 4px 8px;

	border: 0px;

	border-left: 10px solid #b71515 !important;

	background: #f5f5f5;

	text-decoration: none;

	text-align: left;

}



#subnavi span {

	color: #b71515;

	font-weight: bold;

}



#content {

	position: relative;

	float: right;

	overflow: auto;

	background-color: #f5f5f5;

	/*background-image: url(image/bg.gif);*/

	color: black;

	width: 519px;

	height: 420px;

	padding: 20px 20px 10px 12px;

	/*border: 1px solid #666;

	border-bottom: 1px solid white;*/

	/*border-left: #b71515 dotted thin;*/

}



#content h1 {

	color: #b71515;

	font-size: 14px;

}



#content h2 {

	color: black;

	font-size: 12px;

}



#content p {

	color: black;

	font-size: 12px;
	
	line-height: 1.5;

}



#content2 {

	position: relative;

	float: left;

	overflow: auto;

	background-color: #f5f5f5;

	color: black;

	width: 100%;

	height: 100%;

	padding: 0px 13px 10px 12px;

	/*border: 1px solid #666;*/

	/*border-bottom: 1px solid white;*/

	margin-bottom: 2px;

}



#slogan {

	position: relative;

	float: right;

	margin: 0px 0px 0px 0px;

}



#content2 span {

	position: relative;

	float: left;

	font-size: 24px;

	font-weight: bold;

	color: #b71515; 

	margin: 30px 0px 0px 10px;

}



#fusszeile {

    position: relative;

    clear: both;

    background-color: #f5f5f5;

    color: black;

    width: 800px;

    height: 80px;

	border-top: #b71515 solid thin;

	margin-top: 4px;

	padding-top: 10px;

}



#fusszeile 	address.left_addr, 

			address.right_addr {

	text-align: left;

  	text-align: left; 

  	font-size: 10px;

  	font-style: normal;

  	font-family: Arial, Helvetica, sans-serif;

  	letter-spacing: 2px;

  	line-height: 1;

}



#fusszeile 	address.left_addr { 

	float: left;

	margin-left: 12px;

	line-height: 1.5;

}



#fusszeile 	address.right_addr { 

	float: right;

	text-align: right;

	margin-right: 12px;

	margin-left: 200px;

	line-height: 1.5;

}



#formular {

	width: 510px; }



table { 

	border: 1px solid #f5f5f5;

 }



.von_plz { 

	width: 50px;

}



.von_ort { 

	width: 90px;

}



.von_land {

	width: 90px;

}



.nach_plz {

	width: 50px;

}



.nach_ort {

	width: 90px;

}



.nach_land {

	width: 90px;

}



.zollamt { width: 248px; }



.gewicht {

	width: 248px;

}



.frankatur {

	width: 248px;

}



.ladedatum {

	width: 248px;

}



.frachtdetails { width: 248px; }



.gefahrengut { width: 248px; }



.firma {

	width: 248px;

}



.ansprechpartner {

	width: 248px; 

}



.email {

	width: 248px;

}



.telefon {

	width: 248px;

}



.fax { width: 248px; }



.land {

	width: 248px;

}



.adresse { width: 248px; }



.lkwart { width: 248px; }



.entladeort { width: 248px; }



.entladedatum { width: 248px; }



.transportroute { width: 248px; }



.ladeort { width: 248px; }
#content_ul_li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
