/* position.css */
body {
	text-align: center;
	background-color: #ffffff;
}

#oben {
	text-align: center;
	position: relative;
	top:0;
	height: auto;
	width: 500px;
	margin: auto;
	padding: 0;

}

#kopf {
	position:relative;
	left:0;
	top:0;
	overflow:hidden;
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
}

#menu {
	position:relative;
	left:0;
	width: 100%;
	overflow:hidden;
	height: auto;
	text-align: center;
	padding-top: px;
	padding-left: 0;
	padding-right: 0;
}

#inhalt {
	left:0;
	position: relative;
	padding-left: 0;
	margin-top: 1.5em;
	text-align: left;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	top:0;
	padding-bottom: 2em;
}


#copyright {
	position:relative;
	left:0;
	top:0;
	/*width:25%;*/
	height:auto;
	text-align:right;
	padding-top: 10px;
	padding-left: 0;
	padding-bottom: 20px;
}

#detail {
	position:absolute;
	left:0;
	bottom:0;
	width:50%;
	height:auto;
	padding: 0 2% 0 0;
}

#linie {
	margin: 8px auto auto;
	border-top: 1px solid #ff9933;
	padding: 5px 0 0;
	border-bottom: 1px solid #ff9933;
}

#rechts {
	position: absolute;
	width: 100%;
	text-align: rechts;
	right: 10px;
}

/* typo.css */

body  {
	margin: 0;
	padding: 0;
	color: #555555;
	background: #ffffff;
	text-align:left;
	font: .75em/1.75em Georgia, "Times New Roman", Times, serif;
}


p,ul,ol,li,dt,dd,p,h2,h3,h4,h5,h6,h7{
	margin:0;
	font-weight: 100;
}

p {
	font-weight: normal;
	padding-bottom: 8px;
}

p.menu {
	font-weight: normal;
}

a:link { color: #555555; margin:0px;  text-decoration:none;}
a:visited { color: #555555; margin:0px;  text-decoration:none;}
a:hover { color: #ff9900; margin:0px; text-decoration:none;}
a:active { color: #555555; margin:0px;  text-decoration:none;}

a.menue:link { color: #555555; margin:0px; text-decoration:none; }
a.menue:visited { color: #555555; margin:0px; text-decoration:none; }
a.menue:hover { color: #ff9900; margin:0px; text-decoration:none; }
a.menue:active { color: #ff9900; margin:0px; text-decoration:none; }


.headline { color: #555555;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: left;
}

.headline_gross { color: #555555;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: left;
	font-size: 1.5em;
}

.headline_farbig { color: #ff9900;  
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: left;
	left: 5px;
	font-size: 1em;
}

.farbig{ color: #ff9900;
}

.normaltext{ color: #555555;
}

.serif{ color: #555555;
	font-family: Georgia, Times, Bembo, "Rotis Serif", "Times New Roman", serif;
}

.zentriert {
	color: #555555;
	text-align: center;
}

.fett{ color: #555555; 	letter-spacing:0px; word-spacing:1px;
	font-weight: bold;
}

.kursiv { color: #555555; letter-spacing:1px; font-style:italic;	letter-spacing:0px; word-spacing:0px;}

.menu{ color: #555555;	letter-spacing:0px; word-spacing:1px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

.klein{ color: #555555; text-align:right; 	letter-spacing:0px; word-spacing:1px;
	font-size: .8em;
}

img {
	border-style: none;
	overflow: hidden;
	
}

table {
	border-style: none;
	width: 495px;
	margin: 0;
}

th {
	border-style: none;
	margin-top: 20px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin-left: 0;
	vertical-align: top;
}

td {
	border-style: none;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin-left: 0;
	vertical-align: top;
}

.sehr_gross { color: #ff9933;
	letter-spacing: .1em;
	text-align: left;
	font-size: 6em;
	float: left;
}

.gross { color: #ff9933;
	letter-spacing: .1em;
	text-align: left;
	line-height: 1em;
	font-size: 1em;
}


/* zen.css */

/* Main Layout
------------------------------ */
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
#main {
	text-align: left;
	margin: 40px auto 5px auto;
	padding: 0;
	width: 500px;
	background: #FFF;
	border: 1px solid #CCC;
}
#credit {
	margin: 0 auto 40px auto;
	width: 680px;
	font-size: 9px;
	color: #AAA;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #9C3;
}
#credit a:hover {
	color: #7A2;
	text-decoration: none;
}
#gallerytitle {
	padding: 30px;
10px;
	background: #F8F8F8;
	border-bottom: 1px solid #CCC;
}
#padbox {
	width: 500px;
	text-align: center;
}


/* Text Styles
------------------------------ */
body {
	 
	color: #888;
}
h2 {
	 	color: #666;
	margin: 0;
	padding: 0;
}
h2 a:link, h2 a:visited {
	color: #ff9900;
	text-decoration: none;
}
h2 span {
	color: #AAA;
}
h2 a:hover {
	color: #7A2;
	text-decoration: none;
}
h3 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin: 0;
	padding: 0;
}
h4 {
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin: 0;
	padding: 0;
}



/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 0;
	color: #444;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
pagelist {
	padding: 10px 20px 5px 20px;
}
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #AAA;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	padding: 7px;
	line-height: 0px;
	background: url('img-bg.gif') top left no-repeat;
	margin: 0;
	display: block;
	top: 0;
	left: 0;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}


/* Album Thumbnails
------------------------------ */
.album {
	margin: 0 0px 0px 0;
	float: left;
	width: 450px;
	text-align: left;
}
.album .imagethumb a {
	margin: 0;
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 100%;
}
.album p {
	margin: 0 0 4px 0;
	line-height: 17px;

}
.albumdesc {
	float: left;
	padding: 0px 0 0 20px;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
.imgdesc {
	padding: 20px 0 10px 0;
	line-height: 17px;
}
#image {
	text-align: center;
	line-height: 0;
	width: 500px;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	font: normal  Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-decoration: none;
	color: #ff9900;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
	color: #ff9900;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 450px;
	padding-bottom: 2em;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 5px;
	border: 1px solid #DDD;
	background: #FFF;
	margin-bottom: 5px;
	line-height: 18px;
}
.commentmeta {
	margin-bottom: 5px;
	color: #AAA;
	font-size: 9px;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}
label {
	cursor: pointer;
}

.class {
	
}