/* 
Document   : default
Created on : 26.12.2008, 18:00:12
Author     : ceckardt
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: inline-block;
}

body
{
    margin: 0;
    padding: 0;
    color: #ffff99;
    font-family: Verdana, Arial, Helvetica, sans-serif;
        
        
        /*background: #4d87c7 url("/images/bg_blue.png") repeat-x top left fixed;*/
        padding: 10px 0;

    background-color: #4d87c7;
    background-image: url(../images/bg_blue.png);
    background-repeat: repeat-x;

}

strong
{
    color: #FFF;
}

div#wrapper
{
    min-width: 600px;
    margin-left: 80px;
    margin-right: 80px;
}

#header
{

}

#slogan
{
    padding: 10px;
    float: left;
}

#adress
{
    padding: 10px;
    float: right;
}

#navcontainer
{
    clear: both;
    color: #ffffff;
    border-top-style: dotted;
    border-top-width: 3px;
    border-bottom-style: dotted;
    border-bottom-width: 3px;
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

#navcontainer ul
{
    margin: 10px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#navcontainer ul li
{ 
    display: inline;
}

#navcontainer ul li a
{
    text-decoration: none;
    padding: .2em 1em;
    color: #fff;
    font-weight: bold;
}

#navcontainer ul li a:hover
{
    color: #fff;
    background-color: #369;
}

#navcontainer li.activelink a, #navcontainer li.activelink a:hover
{
    color: black;
    background-color: orange;
}

div#clear
{
    clear: both;
}

div#main
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#sidemenu
{
    float:left;
    position:relative;
    overflow:hidden;
    width: 20%;
    max-width: 230px;
}

ul#navigation
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
}

ul#navigation a
{
    display: block;
    text-decoration: none;
    padding: .2em .5em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
}

ul#navigation a:hover
{
    color: #fff;
    background-color: #369;
}

ul#navigation li
{
    display: inline;

}

#navigation li.activelink a, #navigation li.activelink a:hover
{
    color: black;
    background-color: orange;
}




div#spalte0
{
    float:left;
    overflow:hidden;
    width: 78%;
    padding-left: 2%;
    /*background-color: lime;*/
}

div#spalte1
{
    float:left;
    overflow:hidden;
    /*background-color: green;*/
    width: 38%;
    padding-left: 2%;
}

div#spalte2
{
    float:left;
    position:relative;
    overflow:hidden;
    /*background-color: orange;*/
    width: 38%;
    padding-left: 2%;

}

#impressionen
{
    text-align: center;
    width: 100%;
}

/*
.thumbnail
{
    text-align: center;
    float:left;
    width: 120px;
    height: 140px;
    border: 1px solid #999;
    margin: 0 15px 15px 0;
    padding: 5px;
    font-size: 12px;
}

.thumbnail img
{
    max-height: 100px;
    max-width: 100px;
}
*/


	div.thumbnail
	{
		float: left;
		width: 150px;
        height: 180px;
		margin: 0 10px 10px 0;
		padding-bottom: 10px;
        border: 2px solid #999;
	}

	div.thumbnail img
	{
		max-height: 100px;
        max-width: 120px;
		border: 1px solid #777;
		margin: 10px 10px 0 10px;
	}

	div.thumbnail p
	{
		margin: 0;
		padding: 10px;
	}



/* Zeilenhöhe im Fliesstext Verdana/19px/12px */

.text12
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    line-height:18px;
    font-size:12px;
}

/* Zeilenhöhe 15px/11px */

.text11
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    line-height:15px;
    font-size:11px;
}

/* Zeilenhöhe Kleingedrucktes 14px/10px */

.text10
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    line-height:14px;
    font-size:10px;
}

/* kleine Schrifth�he */
.text6
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    line-height:10px;
    font-size:6px;
}

.letter16
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    line-height:26px;
    font-size:16px;
}

.letter20
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    line-height:30px;
    font-size:20px;
}

.italic12
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-style:italic;
    font-weight:bold;
    line-height:19px;
    font-size:12px;
}

.text12g
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bold;
    line-height:19px;
    font-size:12px;
    color:#009933;
}

a:link
{
    color:#FFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bold;
    TEXT-DECORATION:none;
}

a:visited
{
    color:#FFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-decoration:none;
}

a:active
{
    color:#FFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
}

#
