@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,300,300italic,400italic,500,500italic,700italic);


body		{	
			font-family: 'Ubuntu', sans-serif;
			font-family: Verdana;
			margin-left: -200px;
			margin-right: -200px;
			background-color: #ffffff;
			width: 700px;
			padding-left: 50%;
			font-weight: 100;
			overflow-x: hidden;

			background-image:url(tec_element.png);
  			background-repeat:no-repeat;
  			background-position: -35px -80%;
			

			}
			
		
			
#left {
    float: left;
    margin-left: -105px;
	 width: 320px;
    height: 90px;
	
} 


p { font-weight: normal; }


a span {
	display: none;
	}

			
a:link
			{
			color: #00519e;	
			text-decoration: none;
			font-weight: 200;
			font-size: 14px;
			font-family: 'Ubuntu', sans-serif;
			letter-spacing: 2px;
			}
			
a:visited
			{
			color: #000000;	
			text-decoration: underlined;
			font-weight: bold;
			font-size: 14px;
			font-family: 'Ubuntu', sans-serif;
			letter-spacing: 2px;
			}
			
a:link:hover
			{
			color: #000000;	
			text-decoration: inherit;
			font-weight: bold;
			font-size: 14px;
			font-family: 'Ubuntu', sans-serif;
			letter-spacing: 2px;
			}
			
			
a:visited:hover
			{
	color: #00519e;
	text-decoration: inherit;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
			}			
						
		
			
h1			{
				font-family: 'Ubuntu', sans-serif;
				font-size:	22px;
				color: #1d1d1b;
				font-weight:	400;
				line-height: 0.2;
			}
			
h2			{
				font-family: 'Ubuntu', sans-serif;
				font-style:	italic;
				font-size:	18px;
				font-weight:	200;
				color: #00519e;
				line-height: 1.5;
			}				
			
#frame 		{
			/*SPALTENBREITE CONTENT*/
			width: 600px;
			margin-left: -100px;
				font-family: verdana;
	font-size: 12px;

	line-height: 1.5;
	font-weight: 100;
	color: #010101;
			}
	
	
#inhalt 	{
	font-family: verdana;
	font-size: 12px;
	font-stretch: normal;
	line-height: 1.5;
	font-weight: 100;
	color: #2e2e2e;
			}		
					
					
#navisite h5 {
	display: none;
	}
	
#naviste ul {
	padding: 3px 0;
	margin-left: 0;
	font-size: 14px;
	margin-right: 15%;
	font: bold 12px Ubuntu;
	position:relative;
	display:inline-block;
}
	
#navisite ul li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navisite ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	background: #ffffff;
	text-decoration: none;
}

#navisite ul li a:link {
	color: #00519e;
	text-decoration: underlined;
}

#navisite ul li a:visited {
	color: #054483;
	text-decoration: underlined;
}

#navisite ul li a:link:hover, #navisite ul li a:visited:hover {
	color: #054483;
	font-weight: 400;
	background: #ececec;
}

#navisite ul li a#current {
	background: white;
	border-bottom: 1px solid white;
	text-decoration: underlined;
}

#navisite ul ul {
	display: none;
}

#navisite ul li:hover >ul {
	display: block;
}

input, textarea {
font-family: 'Ubuntu', sans-serif;
font-size: 11px;
}