/* CSS Document */


h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	letter-spacing:0px;
	color:#FF6600
	}
	
#box 	{
		background-color:#ffffff;
		width:800px; 
		height:800px;
		position:absolute; 
		z-index:0; 
		margin:-320px 0px 0px -400px; 
		top:320px;
		left: 50%;
		}
		
#banner
 		{width:800px;
		height:300px;
		background-image:url(../layout/logo-ittermann-800.jpg);
		}
	
#navi	{width:610px;
		height:25px;
		background-color:#ee6426;
		position:absolute;
		margin:100px 0px 0px 94px; 
		top:200px;
		overflow:auto;
		}
		
#content-small		
		{
	width:194px;
	height:400px;
	position:absolute;
	margin:100px 0px 0px 94px;
	top:235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	letter-spacing:0px;
	overflow:auto;
	left: 1px;
		}
		
#content	
		{
	width:400px;
	height:400px;
	position:absolute;
	margin:100px 0px 0px 304px;
	top:244px;
	overflow:auto;
	left: -1px;
		}
		
#footer	{width:610px;
		height:25px;
		background-image:url(../layout/schwaebisch-und-fair.jpg);
		position:absolute;
		margin:100px 0px 0px 94px; 
		top:658px;
  		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:400;
		letter-spacing:0px;
		overflow:auto;
		}

a:link{
	padding-left:10px;
    line-height:25px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size: 12px;
	font-weight:400;
	text-decoration:none;
	color:#ffffff;
	background-color:#ee6426;
	outline: none;
	-moz-outline: none;
    }
	
a:visited{
    line-height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
	outline: none;
	-moz-outline: none;
    }
	
a:hover{
    line-height:25px; 
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	font-weight: 400;
	color: #222222;
	outline: none;
	-moz-outline: none;
	}
	
a:active{
    line-height:25px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	font-weight: 400;
	text-decoration: underline; 
	color: #999999;
	outline: none;
	-moz-outline: none;
	}
		
	.background-startseite
	{ 
	 background-image:  url(../background/background.jpg);
	 background-repeat:no repeat;
	 background-attachment:fixed;
	 background-position: center center;
	 background-size:cover;
	 border:0;
	 }
	 
	 .background-schwaebisch
	{ 
	 background-image:  url(../background/background1.jpg);
	 background-repeat:no repeat;
	 background-attachment:fixed;
	 background-position: center center;
	 background-size:cover;
	 border:0;
	 }
	 
	 .background-leistungen
	{ 
	 background-image:  url(../background/background2.jpg);
	 background-repeat:no repeat;
	 background-attachment:fixed;
	 background-position: center center;
	 background-size:cover;
	 border:0;
	 }
	 
	 .background-referenzen
	{ 
	 background-image:  url(../background/background3.jpg);
	 background-repeat:no repeat;
	 background-attachment:fixed;
	 background-position: center center;
	 background-size:cover;
	 border:0;
	 }
	 
	 .background-systempartner
	{ 
	 background-image:  url(../background/background4.jpg);
	 background-repeat:no repeat;
	 background-attachment:fixed;
	 background-position: center center;
	 background-size:cover;
	 border:0;
	 }
	 
	 .background-neuheiten
	{ 
	 background-image:  url(../background/background5.jpg);
	 background-repeat:no repeat;
	 background-attachment:fixed;
	 background-position: center center;
	 background-size:cover;
	 border:0;
	 }
	 
	 .background-kontakt
	{ 
	 background-image:  url(../background/background6.jpg);
	 background-repeat:no repeat;
	 background-attachment:fixed;
	 background-position: center center;
	 background-size:cover;
	 border:0;
	 }
	 
	 .background-glossar
	{ 
	 background-image:  url(../background/background7.jpg);
	 background-repeat:no repeat;
	 background-attachment:fixed;
	 background-position: center center;
	 background-size:cover;
	 border:0;
	 }
	 
	 .background-datenschutz
	{ 
	 background-image:  url(../background/background8.jpg);
	 background-repeat:no repeat;
	 background-attachment:fixed;
	 background-position: center center;
	 background-size:cover;
	 border:0;
	 }
	 
	 .background-impressum
	{ 
	 background-image:  url(../background/background9.jpg);
	 background-repeat:no repeat;
	 background-attachment:fixed;
	 background-position: center center;
	 background-size:cover;
	 border:0;
	 }
