/* (c) 2008 die [C] re-activen e.K. for Albertz Fotografie */
/* design.css */
/* feel free to take a copy... */
/* ..., but make a backup before editing (g) */

.red {color:#CC0000;}

.orange {color:#FF9900;}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
body {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	/* background-image: url(../images/kachel.jpg); */
	/* background-repeat: no-repeat; */
	background-color: #000000;
	margin: 0px;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-arrow-color: #003366;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #000000;
	scrollbar-track-color: #DDDDDD;
	text-shadow: none;
	cursor: auto;
}
table {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	list-style-position: inside;
	list-style-type: square;
}
table.content {
	color: #CCCCCC;
	background-image: url(../images/back_content.jpg);
	background-repeat: no-repeat;
	/* background-color: #FFFFFF; */
		  font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
}
table.bottom {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
}
table.border {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	padding-top: 10px;/* border-left: 1px solid #999999;
		  border-right: 1px solid #999999;
		  border-top: 1px solid #999999;
		  border-bottom: 1px solid #999999; */
		}
td.navi {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
}
td.header {
	color: #CCCCCC;
	/* padding-left: 5px;*/
          letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica;
}
h1 {
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica;
}
h2 {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}
hr {
	color: #CCCCCC;/* height: 1px; */
		}
div.layer {
	color: #CCCCCC;/* border-left:1px solid #999999;
		  border-right:1px solid #999999;
		  border-top: none;
		  border-bottom:1px solid #999999;*/
		}
li {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-indent: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: square;
}
input {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	background: white;
	border: #000000 solid 1px;
}
input.button {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	background: white;
	border: #000000 solid 1px;
}
textarea {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	background: white;
	border: #000000 solid 1px;
}
.right {
	text-align: right;
}
