/* 
	ADRIAANS - Ingenieurbüro für Bauwesen
	-----------------------------------------------------------------------------------------------------------------------------
	Author: Lars Brinkmann | http://netzbuero.de
	v 12/12/2009
	-----------------------------------------------------------------------------------------------------------------------------
*/

body	{	margin: 0; padding: 0; background: #ffffff url(../img/pageBackground.jpg) repeat-x; overflow-y: scroll; }
img		{	border: none; }

/* 	Reset CSS 
	-----------------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote 		{ margin-top: 0; }	






/* 	Typographie
	-----------------------------------------------------------------------------------------------------------------------------*/
	body						{ 	font-family: Verdana, Arial, Helvetica, sans-serif; }

	/* Seitenkopf */
	
	/* Seitenfuß */
	
	/* Seiteninhalt */
	
	
	

/* 	Allgemein
	-----------------------------------------------------------------------------------------------------------------------------*/
	.wrap		{	position: relative; width: 978px; margin-left: auto; margin-right: auto; background: url(../img/wrapBackground.jpg) no-repeat; overflow-y: hidden; }		

	/* Abstand zum linken Rand */
	.innerWrap	{	position: relative; margin-left: 65px; height: 508px; overflow-y: hidden; }
	
	/* Logo */
	.logo		{	position: relative; padding-top: 15px; }
	
	/* Claim */
	.claim		{	position: absolute; top: 185px; left: 65px; }


/* 	Navigaation
	-----------------------------------------------------------------------------------------------------------------------------*/
	.nav			{	position: absolute; top: 282px; left: 54px; height: 55px; }
	.nav a			{	display: block; float: left; margin-right: 32px; height: 55px; }
	.nav a span		{	display: none; }
	.nav a:hover	{	background-position: top; }
	
	a.navStatik				{	background: url(../img/nav/statik.gif) no-repeat bottom; width: 76px;}
	a.navBaukonstruktion	{	background: url(../img/nav/baukonstruktion.gif) no-repeat bottom; width: 187px;}	
	a.navBauphysik			{	background: url(../img/nav/bauphysik.gif) no-repeat bottom; width: 132px;}
	a.navBestandsaufnahme	{	background: url(../img/nav/bestandsaufnahme.gif) no-repeat bottom; width: 220px;}	
	a.navGutachten			{	background: url(../img/nav/gutachten.gif) no-repeat bottom; width: 132px;}	
	


/* 	Top-Navigaation
	-----------------------------------------------------------------------------------------------------------------------------*/
	.topNav			{	position: absolute; top: 20px; right: 0; }
	.topNav a		{	font-weight: bold; color: #000000; font-size: 12px; text-decoration: none; }
	.topNav a:hover	{	color: #8dbb12; }


/* 	Seitenfuß
	-----------------------------------------------------------------------------------------------------------------------------*/
	.footer			{	font-size: 11px; color: #424242; text-align: center; margin-top: 30px; }
	.footer a		{	text-decoration: none; text-transform: uppercase; color: #8dbb12; font-weight: bold; }
	.footer a:hover	{	color: #000000; }
	
	.footer a.mailto		{	font-weight: normal; color: #424242; text-transform: none; }
	.footer a.mailto:hover	{	color: #8dbb12; }	

