html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 1;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	height: 100%;
}
h1 {
    text-align:left;
}
.teamTitle{
	color: #113679;
	font-weight: 600;

}
body {
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 17px;
	color: #000;
    text-align:center;
}

.galeryPicture{
	border: 1px solid #788DB2;
    margin-top:15px;
	padding:1px;
}

.galeryPictureTable{
	margin: 10px auto;
    float:left;
    height:600px;
	border: 1px solid #788DB2;
    margin-top:15px;
	padding:1px;
	overflow: auto;
}

div#teamfenster {
    float: left;
    text-align:center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	width: 250px;
	height:110px;
	border: 1px solid #788DB2;
}
div#mainGalerieKategorie {
	margin: 10px auto;
	width: 500px;
}
div#mainGalerieTitle {
    padding-top:20px;
	text-align:center;
	font-weight: 800;
}

div#teamfensterTitle {
    text-align:center;
	font-weight: 600;
}
div#teamFooter {
    text-align:left;
	font-size: 10px;
}

div#main {
    text-align:center;
	margin: 10px auto;
	background-color: #fff;
	width: 1000px;
	height:600px;
}

div#right-inhalt {
    margin: 10px;
	width: 245px;
	height:285px;
	float: left;
}

div#right {
    padding:0px;
	width: 265px;
	height:410px;
	float: right;
}

div#main-home {
	margin: 10px auto;
	width: 1000px;
	height:600px;
	border: 1px solid #788DB2;
	background-image: url(grafik/layout/bg-home.jpg);
	background-repeat:no-repeat;
}

div#main-firma {
	margin: 10px auto;
	width: 1000px;
	height:600px;
	border: 1px solid #788DB2;
	background-image: url(grafik/layout/bg-firma.jpg);
    background-repeat:no-repeat;
}
div#main-messe {
	margin: 10px auto;
	width: 1000px;
	height:600px;
	border: 1px solid #788DB2;
	background-image: url(grafik/layout/bg-messe.jpg);
    background-repeat:no-repeat;
}
div#main-konzerte {
	margin: 10px auto;
	width: 1000px;
	height:600px;
	border: 1px solid #788DB2;
	background-image: url(grafik/layout/bg-konzerte.jpg);
    background-repeat:no-repeat;
}
div#main-events {
	margin: 10px auto;
	width: 1000px;
	height:600px;
	border: 1px solid #788DB2;
	background-image: url(grafik/layout/bg-events.jpg);
    background-repeat:no-repeat;
}
div#main-praesentationen {
	margin: 10px auto;
	width: 1000px;
	height:600px;
	border: 1px solid #788DB2;
	background-image: url(grafik/layout/bg-praesentationen.jpg);
    background-repeat:no-repeat;
}
div#main-technik {
	margin: 10px auto;
	width: 1000px;
	height:600px;
	border: 1px solid #788DB2;
	background-image: url(grafik/layout/bg-technik.jpg);
    background-repeat:no-repeat;
}
div#main-buehnen {
	margin: 10px auto;
	width: 1000px;
	height:600px;
	border: 1px solid #788DB2;
	background-image: url(grafik/layout/bg-buehnen.jpg);
    background-repeat:no-repeat;
}
div#main-spezial {
	margin: 10px auto;
	width: 1000px;
	height:600px;
	border: 1px solid #788DB2;
	background-image: url(grafik/layout/bg-spezial.jpg);
    background-repeat:no-repeat;
}
div#main-kontakt {
	margin: 10px auto;
	width: 1000px;
	height:600px;
	border: 1px solid #788DB2;
	background-image: url(grafik/layout/bg-kontakt.jpg);
    background-repeat:no-repeat;
}
div#main-impressum {
	margin: 10px auto;
	width: 1000px;
	height:600px;
	border: 1px solid #788DB2;
	background-image: url(grafik/layout/bg-impressum.jpg);
    background-repeat:no-repeat;
}
div#top {
	width: 1000px;
	height:134px;
	float: left;
}

div#left {
	width: 92px;
	height:414px;
	float: left;
}

div#content {
    width: 638px;
	height:410px;
	float: left;
}
div#bottom {
    width: 1000px;
	height:53px;
	float: left;
	color: #113679;
}


div#content-inhalt {
    text-align:left;
	line-height: 1.5;
    padding:20px;
    width: 598px;
	height:364px;
	float: left;
	overflow: auto;
}
div#content-inhalt-team {
    text-align:left;
	line-height: 1.5;
    padding:20px;
    width: 590px;
	height:364px;
	float: left;
}


div#impressum {
    padding-left:108px;
    float: left;
}
#impressum ul li {
	float: left;
	list-style: none;
    margin: 5px;
}

#impressum ul li a {
	text-decoration: none;
	color: #113679;
}

#impressum ul li a:hover {
	text-decoration: underline;
}
div#copyright {
	width: 500px;
	height:30px;
	float: left;
	padding-top: 16px;
	padding-left: 90px;
	font-size: 10px; 
}


#clearer {
	clear: both;
}


div#navigation-left {
text-align:left;
	color: #113679;
	margin-left: 5px;
	margin-top: 40px;
	padding:1px;
	width: 80px;
	height:300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 12px;
}
#navigation-left ul li {
	list-style: none;
    margin: 5px;
}
ul#navigation-left a{
	display:block;
}

#navigation-left ul li:hover {
	list-style: none;
}
#navigation-left ul li a {
	text-decoration: none;
	color: #113679;
	display:block;
}

#navigation-left ul li a:hover {
	text-decoration: underline;
	color: #113679;
}

div#navigation {
	color: #fff;
	margin-left: 107px;
	margin-top: 107px;
	padding:1px;
	width: 800px;
	height:45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 12px;
}
#navigation ul li {
	float: left;
	list-style: none;
    margin: 5px;
}

#navigation ul li:hover {
}
#navigation ul li a {
	text-decoration: none;
	color: #fff;
}

#navigation ul li a:hover {
	text-decoration: underline;
	color: #113679;
}
#clearer {
clear: both;
}



