* {
	margin: 0;
	padding: 0; 
} 
body {
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	background: #CCCCCC url(../images/body_bg.jpg) repeat-y center top;
}
#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#header-top {
	float: left;
	width: 760px;
	height: 114px;
	text-align: right;
	background-image: url(../images/header-top/Home-top.gif);
	background-position: top center;
}

#header-bottom {
	float: left;
	width: 760px;
	height: 31px;
	text-align: right;
	
}

#navigation {
	float: left;
	width: 760px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/navigation_bg.gif);
	text-align: center;
	margin-left:auto; margin-right:auto;
	font-weight: bold;
}

#content {
	float: left;
	height: 400px; /* ist leer*/
	width: 510px;
	padding: 25px;
	font-family: Georgia, TimesNewRoman, serif;
	
}
#sidebar {
	float: left;
	height: 40px; /* ist leer*/
	width: 175px;
	top: 0px;
	padding: 20px 20px 0px 5px;
}

/* Navigationsmenü Start */

#container {

	position:  relative;
	width: 760px;
	height: 31px;
	padding: 0;
	margin: 0;
	background-image: url(../images/header-bottom/Home_bg.gif);
	background-position: top center;
}

#nav {

	position:  relative;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 760px;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	outline: none;
	float: right;
	padding: 31px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:31px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -31px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -62px;
	}
	
#tprofil a  {
	width: 79px;
	background: url(../images/header-bottom/Home-Profil.gif) top left no-repeat;
	}

#tpraesentationen a  {
	width: 161px;
	background: url(../images/header-bottom/Home-Praesentationen.gif) top left no-repeat;
	}

#tintern a  {
	width: 81px;
	background: url(../images/header-bottom/Home-Intern.gif) top left no-repeat;
	}

/* Navigationsmenü Ende */


h1 {
	font-size: 140%;
	font-weight: bold;
	visibility: hidden;
}



a:link {
	color: #687BCD;
	text-decoration: none;
	
}
a:hover, a:active, a:focus {
	color: #8199FF;
	text-decoration: none;
	
}
a:visited {
	color: #B0B0B0;
	text-decoration: none;
	
}
#content h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	visibility: visible;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

#content h1.titelzeile {
	font-size: 1%;
	font-weight: bold;
	visibility: hidden;
}

#content h2 {
	font-size: 105%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	visibility: visible;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}
#content h3,h4 {
	font-size: 98%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	visibility: visible;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}
#content p {
	font-family: Georgia, TimesNewRoman, serif;
	margin: 10px 0px 10px 0px;
	line-height: 135%;
}
#content ul {
	list-style-type: square;
}
#content li {
	display: list-item;
	list-style-position: outside;
	margin: 10px 20px 10px 40px;
	font-family: Georgia, serif;
}
#content a:link {
	color: #687BCD;
	text-decoration: none;
	border-bottom:1px dotted gray;
}
#content a:hover, a:active, a:focus {
	color: #8199FF;
	text-decoration: none;
	border-bottom:1px dotted gray;
}
#content a:visited {
	color: #B0B0B0;
	text-decoration: none;
	border-bottom:1px dotted gray;
}
#navigation ul {
	font-size: 95%;
	list-style-type: none;
}
#navigation ul, li {
	display: inline;
}
#navigation a.wikinlink:link {
	color: #687BCD;
	text-decoration: none;
}
#navigation a.wikilink:hover, a.wikilink:active, a.wikilink:focus {
	color: #8199FF;
	text-decoration: none;
}
#navigation a:visited {
	color: #687BCD;
	text-decoration: none;
}
#navigation a.selflink {
	color: #000000;
}

/* --------------------------------------------- */

#sidebar h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	visibility: visible;
}
#sidebar h2,h3,h4 {
	font-size: 105%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	visibility: visible;
}
#sidebar p, .veranstaltungsdatum, .veranstaltungstitel {
	font-family: Georgia, TimesNewRoman, serif;
	margin: 10px 0px 10px 0px;
	line-height: 100%;
}
#sidebar.veranstaltungsdatum, {
	font-family: Georgia, TimesNewRoman, serif;
	margin: 10px 0px 10px 0px;
	line-height: 150%;
}
#sidebar.veranstaltungstitel, {
	font-family: Georgia, TimesNewRoman, serif;
	margin: 10px 0px 10px 0px;
	line-height: 150%;
	font-weight: bold;
}

#sidebar ul {
	list-style-type: none;
}
#sidebar li {
	display: list-item;
	list-style-position: outside;
	margin: 5px 0px 5px 0px;
	font-size: 90%; 
}
#sidebar a.wikinlink:link {
	color: #687BCD;
	text-decoration: none;
}
#sidebar a.wikilink:hover, a.wikilink:active, a.wikilink:focus {
	color: #8199FF;
	text-decoration: none;
}
#sidebar a:visited {
	color: #687BCD;
	text-decoration: none;
}
#sidebar a.selflink {
	color: #000000;
}

/* --------------------------------------------- */

#bearbeiten {
	color: #C0C0C0;
	font-size: 90%;
}
#bearbeiten a:link, a:hover, a:active, a:focus, a:visited {
	color: #C0C0C0;
}
.veranstaltungsdatum {

}
.veranstaltungstitel {
	font-size: 105%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	visibility: visible;
	font-family: "Lucida Grande", Arial, sans-serif;
}
hr {
	border: none 0; 
	border-top: 1px dotted #000;/*the border*/
	width: 100%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bilderrahmen 
      { border:1px solid #c2c2c2; padding: 1px; background-color:#f9f9f9;
		float:left;
}

.boxy {
	background-color: #e7e7e7;
	border: 1px solid #aaa;
	display: block;
	padding: 10px;
}