/*** TEST SECTION ***/

/* global */
html {height: 100.5%; font-size: 65%}
* {margin: 0px; padding: 0px; border: 0px;}

body {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 100;
        font-size: 12px;
        line-height: 18px;
	height: 100.5%;
        color: #464646;
	}

h1, h2, h3, h4, h5 {
        font-weight: normal;
        padding-bottom: 2px;
	}
      
h1 {
	font-size: 2.5em;	
	text-transform: uppercase;
	}

.szlig {
	text-transform: lowercase;
        font-size: 1.2em;
        font-family: 'Clicker Script', cursive;
        letter-spacing: -0.05em;
        font-stretch: ultra-expanded;

	}
	
table { 
        border-collapse: collapse;
        }

h2 {
        text-align: right;
        text-transform: uppercase;
	}

td {
        vertical-align: baseline;
        border-bottom: 1px solid #464646;
	}

.left-cell{
    width: 500px;
    text-align: left;
    }
    
.right-cell{
    width: 342px;
    text-align: right;
    }


#wrapper {
        width:842px;
        height:100%;
                min-height: 100%; /* Mindesthöhe für moderne Browser */
                height: auto !important; /* Important Regel für moderne Browser */
                overflow: hidden !important; /* FF Scroll-leiste */
        margin:auto;
        }

#top{
	margin-top: 100px;
        margin-bottom: 70px;
	height: 100%;
	}
	
#image{
        width: 548px; height: 350px;
        margin: auto;
            background-image: url(connybeissler.jpg);
            background-repeat: no-repeat;
            background-position: center;
        }
	
#footer{
	margin-top: 20px;
        text-align: center;
	}

.telefonnummer{

    }
	


