/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#250e05;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



body {
text-align: center; /*zentriert die Seite im Fenster*/
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{
background-color:#250e05;
}

#wrap {
margin: 0 auto; /*zentriert die Seite im Fenster*/
background-color:#ffffff;
color:#666666;
min-width:760px;
max-width:960px;
width:960px;
height:825px;
text-align: left;

/* border:solid 1px #999999; Umrandung der Seite*/
}

#menu_top{
background: url(menu_top_bg.png) no-repeat;
padding:4px 0 9px 25px;
color:#ffffff;
}

#menu_top a{
color:#ffffff;
letter-spacing:0.4px;
}

.unlink{
color:#ffffff;
letter-spacing:0.4px;
font-size:85%;
}

#sidebar { /*1. Spalte: Suche und Navigation*/
float:left;
width:190px;
overflow:hidden;
}

#sidebar a{
color:#666666;
}

#menu_left { /*1. Spalte: Suche und Navigation*/
padding-top:17px;
padding-left:25px;
}

#menu_left_on{
background: url(menu_left_on.png);
min-height:28px;
line-height:24px;
}

#menu_left_on a{
color:#250e05;
padding-left:7px;
}

#menu_left_off{
background: url(menu_left_off.png) no-repeat;
min-height:28px;
line-height:24px;
}

#menu_left2_on{
background:#f1e6db;
padding:0 0 2px 25px;
line-height:16px;
}

#menu_left2_on a{
color:#250e05;
}

#menu_left2_off{
padding:0 0 2px 25px;
line-height:16px;
}

#main { /*2. Spalte: Hauptinhalt*/
float:left;
width:530px;
}

#content { /*Abschnitt*/
width:550px;
float:left;
}

#emotion{
margin-left:20px;
}

#content>.inside {
padding-top:17px;
padding-left:20px;
padding-right:15px;
padding-bottom:17px;
}

#title{
height:40px;
width:515px;
background: url(menu_left_off.png);
}

#main table{
table-layout:fixed;
width:500px;
}

table{
margin-bottom:10px;
}

#main td {
padding:5px 15px 7px 15px;
text-align:center;
vertical-align:top;
}

#main td img {
padding:0 15px 0 15px;
}

#main td a p{
font-size:100%;
color:#be8b75;
padding-bottom:10px;
text-align:left;
}

#gallery_menu{
background-color:#be8b75;
height:24px;
width:61px;
float:left;
}

#gallery_page{
float:left;
background-color:#be8b75;
color:#FFFFFF;
height:24px;
width:453px;
line-height:24px;
}

#sidebar-2 { /*3. Spalte: Aktion und Downloads*/
float:right;
width:210px;
overflow:hidden;
}

#description{
margin:43px 0 5px 0;
text-align:center;
}

iframe{
width:200px;
height:550px;
}


/* zur vertikalen Einfassung aller Kinder in das Elternelement #wrap (H&ouml;he #wrap > H&ouml;he h&ouml;chstes Kind) */
#clear {
clear:both;
height:0;
line-height:0;
font-size:0;
margin:0;
padding:0;
}



p {
font-size:85%;
color:#666666;
line-height:17px;
}

li {
margin-left:17px;
font-size:85%;
line-height:16px;
list-style-type:decimal;
}

h1 {
color:#be8b75;
font-size:115%;
padding-bottom:16px;
line-height:22px;
}

h2 {
color:#be8b75;
font-size:100%;
padding-bottom:8px;
line-height:20px;
}

h3 {
color:#be8b75;
font-size:85%;
padding-bottom:9px;
line-height:20px;
}


a{
color:#be8b75;
text-decoration:none;
font-size:85%;
}


p a{
font-size:100%;
}

a:hover{
text-decoration:none;
}


/*fuer min. 100% Seitenhoehe*/
html, body {
height: 100%;
min-height: 100%;
}
* html #body {
height:100%
}
div#wrap, div#container {
min-height: 100%;
}
