/*

CSS by guru

***************************************************************/

/* --- general -------------------------------------------------------------- */
html {
	font-size: 100.01%;
	line-height: 1.2;
}

body {
	text-align: left;
	color: #000000;
	font-family: helvetica, arial narrow, sans-serif;
	font-size: 15;
	background-color: #ffffff;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 20;
}

h2 {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 18;
}

em {
	color: white;
	/*font-weight: bold;*/
}

em.alternate {
	font-style: normal;
}


/* --- layout container ----------------------------------------------------- */
#container {
	margin: 1em auto; /* center the design */
	width: 750px;
	background-color: #fff;
}

#title {
	float: left;
	width: 360px;
	height: 45px;
}

/*#title a {
	display: block;
	overflow: visible;
	height: 45px;
	font-size: 0px;
	color: none;
}*/

.nav {
	float: right;
	vertical-align: bottom;
	text-align: right;
	width: 98px;
}

.nav ul {
	margin: 0;
	padding: 0;
	padding-right: 50px;
}

.nav li {
	display: block;	
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	list-style: none;
	margin-left: 9px;
	/*overflow: hidden;*/
}

.nav li a {
	overflow: hidden;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	padding-top: 15px;

}

/*.nav li a.back {
	background: url(pics/home_arrow_left.png) no-repeat center white;
	text-indent: -9000px;
	border: solid 1px black;
}

.nav li a.next {
	background-image: url(pics/home_arrow_right.png);
	text-indent: -3000px;
	line-height: -1;
	border: solid 1px black;
}*/

.top {padding-top: 25px;}
.bottom {padding-top: 5px;}

/*.nav .back {background-image: url(../pics/home_arrow_left.png);}
.nav .next {background-image: url(../pics/home_arrow_right.png);}*/

#menu {
	clear: both;
	margin-bottom: 2px;
	height: 20px;
	line-height: 20px;
	vertical-align: bottom;
	padding-left: 100px;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin-right: 20px;
}

#menuLogin {
	cursor: pointer;
}

#credentials {
	text-align: right;
	width: 18em;
	margin-top: 1em;
}

#credentials input, #credentials submit {
	margin: 2px;
}

.error {
	text-align: left;
	width: 100%;
	padding: 1em;
	color: #d00;
	background-color: #fcd;
	border: solid 2px #d00;
}

#main {
	position: relative;
	padding-top: 15px;
	padding-bottom: 3em;
	width: 100%;
}

.article {
	clear: both;
	/*position: relative;*/
	padding-bottom: 25px;
/*	border: 1px solid red;*/
}

.article_border {
	float: left;
	width: 100px;
	text-align: center;
/*	border: 1px solid white;*/
}

.article_pic {
	position: static;

	margin-left: 100px;
	width: 650px;
	font-weight: normal;
	font-size: 15;
/*	border: 1px solid blue;*/
}

.article_content {
	position: static;

	margin-left: 100px;
	width: 620px;
	font-weight: normal;
	font-size: 15;
/*	border: 1px solid green;
/*	border-bottom: 1px solid;*/
}

.agenda {
	width: 620px;
	border: none;
	border-spacing: 0;
}

.agenda td {
	margin: 4px;
	vertical-align: top;
	text-align: left;
}

.agenda th {
	text-align: left;
}

.agenda td.date {
	width: 120px;
	text-align: right;
	padding-right: 2em;
}

.agenda tr.last td {
	border-bottom: dotted 1px white;
}

.agenda th.date {
	width: 120px;
	text-align: right;
	padding-right: 2em;
}

.agenda td.time {
	width: 70px;
}

.agenda td.topic {
	width: 250px;
}

.agenda td.loc {
	width: 180px;
}

.thumbnail {
	/*position: inline;*/
	/*display: inline;*/
	width: 100px;
	height: 100px;
	margin: 5px;
}

#footer {
	clear: both;
	position: absolute;
	width: 650px;
	font-weight: bold;
}



/* --- colors --------------------------------------------------------------- */
/* general */
#menu {color: #666; background-color: #996;}

/* per page */
/*#home #title a {background: url(../pics/titel_home.gif) no-repeat;}*/
#home #main {color: #999900; background-color: #663;}

#home h1  {
	color: #fc0;
	font-size: 25;
	font-weight: bolder;
}
#home h2 {
	color: #fff;
	font-size: 40;
	font-weight: bolder;
}

#home a:link,
#home a:active,
#home a:visited {color: #999966;}

#home #menu a:link,
#home #menu a:active,
#home #menu a:visited {color: #666666;}




/*#aktuelles #title a {background: url(../pics/titel_aktuelles.gif) no-repeat;}*/
#aktuelles #main {color: #990; background-color: #030;}

#aktuelles h1  {color: #bbb;}
#aktuelles h2 {color: #ffffff;}

#aktuelles a:link,
#aktuelles a:active,
#aktuelles a:visited {color: #999966;}

#aktuelles td {color: #990;}
#aktuelles .agenda thead td {
	color: #bbb;
	border-bottom: solid 2px #bbb;
}

.even{ background-color: #1b3f21;}

#aktuelles #menu a:link,
#aktuelles #menu a:active,
#aktuelles #menu a:visited {color: #666666;}

/*#aktuelles #article_content {border-color: #999900;}*/


/*#ueber #title a {background: url(../pics/titel_ueber.gif) no-repeat;}*/
#ueber #main {color: #363; background-color: #c90;}

#ueber h1 {color: #363;}

#ueber a:link,
#ueber a:active ,
#ueber a:visited {color: #996;}

#ueber #menu a:link,
#ueber #menu a:active,
#ueber #menu a:visited {color: #666;}




/*#treffen #title a {background: url(../pics/titel_treffen.gif) no-repeat;}*/
#treffen #main {color: #99cc99; background-color: #996666;}

#treffen h1 {color: #99cc99;}

#treffen em.alternate {color: #fc6;}

#treffen a:link,
#treffen a:active,
#treffen a:visited {color: #aa9;}

#treffen #menu a:link,
#treffen #menu a:active,
#treffen #menu a:visited {color: #666;}




/*#kontakt #title a {background: url(../pics/titel_kontakt.gif) no-repeat;}*/
#kontakt #main {color: #966; background-color: #330;}

#kontakt h1 {color: #fff;}
#kontakt h2 {color: #fff;}

#kontakt td {color: #966;}
#kontakt .agenda th {
	color: #fff;
	border-bottom: solid 2px #fff;
}

#kontakt a:link,
#kontakt a:active,
#kontakt a:visited {color: #996;}

#kontakt #menu a:link,
#kontakt #menu a:active,
#kontakt #menu a:visited {color: #666;}

/*#kontakt #title a {background: url(../pics/titel_kontakt.gif) no-repeat;}*/
#login #main {color: #966; background-color: #330;}

#login h1 {color: #fff;}
#login h2 {color: #fff;}

#login a:link,
#login a:active,
#login a:visited {color: #996;}

#login #menu a:link,
#login #menu a:active,
#login #menu a:visited {color: #666;}

/* hervorhebung */
/*#home #navHome,*/
#aktuelles #menuAktuelles,
#ueber #menuUeber,
#treffen #menuTreffen,
#kontakt #menuKontakt,
#login #menuLogin {
	color: white;
	cursor: default;
}

/* *** end ****************************************************************** */

