/* ########################## Vordefinierte StyleSheets ########################## */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family:'Times New Roman',Times,serif;
        color: #000000;
	background-color:#cba68e;
    	font-weight:normal;
       	font-style:normal;
       	font-size: 12pt;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/** Damit der schwarze Strich immer bis nach unten geht */
#page {
	background-image:url(/gfx/blackpixel.jpg);
	background-repeat:repeat-y;
	background-position:215px 100%;
}


a:link, a:visited  {
	text-decoration: none;
        color: #643110;
        font-weight: bold;
}
        
a:hover, a:active {
	text-decoration: underline;
        color: #643110;
        font-weight: bold;
}

img {
	border: 0;
}

h1 {
      	font-family:'Times New Roman',Times,serif;
       	color: #000000;
	font-weight:normal;
        font-style:normal;
        font-size: 20pt;
	text-align: center;
	margin-top: 0px;
}
		
h2 {
       	font-family:'Times New Roman',Times,serif;
       	color: #000000;
	font-weight:normal;
        font-style:normal;
        font-size: 14pt;
	text-align: center;
}
		

h3 {
       	font-family:'Times New Roman',Times,serif;
       	color: #643110;
	font-weight:bold;
        font-style:italic;
        font-size: 12pt;
	margin-bottom: 1px;
}
		

/* ########################## Selbstdefinierte StyleSheets  ########################## */

/* ### layout ### */

#menu {
	float: left;
	width: 215px;
	padding-top: 0px;
	margin-top: 0px;
	/*background-color: #192F0F; */
}

#mitte {
	float: none;
	margin-left: 215px;
	border-left: 1px solid black;
	/*  background-color: #11FF00;*/
	padding-bottom: 50px;
}

#oben {
	text-align: center;
  	height: 160px;
	padding-top: 50px;
	margin: 0px;
	/*background-color: #FF3300;*/
}

#section {
	margin: 1% 5%;
  	/*background-color: #FF11FF;*/
}

/*
#header_text {
	position: relative;
	top: 102px;
}*/

/*### welcome ### */
#welcome_links {
	float: left;
}
		
	
#welcome_texte {
	margin-top: 8%;
	margin-left: auto;
	margin-right; auto;
	text-align: left;
	width: 45%;
}

#welcome_main {
	text-align: center;
	position: relative;
	top: 50px;
}
		
#welcome_h1 {
      	font-family:'Times New Roman',Times,serif;
       	color: #000000;
	font-weight:normal;
        font-style:normal;
        font-size: 20pt;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
}

table {
  border: 0;
}

/*table.termine {
  border: 0;
  border-collapse: collapse;
  float: left;
  width: 40%;
}

table.termine td {
        border: 0;
}

table.termine td.datum {
        border: 1;
	font-weight: bold;
}
th.termine {
  width: 23%;
  border: 0;
}*/
/*dt.veranstaltungen {
}*/
div.veranstaltungen dt {
	font-weight: bold;
	margin-right: 20px;
}

div.veranstaltungen dl {
	margin-top: 2px;
}

