/* General HTML tag styles */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

a, a:hover, a:visited {
    color: #000;
    text-decoration: none;
}

a.white, a.white:hover, a.white:visited {
    color: #fff;
    text-decoration: none;
}

a.event, a.event:hover, a.event:visited {
    color: #000;
    text-decoration: none;
    display: block;
    width: 150px;
    height: 110px;
}

body {
    background-color: #e31d34;
    background-image: url('images/bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;

    font-size: 11px;
    font-family: arial, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 14px;
    line-height: 16px;
}

h2 {
    font-size: 12px;
    line-height: 16px;

    margin-top: 6px;
    margin-bottom: 2px;
}

p {
    margin-bottom: 8px;
}

/* conditional layout additions */
@media screen and (min-device-width: 1025px) and (min-device-height: 769px) {
	#main {
		height: 565px;
	}
	
	#content {
	    height: 405px;
	    overflow: auto;
	    background-repeat: no-repeat;
	}
}

/* main layout tags */
#wrapper {
	z-index: 1;
	position: relative;
    margin: 0px auto;
    width: 1021px;
}

#logo-zentral {
	z-index: 3;
	position: relative;
	
    background-image: url('images/logo_zentral.png');
    background-position: top left;
    background-repeat: no-repeat;

    width: 554px;
    height: 154px;
    left: 467px;
    top: 0px;
}

#main {
	z-index: 2;
	position: relative;
	margin-top: -90px;
	padding: 0px 20px;
	min-height: 565px;
	
	border: 3px solid #fff;
	width: 830px;
	
	-webkit-border-top-left-radius: 32px;
	-webkit-border-bottom-left-radius: 32px;
	-moz-border-radius-topleft: 32px;
	-moz-border-radius-bottomleft: 32px;
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
}

#menu {
	position: absolute;
	top: 70px;
	left: 23px;
	width: 830px;
	z-index: 4;
	padding: 17px 0px;
	
	border-bottom: 3px solid #fff;
	
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

#calendar {
	position: absolute;
	top: 125px;
	left: 23px;
	width: 830px;
	z-index: 4;
	height: 40px;
	padding-top: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#content {
    padding: 20px 55px 0px 67px;
    vertical-align: top;
    background-position:top left;
    background-repeat: repeat-y;
    margin-top: 115px;
    margin-bottom: 20px;
    min-height: 405px;
}

#footer {
	position: relative;
	top: 15px;
    width: 830px;
    margin-bottom: 50px;

    font-size: 11px;
    font-weight: bold;
    color: #fff;

    text-align: center;
    vertical-align: top;
}

#lehmann {
	position: absolute;
	right: 137px;
	bottom: 17px;
	background: url('images/cz_hand.png') no-repeat bottom right transparent;
	height: 197px;
	width: 500px;
	z-index: 99;
}

#lehmann-text {
	position: absolute;
	bottom: 5px;
	right: 75px;
	color: #fff;
	text-align: right;
	font-weight: bold;
}


/* other layout tags */
.cal_small {
    font-size: 11px;
}

div#back-link {
    margin-bottom: 20px;
}

div.event {
    width: 150px;
    height: 110px;
    float: left;

    background-color: #fff;

    margin-right: 15px;
    margin-bottom: 10px;
    padding: 5px;

    overflow: hidden;
}

div#content table.event > tr > td > img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 160px;
    min-height: 120px;
}

div#partner {
    text-align: center;
}

div.termin {
    display: block;
    text-align: left;
    margin-bottom: 30px;
    min-height: 120px;
}

div#tickets {
    width: 160px;
    height: 120px;

    float: left;

    margin-right: 15px;
}

.partner-logo {
    margin-right: 15px;
    vertical-align: middle;
}

div.gallery-link {
	float: right;
	margin-left: 5px;
}

span.bold {
    font-weight: bold;
}

span.white {
    color: #fff;
}

table.event {
    margin-top: 7px;
    margin-bottom: 10px;
}

input {
	padding: 2px 4px;
}

/* alte Sachen unver�ndert uebernommen */
img.kalender
{
    border:solid #ffffff 1px;
}


