/*

	Fotogalerie 1.0
	Copyright Philipp Seiz
	eMail: info@ps-sw.de
	www: www.ps-sw.de

	last change: $Id: base.css 273 2008-03-02 21:20:35Z phil $


*/

/* Basic informationen
------------------------------ */
html {
	/* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Grundlayout
------------------------------ */
body {
	background: #0758DD;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}

#head{
	width:auto;
	height:156px;
	background-image:url(../img/head.gif);
	background-repeat: no-repeat;
}

#main {
	text-align: left;
	margin: 20px auto;
	width: 800px;
	background: #fff;
	padding: 20px 30px 70px;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	height: auto;
	min-height:600px;
}
#copyright {
	margin: 0 auto;
	width: 640px;
	font-size: 14px;
	color: #000000;
	text-align: right;
	clear: both;
}
#copyright a{
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px dotted #96967E;
}
#copyright a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}

#leftfield{
	float:left;
	left:0;
	top:0px;
	width: 180px;
	border-right: 1px dotted #E6E6DF;
	}
#rightfield{
	float:right;
	width: 600px;
	left:200px;
	top:0px;
	/*border:2px;
	border-width:2px;
	border-color:#000000;
	border-style:solid;*/
	}

/* Text Styles
------------------------------ */
body {
	font: normal 82%/200%  Helvetica, Arial, sans-serif;
	color: #5A5A4B;
}
h1 {
	font: 20px  Helvetica, Arial, sans-serif;
}

h2 {
	font: 120%  Helvetica, Arial, sans-serif;
	color: #0758DD;
	margin-top: 25px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #8DB8CF;
}
h3 {
	font: 120%  Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 30px;
}
h4 {
	font: 16px  Helvetica, Arial, sans-serif;
}


/* Navigations Style
-------------------------------*/
#navigation {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 4px;
	margin-bottom: 2px;
	_margin-top: 40px; /* IE Only */
}

#navigation a {
	text-decoration: none;
	color: #002E5B;
}

#navigation a:hover {
	color: #002E5B;
	border-bottom: 1px solid #F99420;
	text-decoration: none;
}

#navigation a:active {
	color: #002E5B;
	border-bottom: 1px solid #F99420;
	text-decoration: none;
}

/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: underline; color: #002E5B; }
a:visited { text-decoration: underline; color: #002E5B; }
a:hover, a:focus { text-decoration: none; color: #002E5B; border-bottom: 1px solid #F99420; }


/* Verschiedenes
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}

img {
	border: 0;
}

/* Content Inhalte
------------------------------*/
#logfom{
		margin: 20px auto;
	}

/* Fehler Meldungen
------------------------------*/
#error {
	position:absolute;
	width:800px;
	border-color:#CC3300;
	border-style:dashed;
	border-width:1px;
	background-color: #FF3300;
	padding: 5;
	color:#FFFFFF
}


/* Album Index
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #E7F0F5;
	background: #ffc260;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}

.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 640px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}

/* Seiten navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.inaktiv_link {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.inaktiv_link {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
/* Aufzählungen, insbes. Forum
------------------------------*/
ul {
	padding-left:20px;
}

#clearer{
	clear: both;
}

textarea{
	font-family: Helvetica, Arial, sans-serif;
	color: #5A5A4B;
	width: 600px;
	font-size: 12px;
}

input{
	font-family: Helvetica, Arial, sans-serif;
	color: #5A5A4B;
	font-size: 12px;
}

#forumtext{
	width: 600px;
	line-height: 16px;
}

