/* Webseite: www.fotofreunde-fn.de
Autor: CREactiv-Factory.de - Dirk Hildebrandt
Version: 1.0 - 18.03.2007

-----------------------------------------------------------------
--- Farben ---
Fliesstext:          #000000
Seiten-Hintergrund:  #000066
Content-Hintergrund: #F5F5F5

--- Farbschema ---
Farbe 1.0:           #0000CC (blau)
Farbe 1.1:           #000066 (dunkelblau)
Farbe 1.2:           #CCCCFF (hellblau)
Farbe 1.3:           #9999FF (mittelblau)

Farbe 2.0:           #FFCC33 (orange)
Farbe 2.1:           #CC9933 (dunkelorage)
Farbe 2.2:           #FFFFCC (hellgelb)
Farbe 2.3:           #FFFF99 (mittelorage)

Farbe 3.0:           #99CC00 (grün)
Farbe 3.1            #669900 (dunkelgrün)
Farbe 3.2            #FFFFCC (hellgelb)
Farbe 3.3            #CCFF99 (mittelgrün)

Schriftart Logo, Menue: Bergamo
Schriftart: Verdana, Geneva, Arial, Helvetica, sans-serif
--------------------------------------------------------------------*/

/* -----------------------------------------------------------------
Body
--------------------------------------------------------------------*/
BODY {
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: center;
	background-image: url(../images/hg-body-strips.gif);
	background-attachment: fixed;
}

HTML {
	height:100%;
}

BODY {
	height:100%;
}

/* -----------------------------------------------------------------
Layout und Div-Boxen
--------------------------------------------------------------------*/
#layout {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background-color: #F5F5F5;
	min-height: 100%; /*height: 100%;*/
	font-size: 13px;
	background-image: url(../images/hg-layout.jpg);
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

#menue {
	width: 980px;
}

#submenue {
	width: 230px;
	background-color: #DDDDDD;
	float: left;
	margin: 0px 0px 0px 10px;
	border-right: 1px dotted #CC9933;
	padding: 3px 5px 5px 5px;
}

* #submenue { /* IE6 */
	width: 230px;
	background-color: #DDDDDD;
	float: left;
	margin: 0px 0px 0px 5px;
	border-right: 1px dotted #CC9933;
	padding: 3px 5px 5px 5px;
}

*+ #submenue { /* IE7 */
	width: 230px;
	background-color: #DDDDDD;
	float: left;
	margin: 0px 0px 0px 10px;
	border-right: 1px dotted #CC9933;
	padding: 3px 5px 5px 5px;
}

#content {
	width: 700px;
	float: right;
	margin: 0px 10px 0px 0px;
	padding-bottom: 50px;
}

#foot {
	position: fixed;
	bottom: 0px;
	background-image: url(../images/foot.gif);
	height: 16px;
	font-size: 9px;
	width: 600px;
	padding: 4px 0px 0px 380px;
	background-repeat: no-repeat;
}

div.content-center {
	text-align: center;
}

div.content-left {
	text-align: left;
	float: left;
}

div.content-right {
	text-align: left;
	float: right;
}

div.box1 {
	border: 1px solid #808080;
	padding: 2px;
}

div.box2 {
	border: 1px solid #FFCC33;
	padding: 5px;
	text-align: center;
}

div.box3 {
	border: 1px solid #FFCC33;
	padding: 5px;
}

/* --- Inside --- */
div.hinweis1 {
	border: 2px solid #CC0000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

div.status {
	border: 1px solid #0000CC;
	background-color: #FFFFFF;
	text-align: center;
}

div.error-inside {
	border: 1px solid #CC0000;
	background-color: #FFFFFF;
	color: #CC0000;
	text-align: center;
}

/* --- Bildbewertung --- */
div.progress-container {
  border: 1px solid #0000CC;
  width: 400px;
  margin: 2px 2px 2px 0px;
  padding: 1px;
  float: left;
  background: #FFFFFF;
}

div.progress-balken {
  background-color: #FFCC33;
}

/* -----------------------------------------------------------------
Allgemeine Schriftdefiniton
--------------------------------------------------------------------*/
html, body, div, p, table, td, h1, h2, h3, h4, h5, span, ul, ol, li, a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

/*------------------------------------------------------------------
Texte
------------------------------------------------------------------*/
B {
	font-weight: bold;
}

I {
	font-style : italic;
}

.error {
	color: #CC0000;
}

.links {
	font-style: italic;
	font-weight: bold;
	background-color: #CCFF99;
	border-bottom: 1px solid #0000CC;
	padding-left: 5px;
}

.small {
	font-size: 11px;
}

p {
	margin-top: 0px;
}

/*------------------------------------------------------------------
Listen
------------------------------------------------------------------*/
ul {
	/*list-style-type: disc;*/
	color: #000066;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

li {
	margin-bottom: 5px;
	list-style: disc outside url(../images/listimg.gif);
}

/*li {
	list-style: disc url(../images/listimg.gif);
	color: #000000;
}*/

li.liste1 {
	list-style: disc outside;
	color: #0000CC;
}

li.liste2 {
	list-style: disc outside;
	color: #333333;
}

/*------------------------------------------------------------------
Linen
------------------------------------------------------------------*/
hr.line1 {
	color: #0000CC;
	height: 1px;
}

hr.line2 {
	color: #FFCC33;
	height: 1px;
}

hr.line3 {
	color: #99CC00;
	height: 1px;
}

hr.line4 {
	color: #C0C0C0;
	height: 1px;
}

/*------------------------------------------------------------------
Headline
------------------------------------------------------------------*/
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	background-image: url(../images/hg-h1.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0000CC;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #669900;	
	background-image: url(../images/hg-h2.gif);
	background-repeat: no-repeat;	
	padding-left: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFCC33;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #4C4C4C;
	background-image: url(../images/hg-h3.gif);
	background-repeat: no-repeat;	
	padding-left: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFCC33;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	border-bottom: 1px solid #000066;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-left: 3px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #0000CC;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-left: 3px;
	background-color: #CCCCFF;
}

h5.box {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #0000CC;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-left: 3px;
	background-color: #FFCC33;
}

h6 {
	font-size: 11px;
	font-weight: normal;	
	color: #000000;
	border-bottom: 1px solid #CC9933;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-left: 3px;
	background-color: #FFFF99;
}


/* -----------------------------------------------------------------
Bilder
--------------------------------------------------------------------*/
.pic {
	border : 3px double #000000;
	text-decoration : none;
}

.startpic {
	border : 3px double #808080;
	text-decoration : none;
}

.img {
	border : 1px solid #000000;
	text-decoration : none;
}

/*------------------------------------------------------------------
Tabellen
------------------------------------------------------------------*/
td.left {
	font-size: 13px;
	text-align: left;
}

td.neu {
	background-color: #FFCC33;
	color: #000000;
	font-style: italic;
	text-align: center;
	font-size: 15px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}

/* --- Infobox --- */
table.infobox {
	border: 1px solid #808080;
}

td.infobox-date {
	font-size: 10px;
	text-align: center;
	border-bottom: 1px dotted #808080;
	vertical-align: top;
	width: 80px;
}

td.infobox-content {
	font-size : 13px;
	padding-left : 3px;
	padding-right : 3px;	
	background-color : #FFFFCC;
	border-bottom : 1px dotted #808080;
}

/* --- Programm --- */
td.programm-head1 {
	font-weight : bold;
	background-color : #CCCCFF;
	padding-left : 3px;
	border-bottom : 1px solid #FFCC33;
	border-left : 3px solid #FFCC33;
}

td.programm-head2 {
	background-color : #EEEEEE;
	text-align : center;
	border-bottom : 1px solid #FFCC33;	
}

td.programm {
	font-size: 13px;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #9999FF;
	padding-left: 2px;
	vertical-align: top;
}

/* --- Liste --- */
table.liste {
	border: 1px solid #808080;
}

td.liste-head {
	font-weight: bold;
	padding-left: 3px;
	background-color: #CCCCFF;
	border-bottom: 1px solid #000066;
}

td.liste-head2 {
	font-weight: bold;
	padding-left: 3px;
	background-color: #FFFFCC;
	border-bottom: 1px solid #9999FF;
}

td.liste-date {
	padding-left: 3px;
	background-color: #FFFF99;
	border-bottom: 1px solid #CC9933;
	vertical-align: top;
}

td.liste {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #FFFFCC;
	border-bottom: 1px solid #CC9933;
	vertical-align: top;
}

td.liste1 {
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px solid #0000CC;
	vertical-align: top;
}

td.liste2 {
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px solid #C0C0C0;
	vertical-align: top;
}

td.liste3 {
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	vertical-align: top;
}

td.liste-left {
	font-weight: bold;
	vertical-align: top;
}

td.liste-right {
	vertical-align: top;
}

/* -----------------------------------------------------------------
Sub-Head-Menue
--------------------------------------------------------------------*/
#subheadmenue {
	width: 258px;
	color: #F5F5F5;
	font-size: 11px;
	border-left: 1px solid #FFCC33;
	border-right: 1px solid #FFCC33;
	border-bottom: 1px solid #FFCC33;
	padding: 0px 2px 2px 2px;
	margin-right: 10px;
}

#subheadmenue a:link {
	color: #F5F5F5;
	text-decoration: none;
}

#subheadmenue a:visited {
	color: #F5F5F5;
	text-decoration: none;
}

#subheadmenue a:hover {
	background-color: #FFFFCC;
	color: #000000;
}

/* -----------------------------------------------------------------
Sub-Menue
--------------------------------------------------------------------*/
#submenu {
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 11px;
}

/* --- Menuebox 1 --- */
#submenubox1 {
	padding: 2px 0px 2px 0px;
	border-top: 1px dotted #CC9933;
	border-bottom: 1px dotted #CC9933;
}

#submenubox1 a {
	padding: 1px 2px 1px 5px;
	display: inline-block;
	color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
	margin-top: 1px;
	border-left: 3px solid #FFCC33;
	border-right: 3px solid #FFCC33;
	width: 217px;
}

#submenubox1>a {
	display: block;
}

#submenubox1 a:hover {
	background-color: #FFFF99;
	border-left: 3px solid #CC9933;
	border-right: 3px solid #CC9933;
}

/* --- Menuebox 2 --- */
#submenubox2 {
	padding: 2px 0px 2px 0px;
	border-top: 1px dotted #669900;
	border-bottom: 1px dotted #669900;
	margin-top: 5px;
}

#submenubox2 a {
	padding: 1px 2px 1px 5px;
	display: -moz-inline-box;
	color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
	margin-top: 1px;
	border-left: 3px solid #99CC00;
	border-right: 3px solid #99CC00;
	width: 217px;
}

* #submenubox2 a {
	padding: 1px 2px 1px 5px;
	display: inline-block;
	color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
	margin-top: 1px;
	border-left: 3px solid #99CC00;
	border-right: 3px solid #99CC00;
	width: 217px;	
}

*+ #submenubox2 a {
	padding: 1px 2px 1px 5px;
	display: inline-block;
	color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
	margin-top: 1px;
	border-left: 3px solid #99CC00;
	border-right: 3px solid #99CC00;
	width: 217px;	
}

#submenubox2>a {
	display: block;
}

#submenubox2 a:hover {
	background-color: #CCFF99;
	border-left: 3px solid #669900;
	border-right: 3px solid #669900;
}

/* --- Menuebox LOGOUT --- */
#submenubox-logout {
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	margin-top: 5px;
	margin-bottom: 5px;
}

#submenubox-logout a {
	font-weight: bold;
	padding: 1px 2px 1px 5px;
	display: inline-block;
	color: #000000;
	background-color: #FFFFCC;
	text-align: center;
	text-decoration: none;
	margin-top: 1px;
	border: 2px solid #CC0000;
	width: 219px;	
}

#submenubox-logout>a {
	display: block;
}

#submenubox-logout a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 2px solid #000000;
}
/* ---------------------------------------------------------------*/

/* -----------------------------------------------------------------
Linemenu
--------------------------------------------------------------------*/
.linemenu {
	background-color: #99CC00;
	padding: 1px 1px 1px 1px;
	border: 1px solid #669900;
	text-align: center;
}

.linemenu a {
	display: inline-block;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	border: 1px solid #669900;
	background-color: #CCFF99;
	color: #000000;
}

.linemenu>a {
	display: inline-block;
}

.linemenu a:hover {
	background-color: #FFFFCC;
	text-decoration: none;
	color: #000000;	
}

/* -----------------------------------------------------------------
Linkklassen
--------------------------------------------------------------------*/
A:LINK {
	font-size: 13px;
	text-decoration: none;
	color: #333333;
}

A:VISITED {
	font-size: 13px;
	text-decoration: none;
	color: #333333;
}

A:HOVER {
	text-decoration: underline;
	color: #0000CC;
}

/* --- Intern --- */
A.int:LINK {
	font-size: 13px;
	color: #333333;
	padding-left : 16px;
	padding-right : 8px;
	text-decoration: none;
	background : url(/images/linkimg-int.gif) no-repeat left;
}

A.int:VISITED {
	font-size: 13px;
	color: #333333;
	padding-left : 16px;
	padding-right : 8px;
	text-decoration: none;
	background : url(/images/linkimg-int.gif) no-repeat left;
}

A.int:HOVER {
	padding-left : 16px;
	padding-right : 8px;
	text-decoration: underline;
	color: #0000CC;
	background : url(/images/linkimg-int-over.gif) no-repeat left;
}

/* --- Extern --- */
A.ext:LINK {
	font-size: 13px;
	color: #333333;
	padding-left : 16px;
	padding-right : 8px;
	text-decoration: none;
	background : url(/images/linkimg-ext.gif) no-repeat left;
}

A.ext:VISITED {
	font-size: 13px;
	color: #333333;
	padding-left : 16px;
	padding-right : 8px;
	text-decoration: none;
	background : url(/images/linkimg-ext.gif) no-repeat left;
}

A.ext:HOVER {
	padding-left : 16px;
	padding-right : 8px;
	text-decoration: underline;
	color: #0000CC;
	background : url(/images/linkimg-ext-over.gif) no-repeat left;
}

/* --- PDF --- */
A.pdf:LINK {
	font-size: 13px;
	color: #333333;
	padding-left: 20px;
	padding-right: 8px;
	text-decoration: none;
	background: url(/images/pdficon_small.gif) no-repeat left;
	line-height: 18px;
}

A.pdf:VISITED {
	font-size: 13px;
	color: #333333;
	padding-left : 20px;
	padding-right : 8px;
	text-decoration: none;
	background : url(/images/pdficon_small.gif) no-repeat left;
	line-height: 18px;
}

A.pdf:HOVER {
	padding-left : 20px;
	padding-right : 8px;
	text-decoration: underline;
	color: #0000CC;
	background : url(/images/pdficon_small.gif) no-repeat left;
	line-height: 18px;
}

/* --- ZIP --- */
A.zip:LINK {
	font-size: 13px;
	color: #333333;
	padding-left: 20px;
	padding-right: 8px;
	text-decoration: none;
	background: url(/images/zipimg.gif) no-repeat left;
	line-height: 18px;
}

A.zip:VISITED {
	font-size: 13px;
	color: #333333;
	padding-left: 20px;
	padding-right: 8px;
	text-decoration: none;
	background: url(/images/zipimg.gif) no-repeat left;
	line-height: 18px;
}

A.zip:HOVER {
	padding-left: 20px;
	padding-right: 8px;
	text-decoration: underline;
	color: #0000CC;
	background: url(/images/zipimg.gif) no-repeat left;
	line-height: 18px;
}

/* --- Sitemap --- */
A.sitemap:LINK {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCFF;
	display: block;
	padding-left: 3px;
	border-bottom: 1px solid #CC9933;
}

A.sitemap:VISITED {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCFF;
	display: block;
	padding-left: 3px;
	border-bottom: 1px solid #CC9933;
}

A.sitemap:HOVER {
	background-color: #9999FF;
}
/* ---------------------------------------------------------------*/

/* --- Galerie --- */
A.galerie:LINK {
	font-size: 15px;
	text-decoration: none;
	color: #4C4C4C;
	font-weight: bold;
}

A.galerie:VISITED {
	font-size: 15px;
	text-decoration: none;
	color: #4C4C4C;
}

A.galerie:HOVER {
	color: #669900;
	border-bottom: 1px solid #CC9933;
}

/* --- Werbelinks --- */
A.com:LINK {
	padding-left : 16px;
	font-size: 11px;
	text-decoration: none;
	color: #4C4C4C;
	background : url(/images/linkimg-ext.gif) no-repeat left;
}

A.com:VISITED {
	padding-left : 16px;
	font-size: 11px;
	text-decoration: none;
	color: #4C4C4C;
	background : url(/images/linkimg-ext.gif) no-repeat left;
}

A.com:HOVER {
	text-decoration: underline;
	color: #808080;
}

/* --- Seitenende (foot) --- */
A.foot:LINK {
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}

A.foot:VISITED {
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}

A.foot:HOVER {
	color: #000000;
	background-color: #FFFFCC;
}

/* -----------------------------------------------------------------
Formular
--------------------------------------------------------------------*/
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #000000;
	color: #0000CC;
	background-color: #FFFFCC;		
}

input.write {
	font-size: 13px;
	border: 1px solid #000000;
	color: #0000CC;
	background-color: #FFFFCC;
}

input.pflicht {
	font-size: 13px;
	border: 2px solid #CC9933;
	color: #0000CC;
	background-color: #FFFFCC;
}

input.button {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	border: 2px solid #9999FF;
	background-color: #FFCC33;
	color: #000000;
	cursor: hand;
}

form input.button {
	/* for IE only */
	cursor: hand;
}

form input.button:hover {
	/* for Geckos */
	color: #000000;
	background-color: #FFFFCC;
	border: 2px solid #9999FF;
	cursor: hand;
}

/* -----------------------------------------------------------
--- cf-formmail -------------------------------------------------
--------------------------------------------------------------*/
div.cf-formmail {
	border: 1px solid #0000CC;
	width: 100%;
	padding: 2px 2px 2px 2px;
}

.cf-formmail-error {
	background-color: #FFFFFF;
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	border: 1px solid #CC0000;
}

.cf-formmail-msg1 {
	border: 1px solid #C0C0C0;
	font-weight: bold;
	text-align: center;
}

.cf-formmail-msg2 {
	border: 1px solid #C0C0C0;
	margin: 2px 0px 2px 0px;
	padding: 2px 5px 2px 5px;
}

.cf-formmail-back {
	text-align: center;
	background-color: #DDDDDD;
}

/* -----------------------------------------------------------------
--- editMenue ------------------------------------------------------
--------------------------------------------------------------------*/
#editmenu {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#editmenubox1 {
	position: relative;
	width: 100%;
}

#editmenubox1 a {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #000000;
	background-color: #FF9999;
	text-decoration: none;
	text-align: center;
	border: 1px solid #000000;
}

#editmenubox1 a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
}

#editmenubox2 {
	position: relative;
	width: 100%;
}

#editmenubox2 a {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #000000;
	background-color: #CCFFCC;
	text-decoration: none;
	text-align: center;
	margin-top: 1px;
	border: 1px solid #000000;	
}

#editmenubox2 a:hover {
	color: #FFFFFF;
	background-color: #009900;
}

/* -----------------------------------------------------------------
--- Menue inside ---------------------------------------------------
--------------------------------------------------------------------*/
#menuebox {
	position: relative;
	width: 100%;
}

#menuebox a{
	position: relative;
	display: inline-block;
	width: 100%;
	color: #000000;
	background-color: #CCCCFF;
	text-decoration: none;
	text-align: center;
	margin-top: 1px;
	border: 1px solid #000000;
	font-weight: bold;
}

#menuebox a:hover {
	color: #FFFFFF;
	background-color: #0000CC;
}

