@charset "UTF-8";

@font-face {
  font-family: "Lato";
  src: url('/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url('/fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

body {
    background-color: #fff;
    background-repeat: repeat-x;
    font-family: 'Lato',Verdana,Arial,Helvetica,sans-serif;
    font-size: 62.5%;
	font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: left;
}

* {
    margin: 0;
    padding: 0;
}

#container {
	background-position:right top;
	background-image:url(../images/unterschrift.png);
	background-repeat:no-repeat;
	padding-top:20px;
    margin-left: auto;
    margin-right: auto;
	width:1000px;
}

#menu {
	height:40px;
	padding-left:10px;
	font-size:1.7em;
	letter-spacing:1px;
	color:#cc0099;	
}

#menu li {
	display: inline;
    list-style-type: none;
}

#submenu {
	height:40px;
	padding-left:10px;
	color:#cc0099;
	font-size:1.4em;
}

#submenu li {
	display: inline;
    list-style-type: none;
}

#hg {
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	margin-bottom:10px;
	padding-left:330px;
	padding-right:30px;
	padding-top: 30px;
	height:570px;
}

#fuss {
	padding-left:10px;
	font-size:1.4em;
}

p {
	margin-bottom:10px;
}

.datum {
/*	min-width:100px; */
	float:left;
	margin-right:40px;
	margin-bottom:10px;
}

.tab-linie td {
	border-bottom:1px solid #FFF;
}

.tab-ohne td {
	padding-bottom:20px;
	border-bottom:none;
}

.eventname {
	text-transform:uppercase;
}

td {
	border-bottom:1px dashed #FFF;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#kontakt td {
	border: 0px;
}

h1 {
	color:#ccffff;
	font-weight:400;
    font-size:1.4em;
	margin-bottom:10px;
	letter-spacing:1px;
}

h2 {
	font-weight:400;
    font-size:1.2em;
	margin-top:30px;
	margin-bottom:10px;
}

h3 {
	font-weight:400;
    font-size:1em;
	margin-top:15px;
	margin-bottom:10px;
}

strong {
	font-weight:400;
}

hr {
	color:#fff;
	background-color:#fff;
	margin-top:40px;
	border:0;
	height:1px;
}


/* - - - - Links - - - - */

.aktiv {
	font-weight:400;
    color: #cc0099;
}

a:link {
    color: #FFF;
    text-decoration: underline;
}
a:visited {
    color: #FFF;
}
a:hover, a:active, a:focus {
    color: #CCFFFF;
}

#menu a:link {
	color: #008080;
    text-decoration: none;
}
#menu a:visited {
    color: #008080;
}
#menu a:hover, a:active, a:focus {
    color: #cc0099;
}

#submenu a:link {
	color: #008080;
    text-decoration: none;
}
#submenu a:visited {
    color: #008080;
}
#submenu a:hover, a:active, a:focus {
    color: #cc0099;
}

#fuss a:link {
	color: #008080;
    text-decoration: none;
}
#fuss a:visited {
    color: #008080;
}
#fuss a:hover, a:active, a:focus {
    color: #cc0099;
}