

/* Layout and Menu */

body {
    background:url(../i/background.png) repeat-x top left #001022;
    background-attachment:fixed;
    text-align:center;
    margin:0;
    padding:0;
    font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", LucidaSans, lucida, sans-serif;
}

#wrapper {
    margin:0 auto;
    position:relative;
    text-align:left;
}


#logo {
    position: absolute; 
    width:230px;
    height:90px;
    color:white;
    font-size:11px;
}

#logo h1 {
    margin:0 0 0 6px;
    padding:0;
    width:210px;
    height:32px;
    background:url(../i/logo.gif) top left no-repeat;
}

#logo>h1 {
    background:url(../i/logo.png) top left no-repeat;
}

#logo h1 a {
    text-decoration:none;
}

#logo h1 a span {
    font-size:18px;
    visibility:hidden;
}

#logo h3 {
    margin:0 0 0 9px;
    padding:0;
    font-size:11px;

}

#menu {
	border-width: 0px;
	font-size: 12px;
	text-decoration: none;
	color:white;
	padding:0;
	margin:55px 0 0 0;
}

#menu li {
    border-width: 0px;
    list-style:none;
    margin:0 0 6px 0;
    padding:0 0 0 0;
    font-size:11px;
}

#menu li a {
    color:white;
    text-decoration:none;
    font-size:11px;
}


#menu li a:hover, #menu li a.aktiv {
    border-width: 0px;
    color:white;
    text-decoration:none;
    font-size:11px;
}

#menu li>a:hover, #menu li>a.aktiv {
    border-width: 0px;
    background:url(../i/menuback.png) no-repeat center left;
}



/* Content */

.content {
    position: absolute; 
}

.border {
    margin:36px;
    border:1px solid white;
    background-color:white;
}

.border2 {
    margin:36px;
}

h2 {
    margin:0;
    padding:0;
    font-size:20px;
    color:#663333;
    font-weight:normal;
}

p {
    font-size:12px;
    color: #663333;
    line-height:16px;
}

p a {
    padding-bottom: 0px;
    color:#032955;
    text-decoration:none;
    font-weight:bold;
    border-bottom:1px solid #663333;
}

p a:hover {
    text-decoration:none;
    border-bottom:1px solid #032955;
}

#veranstaltungsliste {
    margin-bottom:40px;
}

#veranstaltungsliste p {
    margin-top:20px;
}

h4 {
    margin:0;
    padding:0;
    margin-top:30px;
    font-size:14px;
    color:#663333;
    font-weight:bold;
}

.source {
    font-size:10px;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	line-height: 14px;
	font-size: 12px;
	color: #071429;
}

li {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin: 0px;
	border-bottom-color: #e3e3e3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#flag {
	border-color: white;
	border-width: 1px;
	border-style: solid;
	margin-left: 10px;
	margin-top: 20px;
}

.language {
}