@charset "UTF-8";
/*-----------------------------------------------------------------------------
Gila Schwaiger Style Sheet (empty commented stylesheet)

version:   1.0
author:    hermann brandner
email:     info@gabors.de
website:   http://www.gabors.de/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	padding: 0;
	margin: 0;
}	
/* Remove border around linked images */
img {
	border: 0px;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	background-color: #f6e4d4;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(bilder/hintergrund.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
p {
	padding-bottom: 8px;
	color: #333333;
}
strong {
	font-weight: bold;
	color: #333333;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	padding-bottom: 20px;
	color: #d47726;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}

#galerie h1 {
	margin-bottom: 10px;
}


h2 {
	padding-bottom: 10px;
	color: #d47726;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
h3    {
	font-weight: bold;
	color: #8c0000;
	margin-bottom: 40px;
	font-size: 11px;
}



/* =Links
-----------------------------------------------------------------------------*/
#contents  a {
	color: #8c0000;
	text-decoration: none;
}
#contents a:hover {
	color: #d47726;
	text-decoration: none;
}




/* =Startseite
-----------------------------------------------------------------------------*/
#home #header {
	height: 248px;
}
#home #contents {
	margin-left: 40px;
	margin-right: 380px;
	margin-top: 50px;
}
#home #gilaschwaiger {
	top: 102px;
}
#home #foto {
	right: 0px;
}




/* =Main Nav
-----------------------------------------------------------------------------*/
#nav {
	height: 29px;
	position: relative;
	left: 27px;
	z-index: 2;
}
ul {
	width: 600px;
	list-style-type: none;
	float: left;
}
ul li {
	float: left;
	}
ul a {
	display: block;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 28px;
	color: #8c0000;
	text-decoration: none;
	background-image: url(bilder/divider.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul .first a {
	background-image: none;
}
ul a:hover {
	color: #d47726;
}
#portrait #nav .portrait a,
#galerie #nav .galerie a,
#ausstellungen #nav .ausstellungen a,
#kunstIncentive #nav .kunstIncentive a,
#kunstKonzept #nav .kunstKonzept a,
#kontakt #nav .kontakt a {
	color: #d47726;
}




/* =Text rechte Spalte
-----------------------------------------------------------------------------*/
#textColumn {
	float: right;
	width: 543px;
}
#textColumn p {
	padding-bottom: 8px;
	color: #333333;
	padding-right: 60px;
}
#textColumn  p.grau {
	color: #999999;
	padding-top: 12px;
}


/* =Bild linke Spalte
-----------------------------------------------------------------------------*/
#imageColumn {
	float: left;
	width: 223px;
	padding: 0 62px 0 62px;
}
#imageColumn p {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #8c0000;
	clear: left;
	text-align: center;
	padding-top: 14px;
}




/* =Galerien (und Galerie-Übersicht)
-----------------------------------------------------------------------------*/
#gallery {
	padding-left: 80px;
}
#galleryHome {
	padding-left: 80px;
}

#gallery .imgWrapper {
	margin: 0 40px 30px 0;
}
#galleryHome .imgWrapper {
	margin: 0 40px 8px 0;
}



/* =Schlagschatten und Button
-----------------------------------------------------------------------------*/
.imgWrapper {
	background-image: url(bilder/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	line-height: 0;
}
.imgWrapper img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: relative;
	left: -5px;
	top: -3px;
}
.button {
	padding-top: 20px;
}


/* =DIVs
-----------------------------------------------------------------------------*/

#wrapper {
	text-align: left;
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #d47726;
	height: 80px;
	position: relative;
	z-index: 1;
}
#gilaschwaiger {
	position: absolute;
	left: 35px;
	top: 25px;
}
#foto {
	position: absolute;
	top: 0px;
	right: 76px;
}
#contents {
	margin-top: 60px;
}
#footer {
	clear: both;
	width: 890px;
	bottom: 0px;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer img {
	padding-right: 88px;
}

#home #footer img {
	padding-right: 0px;
}

