﻿body
{
    font-family: 'PT Sans', sans-serif;
    text-align: center;
	background-color: #D5E0EF;
	background-image: url("../img/bg.png");
	background-repeat: repeat-x;
}

.logo
{
    margin: 20px auto 5px auto;
	padding-left: 400px;
}

.menu
{
	position: absolute;
	margin-top: 30px;
    width: 170px;
    overflow: hidden;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
    background: #1e5799;
    background: -moz-linear-gradient(left,  #1e5799 0%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(left,  #1e5799 0%,#7db9e8 100%);
    background: -o-linear-gradient(left,  #1e5799 0%,#7db9e8 100%);
    background: -ms-linear-gradient(left,  #1e5799 0%,#7db9e8 100%);
    background: linear-gradient(left,  #1e5799 0%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	


}

.menuItem
{
    padding: 13px;
    color: White;
    display: block;
    float: left;
    font-size: 1.5em;
    text-decoration: none;
}

.menuItem:hover, .menuItemSelected
{
    color: White;
    text-shadow: 0px 0px 10px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=0);
}

.page
{
    width: 750px;
    padding: 24px;
    margin: 0 auto;
    border: 1px solid #ccc;
    text-align: left;
    background-color: White;
    overflow: hidden;
	min-height: 250px;
}

.content{ margin-left: 190px;}

a, a:before
{
    text-decoration: none;
    color: Black;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a:hover
{
    color: #333;
}

button, .button 
{
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: 150px; }
  button:hover, .button:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; }
  button:active, .button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }
    
    .img
    {
        border: 2px solid gray;
        margin-left: 10px;
        padding: 2px;
        float: right;
    }
    
    span.clear { clear:both; display: block; }
    
    .absolute
    {
        position: absolute;
        display: none;
        left: 50%;
    }
    
    a.mail:before
    {
        content: url("../img/mail_smaller.png");
        float:left;
        margin-right: 4px;
        margin-top: -3px;
    }
    
    a.mail:hover
    {
        margin-left: 5px;
    }
    
    a.mail:hover:before
    {
        content: url("../img/mail_small.png");
        margin-right: 0px;
        margin-top: -5px;
    }
    
    .imgPreview
    {
        border: 2px solid gray;
        padding: 2px;
        max-height: 80px;
        max-width: 120px;
        margin-left: 10px;
        margin-bottom: 5px;
    }
    
    h2
    {
        border-bottom: 1px solid #7AC;
    }
	
	.stripe{
		left: 0px;
		height: 60px;
		background-color: #FFF;
		width: 100%;
		margin-top: 30px;
		margin-bottom: -90px;
	}
	
	.imgClickableInfo:after{content: "Bitte klicken Sie zum Vergrößern auf eines der Bilder."; color: gray; font-size: 0.8em;}