/*  CSS design by b83.at*/

body, p, h1, h2, h3, h4, h5, h6 {
    margin: 0; padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    padding-bottom: .8em;
}

/* HTML5  */
nav, header, footer, section, article, menu, aside { display: block }
comment, source { display: none }


body {
	background-color: #000000;
	color: #FF6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    padding-top: 10px;
    background-repeat: repeat-y;
}

h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
}

h5 {
	font-size: 1em;
}

p, li {
    line-height: 1.5em
}

ol {
    margin-top: 0; padding-top: 0;
}


a {
	color: #FF6633;
}

a:hover {
	color: white;
	text-decoration: none;
}

img {
    border: none;
}

hr {
    border: none;
    border-top: 1px solid #FF6633;
    height: 1px;
    padding: 5px 0;
}

blockquote {
    font-style: italic;
    margin-top: 0; padding-top: 0;
    line-height: 1.4em
}


.print {
	display: none;
}

.screen {
	display: block;
}

#marvin {
    width: 1024px;
}

header, footer {
    width: 800px;
    margin-left: 220px;
    text-align: center;
}

nav {
	width: 220px;
    float: left;
    height: 550px;
}

nav ul {
    margin: 2em 0 0 0; padding: 0; list-style-type: none;
}

nav ul li {
    margin: 0 0 8px 10px;
}

nav ul li a {
    background: url(../images/button.png) no-repeat;
    display: block;
    line-height: 28px;
    font-size: 1.2em;
    color: black;
    text-decoration: none;
    padding-left: .6em;
}

nav ul li a:hover {
    color: #FF6633;
    background: url(../images/button_over.png) no-repeat;
}

section {
    float: left;
	width: 800px;
}

footer {
    clear: both;
    padding-top: 40px;
}

#start_foot footer {
margin: 0 auto;
}


.gs, a.gs:link, a.gs:visited, a.gs:active {
	font-size: 11px;
	color: #CC3300;
	text-decoration: none;
    letter-spacing: 2px;
}

a.gs:hover {
	color: White;
}

.bild_rechts {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.bild_links {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


.info, .info a {
	visibility: hidden;
	display: none;
}

ul.weiterlinks {
    margin-top: 0; padding-top: 0;
}

ul.weiterlinks li {
    margin-bottom: 5px;
    font-weight: bold;
}

table#curriculum {
    width: 100%;
}

table#curriculum td {
    vertical-align: top;
    padding: 4px 8px 4px 0;
}

#portrait {
    width: 176px;
    height: 220px;
    float: right;
    border: 1px solid white;
}

/* Gallery */

.gallery img {
    border: 1px solid #fff;
    margin: 0 4px 4px 0;
    width: 150px; height: 200px;
}

