/* Stylesheet für den Fotoblog von Holger Kaffka: hokaff-template '/

/* Farben:
	grund: #4A030E (1)
	Font: #CCCCCC (2)
	Link;
	comments Link: #C2B2A7 (3)
	Link Hover: #C6BEA2 (4)
	
	Wrapper; wrappera: #191919 (5)

	image: #111 (6)
	image-border: #333 (7)

	image_info (Kommentare);
	movelinks 
	Link: #999 (8)
	Hover: #C6BEA2 (4)
	
	info  Hintegr.: #111 (6)
	Font; Hover: #EBCECA (9)
	Link: #B68731 (10)

	Links: 
	Link: #D5C4B7 (9)
	Hover: #C6BEA2 (4)

	Header (rechts) - Link: #CCC (2)
	Hover: #C6BEA2 (4)

	Header2 (links): #CCC (2)
	sous-titre: #D5C4B7 (9)
	
	Logo; logo2: #EB920C (11)

	exif Link: #D5C4B7 (9)

	photoarch Link: #111 (6)
*/

body {	
	background:#4A030E;
	margin:10px;
	padding:0px;
	text-align:center;
	font-size:10px;
	font-family:Verdana, Helvetica, sans-serif;
	color:#CCCCCC;
	}
body a{
    text-decoration:none;
    color:#C2B2A7;
}
body a:hover{
    text-decoration:underline;
    color:#C6BEA2;
}
body li {
	margin: 0px 0px 10px -15px;
	list-style-type:disc;
}
#wrapper {
	background:#191919;
	margin:0px auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width:700px;
	text-align:left;
	}
#image {
    padding:5px;
    background:#111 url(templates/dark/loading.gif) no-repeat center center;
    border:1px solid #333;
    }
#image_info {
    padding:10px;
    display:block;
    font-size:11px;
    color:#999;
    border:0px;
    }
#image_info a {
    text-decoration:none;
    color:#999;
    }
#image_info a:hover {
    text-decoration:underline;
    color:#C6BEA2;
    }
#image_info li {
	margin: 0px 0px 10px -15px;
	list-style-type: square;
}
#movelinks {
    padding:10px;
    display:block;
    font-size:11px;
    color:#999;
    border:0px;
    }
#movelinks a {
    text-decoration:none;
    color:#999;
    }
#movelinks a:hover {
    text-decoration:underline;
    color:#C6BEA2;
    }
#movelinks li {
	margin: 0px 0px 10px -15px;
	list-style-type: square;
}
#info {
    background:#111;
    border:1px solid #333;
    width:560px;
    padding:10px;
    display:block;
    font-size:11px;
    color:#D5C4B7;
    }
#info a {
    text-decoration:none;
    color:#B68731;
    }
#info a:hover {
    text-decoration:underline;
    color:#C6BEA2;
    }
#info li {
	margin: 0px 0px 10px -15px;
	list-style-type: square;
}
.links a{
    text-decoration:none;
    color:#D5C4B7;
}
.links a:hover{
    text-decoration:underline;
    color:#C6BEA2;
}
.links li {
	margin: 0px 0px 10px -15px;
	list-style-type: square;
}
#exif {
    font-size:9px;
}


#header {
    position:absolute;
    top:10px;
    right:10px;
    float:right;
    margin:0px;
    padding:10px;
    display:block;
    border-top:0px;
    border-right:0px;
    border-left:0px;
    border-bottom:0px;
    }
#header a {
	text-decoration:none;
	color:#CCC;
}
#header a:hover {
    text-decoration:underline;
    color:#C6BEA2;
    }
#header2 {
    position:absolute;
    left:0px;
    top:4px;
    float:right;
    margin:0px;
    padding:10px;
	     }
#header2 a {
	text-decoration:none;
	color:#CCC;
}
.comments{
    padding:5px;
    border:1px solid #333;
	width:660px;	
    display:block;
	text-align:left;
}
.comments a {
	text-decoration:none;
	color:#C2B2A7;
}
.logo{
	font-size:18px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #EB920C;
	letter-spacing: 0.01px;
}
.logo2{
	font-size:12px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #EB920C;
	letter-spacing: 0.01px;
}

/*
.td_calendar_days_vz {
	padding:1px;
	text-align:center;
	border-top:0px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#191919;
	color:#999;
	}
.td_calendar_days_vz:hover {
    background:#444;
    }
.td_calendar_days {
	padding:1px;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#191919;
	color:#999;
	}
.td_calendar_days:hover {
    background:#444;
    }
.td_calendar_navi_vz {
	border-top:0px;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	text-align:center;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td_calendar_navi_vz a {
    text-decoration:none;
    color:#444;
    }
.td_calendar_navi {
	border-top:0px;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	text-align:right;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td_calendar_navi a {
    text-decoration:none;
    color:#999;
    }
.td_calendar_days_imagefound {
	padding:1px;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#333;
	}
.td_calendar_days_imagefound:hover {
    border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#666;
    }
.td_calendar_days_imagefound a {
    text-decoration:none;
    color:#999;
    }
.td_calendar_days_imagefound a:hover {
    text-decoration:none;
    color:#fff;
    }
.table_calendar {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:600px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
.table_calendar_vz {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:200px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
*/

.exif-data{
	font-size:10px;
}
.exif-data a{
    text-decoration:none;
    color:#D5C4B7;
}
.photo {
	margin-right: auto; 
	margin-left: auto; 
	display:block; 
	clear: both;
   	padding:5px;
  	background:transparent;
	}
.photo img {
	display: inline;
	position: relative;
	border-width:2px;
	border-style:solid;
	border-color:#191919;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	}
#footer {
	display: block;
	font-size: 9px;
	font-style: italic;
}
#footer a{
	color:#CCCCCC;
}
input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border: 1px solid #ccc;
}

input[type], textarea[name] {
	background : #eee;
}

input[type=submit], input[type=reset] {
	background : #272727;
	color : #fff;
}

input[type=submit]:hover {
	background : #414141;
	color : #fff;
}

h1 {
	font-size: 2px;
}

#imagesa img{
	padding: 0px;
	border:0px;
	margin:0px;
    }

#wrappera {
	margin:0px auto;
	width:670px;
	text-align:left;
    padding:5px;
    background:#191919;
    border:1px solid #444;
	}
#photoarch a{
	color:#111;
	border:3px solid #111;
}

.sous-titre {
	font-size: 12px;
	font-weight: bold;
	color: #D5C4B7;
}

.formular {
 margin:0px auto;
 width:480px;
 border:0px solid #000000;
 text-align:left;
}
.fehler {
/* color:<?php echo $fehlercolor?> ;*/
 text-align:left;
}
.box {
 margin-top:10px;
}
.um {
 margin-left:105px;
}
.bez {
 float:left;
 text-align:left;
 width:9.5em;
 line-height:25px;
}
input {
 margin-top:5px;
}
.nachricht {
 clear:both;
 text-align:center;
}
.copy {
 font-size:10px;
 position:relative;top:30px;
}
/*  */

