/* Style.css für Ralf Sotscheck Normale Web-Seiten */

* {
	margin: 0;
	padding: 0;
}

html {
height: 100%;
}

body {
	margin-top: 20px;
	min-height: 101%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC00;
	background-color: #666666;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
	font-size:22px;
	font-style: italic;
}

p, blockquote, ul, ol {
}

a {
	color: #FFCC00;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	float: 0 0 0 15px;
}

/* Header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(../images/img1.jpg);
}

#header h1, #header h2 {
	float: left;
	font-weight: normal;
}

#header h1 {
	padding: 58px 0 0 484px;
	letter-spacing: 4px;
	font-size: 30px;
}

#header h2 {
	padding: 48px 0 0 10px;
	letter-spacing: 3px;
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #90210A;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	background: url(../images/img2.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 380px;
	padding: 0 20px;
	background: url(../images/img4.gif) no-repeat;
}

#content .post {
}

#content .post h2 {
	margin-bottom: 1em;
	text-transform: none;
	font-weight: normal;
	color: #333333;
}

#content .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

#content .post p, #content .post ul, #content .post ol {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content .post blockquote, #content .post ul, #content .post ol {
	margin-left: 3em;
}

#content .line {
width: 380px;
height: 30px;
margin-top: 10px;
background-image: url(../images/line.gif);
background-repeat: no-repeat;
text-align: right;
}

/* Breite Content */
#contentb {
	float: right;
	width: 550px;
	padding: 0 20px;
	background: url(../images/img4.gif) no-repeat;
}

#contentb .post {
}

#contentb .post h2 {
	margin-bottom: 1em;
	text-transform: none;
	font-weight: normal;
	color: #333333;
}

#contentb .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

#contentb .post p, #contentb .post ul, #contentb .post ol {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#contentb .post blockquote, #contentb .post ul, #contentb .post ol {
	margin-left: 3em;
}

#contentb .line {
width: 380px;
height: 30px;
margin-top: 10px;
background-image: url(../images/line.gif);
background-repeat: no-repeat;
text-align: right;
}


/* Ad Space */

#adspace {
	float: right;
	width: 120px;
	padding: 15px 25px;
	background: url(../images/img5.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	padding: 15px;
	background: url(../images/img3.gif) no-repeat;
}

.boxed {
}

.boxed h2 {
	margin: 15px 0;
	padding-left: 20px;
	background: url(../images/img6.gif) no-repeat left bottom;
	font-size: 92%;
	color: #3A2403;
}

.boxed .list {
	background: url(../images/img7.gif) repeat-x;
	list-style: none;
}

.boxed .list li {
	padding: 10px 0 15px 0;
	background: url(../images/img7.gif) repeat-x left bottom;
}

.boxed .list h3 {
	font-size: 77%;
}

/* Menu */

#menu {
}

#menu ul {
	list-style: none;
	background: url(../images/img7.gif) repeat-x;
}

#menu li {
	padding: 5px 0;
	background: url(../images/img7.gif) repeat-x left bottom;
}

#menu ol {
	font-style: italic;
	margin-left: 10px;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Menu Right Side*/

#menu_r {
}

#menu_r ul {
	list-style: none;
	background: url(../images/img7.gif) repeat-x;
}

#menu_r li {
	padding: 5px 0;
	background: url(../images/img7.gif) repeat-x left bottom;
}

#menu_r ol {
	font-style: italic;
	margin-left: 10px;
}

#menu_r a {
	text-decoration: underline;
}

#menu_r a:hover {
	text-decoration: underline;
}

/* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l {
	float:none;
	margin-right:30px;
	margin-bottom: 20px;
}
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none;
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */	

/* Footer */

#footer {
	width: 140px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 610px 0 20px;
	background: url(../images/img8.gif) no-repeat;
	font-size: 77%;
}

#footer p {
	margin-bottom: 1em;
	line-height: normal;
}