a {
	background-image: url(../images/icon_link.png);
	background-position: left;
	background-repeat: no-repeat;
	color: Gray;
	padding-left: 8px;
	text-decoration: none;
}

a:hover {
	color: #333333;
text-decoration: underline;
}

body{
height: 100%;
overflow: -moz-scrollbars-vertical; /*nur mozilla - nicht konform - im zweifel raus*/
}

form {
	float: right;
	font-size: 9px;
	margin-top: -45px;
}

/* GENERAL */
		
		h1 {
	color: Gray;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 30px 0px 10px 0px;
	
}

h2 {
  color: Gray;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 22px;
}

img{
	border: 0px;
}

input {
	background-color: #FFFFFF;
	border: 1px solid Silver;
	color: #999999;
	font-size: 11px;
	padding: 3px;
}

strong {
	color: Silver;
}

/*FOTONAVIGATION*/
ul#fotolist {
	background-color: #FFFFFF;
	color: #FFFFFF;
	float: left;
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 0;
	text-align: center;
	width: 140px;
}

ul#fotolist li {
	display: inline;
	text-align: center;
}

ul#fotolist li a{
	background-color: #FFFFFF;
	background-image: none;
	float: left;
	margin-left: 5px;
	padding: 0.2em 0px;
	text-decoration: underline;
	width: 30px;
}

.button {
	padding: 2px;
}

.preview{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	width: 140px;
}

#container {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /*Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	margin: 0 auto;
	width: 800px;
}

/* CONTENT ELEMENTS */
	#content {
	float: left;
	margin-left: 20px;
	width: 440px;
	padding: 10px 5px 0px 10px;
	border-left: 1px dashed Silver;
}

#content p {
	border-bottom: 1px dashed Silver;
	padding-bottom: 10px;
}

#contentfoto {
	border-left: dashed 1px Silver;
	float: left;
	height: 600px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 10px;
	width: 560px;
}

/* FOOTER ELEMENTS */
   #footer {
	border-top: 1px dashed Silver;
	bottom: 0;
	clear: both;
	display: block;
	height: 20px;
	margin-top: 20px;
	padding: 2px 5px 0px 5px;
	margin-top: 10px;
	position: relative;
	width: 100%;
}

  #fotocontainer {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	margin: 0 auto;
	width: 800px;
}

/* HEADER ELEMENTS */
	#header {
  height: 80px;
	background-image: url('../images/fliegeklein.png');
	background-position: right 50%;
	background-repeat: no-repeat;
	border-bottom: 4px solid Silver;
	clear: both;
	margin-bottom: 10px;
	padding: 10px 20px 0px 0px;
}
	#header h1{
	margin-top: 55px;
}
/* the slogan */
		#header p {
	color: #999999;
	margin-left: 30px;
	margin-top: 100px;
}

/*LINKS*/
#linklist {
	background-color: #FFFFFF;
	border-bottom: 1px dashed Silver;
	border-top: 1px dashed Silver;
	color: #FFFFFF;
	float: left;
	list-style: none;
	margin: 40px 0px 5px 0px;
	padding: 0;
	width: 140px;
}

#linklist li {
	color: #808080;
	list-style: none;
	margin-left: 5px;
	padding: 3px;
	text-decoration: none;
	width: 140px;
}

#linklist li a{
	text-decoration: none;
}

#linklist li a:hover{
	background-color: transparent;
	text-decoration: none;
}

/* NAVIGATION ELEMENTS */
 #navigation {
	float: left;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	width: 140px;
}

/* THE SMALL BOX BELOW NAV */
			
		#navigation p {
	border-bottom: 1px dashed Silver;
	border-top: 1px dashed Silver;
	margin-top: 40px;
	padding: 5px;
}

#navigationfoto {
	float: left;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	width: 140px;
}

#navlist {
	float: left;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	width: 140px;
}

#navlist a {
	background-image: none;
	border-bottom: 1px dashed Silver;
	display: block;
	padding: 5px;
	width: 140px;
}

#navlist a:link, #navlist a:visited {
	background-image: none;
	color: Gray;
	text-decoration: none;
}

#navlist a:hover {
	background: url('../images/arrow.gif') no-repeat 96% 50%;
	background-color: #FFFFFF;
	color: Gray;
}

/* SIDEBAR ELEMENTS */
		#sidebar {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	width: 140px;
}

#sidebar p {
	border-bottom: none;
	padding-bottom: 10px;
}

/*ul#fotolist li a:hover {
	background-color: #336699;
	color: #FFFFFF;
}
*/
