body, img {
	margin:0px;
	padding:0px;
	font:normal 11px/20px Arial, sans-serif;
	text-transform:uppercase;
	color:#556063;
	background-color:#fff;
	border:0px;
	text-decoration:none;
	font-weight:normal;
	text-align:left;
	font-style:normal;
}
table {
	height:100%;
}

img#logo {
	float:left;
}


div {
	font:normal 11px/20px Arial, sans-serif;
}

/* ==================================== */
/* Navigation */
#mainnavi {
	color:#007DC9;
	width:400px;
	float:right;
	text-align:right;
	padding-top:15px;
}

#portfolionavigation {
	float:right;
	text-align:right;
}

#subalbumnavi {
	margin-top:55px;
	height:220px;
}

/* ==================================== */
/* Content */
#main {
	position:relative;
	width:1200px;
	height:595px;
	text-align:left;
	margin:auto;
}

div#head {
	height:63px;
}

div#photographers,
div#animations,
div#categories,
div#contenttext {
	width:420px;
	float:left;
	margin-top:140px;
}
div#contenttext {
	display:block;
	margin-top:60px;
}

div#animations {
	width:350px;
}

div#bigpicture {
	height:450px;
	float:left;
}

div#thumbnails {
	max-width:1200px;
	max-height:460px;
	overflow:hidden;
	float:left;
}

.vorschaubild {
	height:60px;
}

img.pfeil {
	float:left;
}

/* ==================================== */
/* Headlines */
h1, h2, h3, h4, h5, h6 {
	font-size:14px;
	font-weight:bold;
	color:#007DC9;
	line-height:120%;
	margin:0px;
	padding:0px;
	font-style:normal;

}

h1 {
	padding-left:3px;

}

h2, h3 {
	font-size:22px;
	color:#000;
}

h3 {
	font-weight:normal;
}

/* ==================================== */
/* Links */	
a {
	font-weight:normal;
	text-decoration:none;
	color:#F00;
}

a:link,
a:visited {
	color:#556063;
}

a:hover {
	color:#000;
}

a:active,
a:focus { 
	color:#556063;
}

a.navi {
	font-weight:bold;
	margin-left:15px;
}

a.navi:link,
a.navi:visited {
	color:#007DC9;
}

a.navi:hover { 
	color:#004873;
}

a.navi:active,
a.navi:focus {
	color:#007DC9;
}

a.photographer,
a.category {
	padding:2px 3px 0px 3px;
	

}


a.photographer:link,
a.category:link,
a.photographer:visited,
a.category:visited {
}
a.photographer:hover,
a.category:hover,
a.category_active {
	background-color:#999999;
	color:#fff;
	padding:2px 3px 0px 3px;
}
a.photographer:active,
a.category:active,
a.photographer:focus,
a.category:focus {
}

a.category_active {
background-color:#333;

}

