/*******************************************************************************

	Project		:	aumann-architekten.de

	Umsetzung	:	Bjšrn Hansen | www.stylepatrol.com
	
*******************************************************************************/

/*	undo
*******************************************************************************/

/*@import url(debug.css);*/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:bold;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }



/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/*	body
*******************************************************************************/

body {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
	font-color: #999;
	/*margin-top:40px;*/
	background-color:white;
	font-size: 11px;
}

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}


/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:89px;
}


#logo {
background: #FFF url("images/auermann-architekten-logo.gif") no-repeat;
	position:absolute;
	top:36px;
	left:20px;
}

#logo a {
	display:block;
	height:13px;
	width:250px;
	text-indent:-700em;
}


/*	website
*******************************************************************************/


/******** rahmen um die komplette site *********/
#site-content {
	
	padding:0;
	
	
	
	color:#999;
	text-align:left;
		
	border: 1px solid #999;
	background: inherit;
	
	position:absolute;
	width:898px;
	height:598px;
	
	top: 50%;
	left: 50%;
	
	margin-top: -299px;
	margin-left: -449px;
}

#column {
width: auto;
}

.brclear {
	clear: both; margin: 0px; line-height: 0; height: 0px;
}
.brspace {
	margin: 0px; line-height: 0; height: 0px;
}

/* IE mac hack */
* html>body .colRight{
	display:inline-block;
	overflow: auto;
}




/*	blšcke
*******************************************************************************/

#jumper {
	position: absolute;
	top: 465px;
	right: 8px;
	text-align:right;
	padding:0;
	margin:0;
}

/******** linke Spalte *********/
#content {
	padding: 0 0 0 20px;
	margin: 0;
	float: left;
	width: 328px;
	height: 370px;
	overflow:visible;
	
}

/******** linke Spalte mit kleinem Bild *********/
#image-content {
	padding: 0 0 0 0;
	margin: 0;
	float: left;
	width: 328px;
	height: 370px;
	overflow:visible;
	
}

/******** fullsize Bild *********/
#fullscreen {
	padding: 0 0 0 0;
	margin: 0;
	width: 898px;
	overflow:hidden;
}

/******** rechte Spalte *********/
#main-content {	
	padding: 0 0 0 0;
	float: right;
	width: 549px;
}

/*	footer
------------------------------------------------------------------------------*/

#footer {
	position: absolute;
	right: 0px;
	bottom: 15px;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0;
}

#footer a {color: #999;}
#footer a:hover {color:#f3670a;}

