@charset "iso-8859-1";
/* ======================================

Stylesheet Ritzdorf Industrie- u. Schiffstechnik GmbH 

Stand:		Layout Grundseite
Datei:		bildschirm.css
Datum:		17.04.2010
Autor:		Elke Lötterle

Aufbau:		1. Kalibrierung
			2. Allgemeine Styles
			3. Styles für Layoutbereiche
			4. Sonstige Styles

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


/*  =====================================
	1. Kalibrierung
	================================== */

* { padding: 0px; margin: 0px; }

/*  =====================================
	2. Allgemeine Styles
	================================== */

body {
	background-image: url(images/cms_images/2402bigback.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

h1 {font-size: 150%;}
h2 {
	font-size: 130%;
	background-color: #063869;
	color: white; 
	}
h3 {
	font-size: 110%;
	color: #FF6633;
	}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
	}

table h3 {
	color: #FF6633;
	font-size: 14px;
	font-weight: bold;
	}

/*  =====================
	Hyperlinks         */

a {
	text-decoration: none;
	font-weight: bold;
	}

a:link {color: #000000} /*nicht besuchte Links*/
a:visited {color: #330099} /*besuchte Links*/
a:hover, a:focus {border-bottom: 1px solid #000000;}


table a:link {
	color: #003399;
	font-weight: bold;
	}
table a:visited {
	color: #330099;
	font-weight: bold;
	} /*besuchte Links*/
table a:hover, a:focus {
	border-bottom: 1px solid #000000;
	font-weight: bold;
	}		



/*  =====================
	Klassen und ID's   */


/*  =====================================
	3. Styles für Layoutbereiche
	================================== */

#wrapper {
	position: relative;
	width: 800px;
	margin: 20px auto;
	padding: 0px 0px 0px 0px;
}
 
#kopfbereich {
	width: 800px;
 	height: 108px;
	background-image: url(images/head.jpg);
	border: 0;
	margin-bottom: 10px;
	padding: 0px;
}
 
#navibereich {
	float: left;
	background-color: #FF7B24;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 550px;
	height: 24px;
	marging: 0px;
	padding-top: 7px;
}
 
	#navibereich li { 
		display: inline;
		list-style-type: none;
		

	}
	
 	#navibereich a,
	#navibereich span {
		color: white;
		padding: 8px 4px 4px 4px;
		border: 0px;
	}
	
	#navibereich a:hover,
	#navibereich a:focus {
		color: #063869;
	}

#flash {
	position: relative;
	background-color: #FF7B24;
	width: 250px;
	height: 24px;
	padding-bottom: 3px;
}	
#inhalt {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#textbereich { 
	width: 740px;
	background-color: #FFFFFF;
	color: black;
	font-size: 100%;
	margin: 0px 30px 0px 30px;
	padding: 20px 0px 20px 0px;
	
}

	#textbereich a {
		color: #333399;
		font-style: oblique;
		border-bottom: 1px solid #333399;
	}
	
	#textbereich h2, h3, p { 
		margin-bottom: 1em; 
	}
	
#fussbereich {
	width: 800px;
	height: 20px;
	background-color: #FFFFFF;
	font-size: 80%;
	text-align: center;
	padding: 10px 0px 5px 0px;
	border-top: 1px solid black;

}

#copyright {
	width: 800px;
	height: 20px;
	background-color: #063869;
	color: white;
	font-size: 80%;
	text-align: center;
	padding: 10px 0px 5px 0px;
}


/*  =====================================
	4. Allgemeine Styles
	================================== */



/*  =====================================
	ENDE DES STYLESHEETS
	================================== */

