/* -------------------------------------------------------------------- */
/* style sheets für www.svs-vistek.com/eco, 2009						*/
/* realisation and author: michael schulze, www.ju-mi.com  				*/
/* -------------------------------------------------------------------- */


/* -------------------------------------------------------------------- */
/* globale Einstellungen */
	
	body, html {
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
	}
	
	

/* -------------------------------------------------------------------- */		
/* Schriftklassen */
	
	body {
		background: #FFFFFF;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: normal;
		font-style: normal;
		font-size: 11px;
		line-height: 15px;
	}
	
	
	/* allgemeine Linkdarstellung */
		a 		{ color: #007dc3; text-decoration: none; }
		a:hover { color: #000000; }
		

	/* allgemeine Betonungen */
		h1 {
			font-weight: bold;
			font-style: normal;
			font-size: 38px;
			color: #007dc3;
			margin: 0px;
			padding: 10px 0px 0px 0px;
			text-align: center;
		}
		
		h2 {
			font-weight: normal;
			font-style: normal;
			font-size: 30px;
			line-height: 22px;
			color: #007dc3;
			margin: 0px;
			padding: 0px 0px 12px 0px;
		}
		
		strong {
			font-weight: bold;
			font-style: normal;
		}
		
		
	
/* -------------------------------------------------------------------- */
/* Seitenaufbau */

	/* allgemeiner Seitenaufbau -------------------------------------- */
		
		.centerer {
			height: 100%;
			width: 100%;
		}
		
		.centerer2 {
			vertical-align: middle;
		}
		
		.container { 
			top: 65px;
			width: 696px;
			height: 750px;
			text-align: left;
		}	
		
		.kopf {
			display: block;
		}
		
		.schattenU {
			display: block;
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
		
		
	/* Navigation ------------------------------------------------------ */
		
		.navigation {
			clear: both;
			float: right;
		}
		
	
		
	/* Inhaltsbereich -------------------------------------------------- */
		.inhalt {
			position: relative;
			width: 481px;
			height: 556px;
			padding: 85px 85px 0px 72px;
			background: #f0f0f0 url(../sveco_bilder/sveco_schatten-links) no-repeat;
		}
		
		p {
			margin: 0px 0px 15px 0px;
			padding: 0px;
		}
		
		.clearer {
			clear: both;
		}
		
		.listhead {
			padding-top: 10px;
			font-weight: bold;
		}
		
		ul {
			position: relative;
			list-style: none;
			margin: 0px;
			padding: 0px;
			z-index: 100;
		}
		
		li {
			padding: 5px 0px 0px 20px;
			background: url(../sveco_bilder/sveco_main_bullet.gif) no-repeat left 9px;
		}
		
		.bild {
			position: absolute;
			bottom: 10px;
			z-index: 10;
		}
		
		.fussnote {
			position: absolute;
			bottom: 25px;
			left: 80px;
			z-index: 15;
			font-size: 10px;
		}
		
		
	/* Abbinder --------------------------------------------------------- */
		
		.footer {
			padding: 0px 0px 0px 8px;
			font-size: 10px;
		}
		
		.footer a 		{ color: #000000; }
		.footer a:hover { color: #007dc3; }
		
			
						
	/* seitenspezifische Objekte --------------------------------------- */
		
		/* Startseite */
			.startcont 	{ 
				width: 630px;
				height: 641px;
				padding: 0px 0px 0px 8px; 
			}
			.startcam 	{ left: 45px; }
			.startsub 	{ position: absolute; top: 545px; left: 85px; z-index: 50; }
			
		/* CEO */
			.ceocam 	{ left: 105px; }
			
		/* CTO */
			.ctocam 	{ left: 187px; }
			
		/* Kontakt */
			#homelink 	{ font-weight: bold; font-size: 12px; }
			#contpost	{ 
				position: absolute;
				top: 0px;
				left: 59px;
			}
