/* FILMSTIFTUNG NRW - BILDERGALERIE - STYLESHEET */
/* Autor: Patrick Heiser - p@trickheiser.de */


* {
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
}

body {
background-color: #aaa;
text-align: center;
}


/* Schriften */
h1 {
font-size: 11pt;
font-weight: bold;
color: #000;
margin-bottom: 3px;
}

h2 {
font-size: 9pt;
font-weight: normal;
color: #000;
margin-bottom: 3px;
}

h3 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 7pt;
font-weight: normal;
color: #666;
margin-top: 2px;
}

a:link, a:visited, a:active {
font-size: 7pt;
color: #fff;
font-weight: bold;
text-decoration: none;
}

a:hover { 
font-size: 7pt;
color: #fff;
font-weight: bold;
text-decoration: underline;
}

.navigation {
font-size: 7pt;
font-weight: bold;
color: #fff;
}


/* Container */
.container_main {
position: relative;
width: 800px;
height: 910px;
background: url(bg.gif) repeat;
margin: 0;
padding: 0;
border-bottom: 3px solid #003050;
}

.container_header {
position: absolute;
left: 0px;
top: 0px;
margin: 0;
padding: 0;
width: 800px;
height: 65px;
background: url(header.gif);
overflow: hidden;
}

.container_bild {
position: absolute;
left: 15px;
top: 80px;
margin: 0;
padding: 0;
width: 580px;
height: 715px;
overflow: hidden;
}

.container_vorschau {
position: absolute;
left: 610px;
top: 88px;
margin: 0;
padding: 0;
width: 165px;
height: 415px;
overflow: hidden;
}

.container_content {
position: absolute;
left: 15px;
top: 80px;
width: 770px;
height: 415px;
border: 1px solid #ccc;
text-align: left;
overflow: auto;
padding: 4px;
}

a.liste:link, a.liste:visited, a.liste:active {
font-size: 11pt;
color: #ff9900;
font-weight: bold;
text-decoration: none;
}

a.liste:hover {
font-size: 11pt;
color: #ff9900;
font-weight: bold;
text-decoration: none;
}
