/* --- site properties --- */

* {
	padding: 0px;
	border: 0px;
	margin: 0px;
}


body {
	/* background */
	background-image: url(../gfx/site/background.jpg);
	background-color: #575757;
	background-repeat: repeat-x;
	background-attachment: fixed;
	/* text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #808080;
	/* for IE & Opera */
 	scrollbar-3dlight-color: #666666;
 	scrollbar-arrow-color: #C7934A;
 	scrollbar-darkshadow-color: #666666;
 	scrollbar-face-color: #222222;
 	scrollbar-highlight-color: #333333;
 	scrollbar-shadow-color: #999999;
 	scrollbar-track-color: #333333;
}

404 { color: #808080; }


body a, a:link, a:visited, a:active { color: #808080; }
body a:hover { color:#EEEEEE; }


#logo {
	/* background */
	background-image: url(../gfx/site/logo.gif);
	/* size */
	width: 201px;
	height: 60px;
	/* position */
	position: absolute;
	left: 680px;
}


#nav {
	/* size */
	width: 140px;
	/* position */
	position: absolute;
	top: 120px;
	left: 0px;
}


#nav a { text-decoration: none; }


.content {
	/* size */
	width: 700px;
	/* position */
	position: absolute;
	top: 120px;
	left: 160px;
    height: 392px;
}


.content.title { width: 560px; }



/* --- line properties --- */

.lineH {
  /* background */
	background-image: url(../gfx/site/line.gif);
	background-repeat: no-repeat;
	/* size */
	width: 40px;
	height: 1px;
	/* for IE */
	line-height: 0px;
	font-size: 0px;
}


.content .lineH.quoteLeft {
	/* position */
	position: absolute;
	left: 0px;
}


.content .lineH.quoteRight {
	/* position */
	position: absolute;
	right: 0px;
}


.content .lineH.head {
	/* margin */
	margin-bottom: 14px;
	/* position */
	position: relative;
	left: -20px;
}


.content .lineH.normal {
	/* margin */
	margin-top: 44px;
	margin-bottom: 13px;
	/* position */
	position: relative;
	left: -20px;
}


.content .lineH.none {
	/* margin */
	margin-bottom: 14px;
	/* position */
	position: relative;
	left: -20px;
	/* visibility */
	visibility: hidden;
}



/* --- nav properties --- */

ul {
	list-style: none;
	/* position */
	position: relative;
	left: 19px;
}


ul.navMain {
	/* position */
	top: 13px;
}


ul.navSub {
	/* position */
	position: absolute;
	top: 0px;
	/* visibility */
	visibility: hidden;
}


li {
	top: 0px;
}


/* main */
.home        a#navLink1,
.gefaess     a#navLink2,
.biographie  a#navLink3,
.galerien    a#navLink4,
.aktuell     a#navLink5,
.freunde     a#navLink6,
.kontakt     a#navLink7,
.links       a#navLink8 { color: #C7934A; }

/* sub */
.biographie1 a#navLink31,
.biographie2 a#navLink32,
.biographie3 a#navLink33,
.galerie1    a#navLink41,
.galerie2    a#navLink42,
.galerie3    a#navLink43,
.galerie4    a#navLink44,
.kontakt1    a#navLink71,
.kontakt2    a#navLink72 { color: #C7934A; }


.galerien ul.navSub,
.biographie ul.navSub,
.kontakt ul.navSub {
	/* position */
	visibility: visible;
	/* visibility */
	position:	relative;
}



/* --- table properties --- */

table {
	/* display */
	table-layout: auto;
	border-collapse: collapse;
}


td {
	/* position */
	text-align: left;
	vertical-align: top;
	/* for IE5 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #808080;
}


td.date1 { width: 40px; }
td.date2 { width: 60px; }



/* --- form porperties --- */

.kontakt input,
.kontakt textarea {
	/* background */
	background-color: #333333;
	border: 1px solid #666666;
	/* size */
	width: 293px;
	/* text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C7934A;
}


.kontakt input {
	/* position */
	padding-left: 4px;
	/* size */
	height: 20px;
}


.kontakt textarea {
	/* position */
	padding: 2px 0px 0px 4px;
	/* size */
	height: 122px;
}


.kontakt input.buttonSend {
	/* size */
	width: 100px;
	height: 22px;
	/* text */
	color: #BFBFBF;
}



/* --- title properties --- */

.titleImage {
	/* border */
	
    position:absolute;
    z-index: 10;
    margin-top:-201px;
}

.errorImage {
	/* border */
	
    position:absolute;
    z-index: 10;
    margin-top: 0px;
}


#titleImageLoader {
	/* border 
	/*float: left;*/
	border-color: #808080;
	border-width: 1px 0px;
	border-style: solid;
 	width: 560px;
	height: 200px;
	margin-top:2px;
	background: #000 url(../gfx/g_gifs/loading.gif) 50% 50% no-repeat;
}

#ImageLoader {
	/* border 
	/*float: left;*/
	border-color: #808080;
	border-width: 1px 0px;
	border-style: solid;
 	width: 700px;
	height: 400px;
	margin-top:2px;
	background: #000 url(../gfx/g_gifs/loading.gif) 50% 50% no-repeat;
}


.quote {
	margin-top: 40px;
}


.quote p {
	/* text */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	font-weight: bold;
	color: #C7934A;
	/* position */
	padding: 14px 20px;
}


.quoter {
	/* position */
	position: absolute;
	right: 20px;
	margin-top: 12px;
}


/* --- friends properties --- */
 
.galleryFriends {
	/* size */
	/* ie 5 win */
	width: 300px;
	height: 300px;
	/* other */
	w\idth: 320px;
	hei\ght: 320px;
}


.galleryFriends img {
	/* position */
	display: block;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}


.friendInfo {
	/* position */
	margin-top: 30px;
	margin-bottom: 35px;
}


h2 span.material {
	/* text */
	font-weight: normal;
	color: #808080;
}



/* --- content properties --- */

#columnLeft_bio3 {
	/* position */
	padding-left: 20px;
	float: left;
	/* size */
	/* ie5 */
	width: 620px;
	/* other */
	w\idth: 600px;
}

#columnLeft {
	/* position */
	padding-left: 20px;
	float: left;
	/* size */
	/* ie5 */
	width: 320px;
	/* other */
	w\idth: 300px;
}


#columnRight {
	/* position */
	padding-left: 20px;
	float: right;
	/* size */
	/* ie 5 win */
	width: 320px;
	/* other */
	w\idth: 300px;
}


h1 {
	/* position */
	padding-left: 20px;
	margin-top: 13px;
	margin-bottom: 6px;
	/* text */ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #C7934A;
}


h2 {
	/* text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BFBFBF;
}


h3 {
	/* text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #BFBFBF;
}


p {
	/* position */
	margin-bottom: 10px;
}



/* --- noscript --- */

.hint {
	clear: both;
	/* position */
	margin-top: 13px;
	padding-left: 20px;
	/* text */
	color: #FFFFFF;
}

/* --- gallery properties --- */


#galleryHolderLeft {
	/* position */
	float: left;
}


#galleryHolderRight {
	/* position */
	margin-left: 62px;
	float: left;
}


#big {
	/* border */
	border: 1px solid #808080;
	height: 300px;
	width: 300px;
	margin-top: 20px;
	margin-left: 20px;
	z-index: 10;
}


#thumb {
	/* border */
	border: 1px solid #808080;
	/* position */
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 61px;
	/* size */
	width: 108px;
	height: 108px;
	z-index: 10;
}


#buttons {
	/* position */
	margin-top: 20px;
	margin-left: 20px;
	/* size */
	width: 130px;
	height: 130px;
}


.navImage {
	/* position */
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}


#info {
	/* position */
	margin-top: 10px;
	padding-left: 20px;
	/* size */
	/* ie 5 win */
	width: 320px;
	/* other */
	w\idth: 300px;
}

/* --- gallery properties --- */



/* --- jQuery Fade Gallery properties --- */

#gallery img {
    width: 20px;
	height: 20px;	
	/* position */
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	/* border: 1px solid #666; */
}

#gallery {
	margin-top: 20px;
	margin-left: 20px;
	/* size */
	width: 130px;
	height: 130px;
}

#gallery a {
	}


#bigLoader{
	width: 300px;
	height: 300px;
	padding: 0px;
	position: absolute;
    background: #000 url(../gfx/g_gifs/loading.gif) 50% 50% no-repeat;
}

#photo {
	width: 300px;
	height: 300px;
}

#photo img {
	width: 300px;
	height: 300px;
	padding: 0px;
	position: absolute;
}

#smallLoader{
	width: 108px;
	height: 108px;
	padding: 0px;
	position: absolute;
    background: #000 url(../gfx/g_gifs/loading.gif) 50% 50% no-repeat;
}



#preview {
    /* border */
	
	/* position */
	margin-top: 0px;
	margin-left: 0px;
	
	/* size */
	width: 108px;
	height: 108px;
}

#preview img {
    width: 108px;
	height:108px;
	position: absolute;
}

#prev_over {	
	/* position */
	margin-top: 0px;
	margin-left: 0px;
	/* size */
	width: 108px;
	height: 108px;
	position: absolute;
	z-index: 3;
}

#prev_over img {
    width: 108px;
	height:108px;
	position: absolute;	
}

.checked {
	background-color: #CCC;
	outline: none;
}

#caption {
	/* position */
	float: left;
	margin-top: 10px;
	padding-left: 20px;
		/* size */
	/* ie 5 win */
	width: 320px;
	/* other */
	w\idth: 300px;
}
/* --- jQuery Fade Gallery properties --- */
