/*--------------------
	RESET
--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 150%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------------
	GLOBAL TYPOGRAPHY
--------------------*/

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
}

p {
	margin: 0 0 20px 0;
}

h2 {
	font-size: 32px;
	color: #c60;
	padding-top: 4px;
	margin-bottom: 30px;
	}

h3 {
	color: #c60;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

a {
	color: #039;
	}
	a:hover {
		color: #c60;
	}

/*--------------------
	STRUCTURE
--------------------*/

body {
	background: #000000 url("images/logo.png") no-repeat 5% 5%;
}

#pagewrap {
	width: 820px;
	height: 600px;
	margin: 0 auto;
	padding: 0 100px;
}

#header {
	width: 800px;
	height: 90px;
	padding-top: 65px;
}

#content {
	background: url("images/content-background-transparent.png") no-repeat top center;
	clear: left;
	width:  822px;
	height: 636px;
	position: relative;
	}
	#content div.page {
		position: absolute;
		top: 40px;
		left: 38px;
		height: 550px;
		overflow: auto;
	}
	#content div.left {
		width: 241px;
		height: 322px;
		background: url("images/feature-bg.png") no-repeat top left;
		float: left;
	}
	#content div.right {
		width: 470px;
		float: left;
		margin-top: 1em;
		margin-left: 20px;
	}
		#content div.alone {
		width: 700px;
		/* float: left; -- should not change anything, but in fact, it does. Bad Opera. */
		margin-top: 1em;
		margin-left: 2em;
		margin-right: 2em;
	}
	#content div.alone ul {
        clear: both;
    }

	#content div.text {
		width: 650px;
		/*float: left; -- should not change anything, but in fact, it does. Bad Opera. */
		margin-top: 1em;
		margin-left: 2em;
		margin-right: 2em;
	}

#footer {
	color: #666;
	margin-top: 5px;
	text-align: center;
	}
	#footer a {
		color: #963;
	}

/*--------------------
	NAVIGATION
--------------------*/

ul#navigation {
	float: right;
	}
	ul#navigation li {
		float: left;
		}
		ul#navigation li a {
			display: block;
			width: 64px; /*64 */
			height: 90px; /*90*/
			/*text-indent: -9999px;*/
			margin-left: 42px;
			}

		/*
			Don't display images in the nav-bar, they are added for
			the links only
		*/	
		
		ul#navigation li a img {
			display: none;
			margin-right: 2em;
		}

		/*
			Define background images here
		*/

		ul#navigation li a.home {
			background: url("images/icon-home.png") no-repeat top left;
		}
		ul#navigation li a.home:hover {
			background-position: top right;
		}
		
		ul#navigation li a.project {
			background: url("images/icon-project.png") no-repeat top left;
		}
		ul#navigation li a.project:hover {
			background-position: top right;
		}
		
		ul#navigation li a.gallery {
			background: url("images/icon-galerie.png") no-repeat top left;
		}
		ul#navigation li a.gallery:hover {
			background-position: top right;
		}
	
		ul#navigation li a.about {
			background: url("images/icon-about.png") no-repeat top left;
		}
		ul#navigation li a.about:hover {
			background-position: top right;
		}

		ul#navigation li a.contact {
			background: url("images/icon-contact.png") no-repeat top left;
		}
		ul#navigation li a.contact:hover {
			background-position: top right;
		}
		
		ul#navigation li.active {
			background: url("images/nav-underline.png") no-repeat 42px 0;
		}

/*
	"Ueber uns"
*/		

#about img {
	background: url("images/photobg-big.png") no-repeat top left;
	padding: 0 5px;
}

#about ul {
	list-style: none;
	}
#about ul li {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-right: 40px;
	padding: 6px 10px 10px 6px;
}
#about ul li img {
	display: block;
}

#about img {
	padding: 6px;
	background: url("images/thumb-bg.png") no-repeat top left;
	float: left;
	margin: 0 25px 20px 0;
	vertical-align: bottom;
}

#about a:hover img {
	background: url("images/thumb-bg-rol.png");
}


/*
	"Galerie"
*/

#gallery .left img {
	background: none;
	padding: 6px 10px 10px 6px;
	margin-bottom: 0;
}

#gallery .left h3 a {
	color: #039;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 10px;
	}
	#gallery .left h3 a:hover {
		color: #c60;
	}
#gallery .left p {
	margin: -5px 0 0 10px;
}

#gallery h3 {
	clear: left;
}

#gallery img {
	padding: 6px;
	background: url("images/thumb-bg.png") no-repeat top left;
	float: left;
	margin: 0 25px 20px 0;
	vertical-align: bottom;
}

#gallery a:hover img {
	background: url("images/thumb-bg-rol.png");
}

/*
	"Home"
*/

#home .right ul li {
	float: left;
	margin: 0 20px;
	padding-top: 40px;
}

#home .right ul li a {
	display: block;
	width: 195px;
	font-size: 23px;
	text-decoration: none;
	}
#home .right ul li a img {
		vertical-align: middle;
	}


/*
	"Projekt"
*/

#project div.left {
	background: url('images/feature-bg-twitter.png') no-repeat top center;
}
	#project .left p.tweet-text {
		width: 222px;
		margin: 100px 10px 0 10px;
		font: italic 14px/21px Georgia, sans-serif;
		text-align: center;
	}
	#project .left p.tweet-meta {
		width: 222px;
		text-align: right;
		position: absolute;
		bottom: 0px;
	}

#project .right ul li {
	float: left;
	margin: 0 20px;
	padding-top: 40px;
}

#project .right ul li a {
	display: block;
	width: 195px;
	font-size: 23px;
	text-decoration: none;
	}
	#project .right ul li a img {
		vertical-align: middle;
	}

/*
	"Kontakt"
*/

#contact div.left h3, #contact div.left ul {
	margin: 10px 0 0 17px;
	padding-bottom: 0.5em;
}

#contact div.left p {
	padding-left:	1em;
	padding-right: 	1em;
}

#contact ul li.right {
	width: 410px;
}

label {
	display: block;
}

#contactinfo {
	margin-top: 5em;
}

#contactinfo p {
	font-size: large;
	margin-bottom: 0;
}

#contactinfo p a {
	text-decoration: none;
}

