@charset "UTF-8";

/*
Theme Name: Martin Herweg Photography
Theme URI: http://www.martinherweg.de/
Version: 2.0
Tags: Photography
Author: Martin Herweg
Author URI: http://www.martinherweg.de/
License: All Rights Reserved
*/

*, html {padding:0; margin: 0; }

body {
font-family: Verdana ,Helvetica, Arial, sans-serif;
font-size: 10px;
text-align: center;
background-color: #f6f6f6;
}

a:active, a { 
	outline: none; 
}
 
:focus { 
	-moz-outline-style: none; 
}
 
:-moz-any-link:focus {
	outline: none;
}

a {
text-decoration: none;
color: black;
}

a:hover {
text-decoration: underline;
}

.clear {
clear: both;
}

#outside_container {
background-color: #f6f6f6;
padding: 15px 0;
}

#container {
width: 900px;
text-align: left;
margin: auto;
}

#wrap {
height: 600px;
}

/* NAVI
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

#naviWrap {
height: 19px;
float: left;
}

#naviWrap ul {
list-style: none;
}

#picture_navi {
background-color: #373737;
width: 53px;
height: 19px;
margin: 0 10px 0 0px;
padding: 0 0 0 7px;
float: left;
font-size: 10px;
color: white;
line-height: 16px;
}

#picture_navi li {
float: left;
}

#picture_navi li a {
display: block;
width: 8px;
height: 8px;
text-decoration: none;
}

#picture_navi .prev {
text-indent: -9999em;
background: url(img/previous.png) no-repeat;
margin-top: 5px;
margin-right: 2px;
width: 8px;
height: 8px;
}

#picture_navi .next {
text-indent: -9999em;
background: url(img/next.png) no-repeat;
margin-top: 5px;
margin-left: 2px;
width: 8px;
height: 8px;
}

#picNum {
float: left;
}

#picture_navi .number {
font-size: 9px;
}

#navi {
height: 19px;
margin: 0 0 0 0px;
padding: 0px;
float: right;
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
text-align: center;
}

#navi .about {
font-size: 9px;
}

#navi li {
float: left;
margin-right: 1px;
}

#navi a {
text-decoration: none;
color: #cfcfcf;
}

#navi li a {
display: block;
width: 70px;
height: 19px;
padding-left: 5px;
background-color: #767676;
}

#navi li a:hover {
background-color: #373737;
}


#navi li a.selected {
background-color: #373737;
color: #b6b6b6;
}

/* HEADER
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

#header {
width: 243px;
height: 48px;
text-indent: -9999px;
background: url(img/logo.png) no-repeat;
margin-top: 36px;
}

#header a {
display: block;
cursor: pointer;
width: 243px;
height: 48px;
}


/* SONSTIGES
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

#portfolio {
overflow: hidden;
width: 900px;
height: 602px;
}
#portfolio img {
border: 1px solid black;
}

#portfolio .hoch {
margin-right: 10px;
}

#footer {
float: right;
width: 250px;
padding: 0 5px;
border-top: 1px solid #cfcfcf;
color: #767676;
margin-top: -49px;
}

.hf {
margin-right: 20px;
}

#page p {
margin: 5px 0;
}

#page h2 {
margin: 5px 0;
}

#page {
	min-height: 600px;
}

.imgc {
min-width: 900px;
}
