html, body {
	margin: 0; padding: 0;
}
body {
	font-size: 10pt; /* hmmmm  */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	text-align: left;
	background-color : #CC9;
    color : #000;
    padding-bottom: 4em;
    position: relative;
}

table {
	font-size: 1em;
}
#layout {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.2em;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
/* ----------------------------------------- */
#topnavi {
	position: relative;
	z-index: 100;
	margin: 0; padding: 0;
	background: #eed;
	text-align: center;
	/*position: fixed;
	width: 100%;*/
	margin-bottom: 0;
	border-bottom: 2px solid #eed;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
}

#topnavi ul {
	list-style: none;
	display: block;
	width: auto;
	margin: 0 auto; padding: 0;
	padding: 3px 0;
}
#topnavi li {
	/*float: left;*/
	display: inline;
	margin: 0 5px;
	position: relative;
	width: 10em;
}
#topnavi li a:link {
    text-decoration: none;
    color: #300;
    font-weight: normal;
    padding: 0 3px;
}

#topnavi li a:active {
    font-weight: normal;
    text-decoration: none;
    background-color: #960;
    color: #FFC;
}
#topnavi li a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #300;
}
#topnavi li a:hover {
    font-weight: normal;
    text-decoration: none;
    background-color: #960;
    color: #FFC;
}
#topnavi li ul {
	display: none;
	position: absolute;
  	top: 1em;
  	left: 0;
  	width: auto;
  	background: #eed;
  	padding: 0;
  	padding-top: 5px;
}
#topnavi > li > ul {
	top: auto;
	left: auto;
}
#topnavi li:hover ul,
#topnavi li.over ul {
	display: block;
}

#topnavi li ul li {
	display: block;
	text-align: left;
	margin: 0;
}
#topnavi li ul li a {
	display: block;
	color: #333;
	padding: 0 5px;
}
/* ----------------------------------------- */
table.as-header .headline {
	text-align: center;
	margin-bottom: 0.6em;
}
table.as-header h2,
table.as-header h3 {
	display: inline;
	font-size: 1.4em;
}
table.as-header h3 {
	font-size: 1.1em;
}
table.as-header h3:before {
	content: "/ ";
}
/* ----------------------------------------- */
.input-txt {
	border: 1px inset #CCC;
	background: #FFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin: 0; padding: 2px 4px;
}
.input-btn {
	border: 1px outset #CCC;
	background: #DDD;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0; padding: 2px 4px;
}
.input-select {
	border: 1px inset #CCC;
	background: #FFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin: 0; padding: 2px 0 1px 2px;
}
.formwrap legend {
	color: #333;
	font-weight: bold;
}
.formwrap label {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	margin-right: 20px;
	color: #333;
}
.formwrap div {
	margin-bottom: 0.5em;
}
.formwrap .input-txt,
.formwrap select {
	width: 300px;
	font-weight: normal;
}
.formwrap textarea {
	width: 500px;
	height: 350px;
}
/* ----------------------------------------- */
/* preview
*/
div.messpreview {
	padding: 1em;
	border: 1px inset #F60;
	background: #EED;
}
table.as-header {
	width: 95%;
	border: 0;
	margin: 0 auto; padding: 0;
	margin-top: 0.5em;
}
table.as-header td {
	padding: 5px;
}
.main-nav {
	margin: 0 auto;
	text-align: center;
	width: 95%;
}
.warning {
	width: 50%;
	margin: 2em auto;
	color: #900;
	font-weight: bold;
}
h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
    color: #663;
}

h4 {
    font-size: 1.2em;
}
h4.pointer {
	cursor:pointer;
	/*font-weight: normal;*/
	text-decoration: underline;
}
h4.open {
	text-decoration: none;
	/*font-weight: normal;*/
	border-bottom: 1px solid #dda;
}
h5 {
    font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

p, form, textarea {
    font-family: Arial, Helvetica, sans-serif;
}
textarea {
	margin: 0; padding: 2px 3px;
	font-size: 1em;
}

td.highlight
{
    background-color: #DDA;
    color: #333;
}

td.highlightmojo
{
    font-weight: normal;
    background-color: #FFE;
    color: #000;
}


.darklight
{
    background-color: #996;
    color: #000;
}


td.navi
{
    background-color: #EED;
    color: #000;
}


a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #630;
}

a:hover {
    font-weight: bold;
    color : #966;
}

a:active {
    font-weight: bold;
    color : #966;
}

a:visited {
    font-weight: bold;
    color : #996;
}
td.darklight a {
	text-decoration: none;
}
td.darklight a:visited {
	color : #333;
}

li {
    line-height: 1.3em;
    margin-bottom: 0.15em;
}

ul.datelist,
ul.starters {
	margin: 0; padding: 0;
	list-style: none;
	margin-left: 4%;
}
ul.starters {
	margin-top: 2em;
	margin-left: 0;
}
ul.starters li,
li.starters {
	margin-bottom: 2em;
}
ul.starters li a,
ul li.starters a{
	font-size: 1.15em;
	text-decoration: none;
}
ul.starters li li a,
ul.starters li.archivlink a {
	font-size: 1em;
	text-decoration: underline;
}
ul.starters li ul {
	margin-top: 0;
}
ul.starters li ul li {
	margin-bottom: 0;
}
ul.starters li ul li ul {
	margin-top: 0;
}

.big {
    font-size: 2.5em;
    font-weight: bold;
}

.big2 {
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;
}

.small {
    font-size: 0.9em;
    font-weight: normal;
}

.tiny {
    font-size: 8pt;
    font-weight: normal;
}

pre, tt {
    font-family: "Courier New", Courier, mono;
}

#events {
	width: 70%;
	margin: 0 auto;
}
div.content {
	margin: 0 auto;
	width: 95%;
	max-width: 960px;
}
.content h1 {
	line-height: 1.15em;
}
div.content p {
	line-height: 1.3em;
}
/* -------------------------------------------------------
* pageHeader neu
*/
div.as-header {
	margin: 0 auto;
	padding: 1em 3em 1em 3em;
	background: #DDA;
	position: relative;
}
div.as-header .wrap {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
}
div.as-header .col-l,
div.as-header .col-m,
div.as-header .col-r,
div.as-header .col-50 {
	float: left;
}
div.as-header .col-l,
div.as-header .col-r {
	width: 20%;
}
div.as-header .col-l {
	padding-top: 1.5em;
}
div.as-header .col-l a,
div.as-header .col-l a:link {
	text-decoration: none;
	background-color: #000;
	background: rgba(0,0,0,0.75);
	padding: 7px;
	text-align: center;
	display: table-cell;
	width: 120px;
	height: 120px;
	vertical-align: middle;
		-moz-border-radius:		1em;
		-webkit-border-radius:	1em;
		-o-border-radius:		1em;
		-ms-border-radius:		1em;
	border-radius: 				1em;
		-moz-box-shadow:		2px 2px 2px rgba(0,0,0,0.3);
		-webkit-box-shadow:		2px 2px 2px rgba(0,0,0,0.3);
		-o-box-shadow:			2px 2px 2px rgba(0,0,0,0.3);
		-ms-box-shadow:			2px 2px 2px rgba(0,0,0,0.3);
	box-shadow:					2px 2px 2px rgba(0,0,0,0.3);
		-moz-transition:		all 0.4s ease-in-out;
		-webkit-transition:		all 0.4s ease-in-out;
		-o-transition:			all 0.4s ease-in-out;
		-ms-transition:			all 0.4s ease-in-out;
	transition:					all 0.4s ease-in-out;
}
div.as-header .col-l a:hover {
		-moz-transform:		scale(1.1) rotate(-3deg) translate(-5px,-5px);
		-webkit-transform:	scale(1.1) rotate(-3deg) translate(-5px,-5px);
		-o-transform:		scale(1.1) rotate(-3deg) translate(-5px,-5px);
		-ms-transform:		scale(1.1) rotate(-3deg) translate(-5px,-5px);
	transform:				scale(1.1) rotate(-3deg) translate(-5px,-5px);
	-webkit-backface-visibility:hidden;
}
div.as-header .col-l a img {
	margin: 0; padding: 0;
	border: 1px solid #333;
}
div.as-header .col-l .caption {
	font-size: 0.866em;
	line-height: 1.2em;
	padding: 0.2em;
	display: block;
	color: #dda;
	font-weight: normal;
}
div.as-header .col-l a:hover .caption {
	color: #fff;
}
div.as-header .col-r {
	text-align: right;
}
div.as-header .col-r .ani {
	display: block;
	width: 180px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
div.as-header .col-r .ani img {
	position: absolute;
	top: 0;
	left: 0;
}
div.as-header .col-r .ani:hover img {
	top: -100px;
	left: 0;
}
div.as-header .col-r .input-text {
	width: 126px;
}
div.as-header .col-r .input-btn {
	width: 50px;
	border-radius: 2%;
}
div.as-header .col-m {
	width: 60%;
}
div.as-header .col-50 {
	width: 50%;
	max-width: 350px;
}
div.as-header .col-50.right {
	text-align: right;
	float: right;
}
div.as-header .clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
div.as-header h2,
div.as-header h3 {
	display: inline;
	font-size: 1.4em;
}
div.as-header h3 {
	font-size: 1.1em;
}
div.as-header h3:before {
	content: "/ ";
}
div.as-header .headline {
	text-align: center;
	margin-bottom: 0.6em;
}
/* newbies welcome */
p.as_newbies {
	font-size: 0.883em;
	color: #663;
}
p.as_newbies a.posted-0 {
	color: #663;
}
/* chat */
div.as-header .chat-teaser p {
	margin-bottom: 0;
}
/* session */
div.as-header .session-teaser {
	margin: 0; padding: 0;
	margin-bottom: 2em;
}
div.as-header .session-teaser.urgent {
	padding-left: 0.5em;
	/*background: #fff;*/
	box-shadow: -10px 0 0 0 rgba(255,255,255,0.5);
}
div.as-header .session-teaser .soon {
	color: #c30;
}
div.as-header .session-teaser .sooner {
	color: #900;
}
div.as-header .session-teaser .urgent {
	color: #966;
}
/* header on/off */
div.as-header .toggle-header {
	position: absolute;
	font-size: 10px;
	color: #666;
	width: 200px;
	bottom: -10px;
	left: 0em;
	text-align: left;
}
div.as-header .toggle-header a {
	text-decoration: none;
	color: #630;
	font-weight: normal;
}
.hide {
	display: none;
}
/* -------------------------------------------------------
* archiv
*/
.section {
	margin-bottom: 2em;
	overflow: hidden;
	width:75%;
	max-width: 960px;
	padding: 1em;
	margin:0 auto;
}
.section h3 {
	text-align:center;
	clear:both;
	margin: 0;
	margin-bottom: 0.5em;
}
.section:hover {
		-moz-transform: scale(1.03);
		-webkit-transform: scale(1.03);
		-o-transform: scale(1.03);
		-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.section:hover h3 {
	color: #fff;
}
.section .month {
	width: 25%;
	float: left;
	text-align: center;
}
.section .month div {
	margin: 1em;
	padding: 1em;
	background: #dda;
		background: -moz-linear-gradient(#eed,#dda);
		background: -webkit-linear-gradient(#eed,#dda);
		background: -o-linear-gradient(#eed,#dda);
		background: -ms-linear-gradient(#eed,#dda);
	background: linear-gradient(#eed,#dda);
	border-radius: 1em;
}
.section .month h5,
.section .month p {
	margin: 0;
}
.section .month h5 a {
	text-decoration: none;
}
.section .month .count {
	font-size: x-small;
}
.section .month:hover div {
	background: #eee;
		-moz-box-shadow: 0 0 10px rgba(255,255,255,0.8);
		-webit-box-shadow: 0 0 10px rgba(255,255,255,0.8);
		-o-box-shadow: 0 0 10px rgba(255,255,255,0.8);
		-ms-box-shadow: 0 0 10px rgba(255,255,255,0.8);
	box-shadow: 0 0 10px rgba(255,255,255,0.8);
}
.section .month:hover h5 a {
	text-decoration: underline;
}
.section .month:hover .count {
	font-size: small;
}
/* -------------------------------------------------------
* page navigation neu
*/
ul.page-nav {
	list-style: none;
	margin: 0px; padding:5px;
	border-top: 2px solid #dda;
	border-bottom: 2px solid #eed;
	text-align: center;
}
ul.page-nav li {
	margin: 0px; padding: 0px;
	display: inline;
	font-size: 13px;
	line-height: 1em;
}
ul.page-nav li a,
ul.page-nav li a:visited {
	margin: 0px;
	padding: 5px 7px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
ul.page-nav li.bold a {
	font-weight: bold;
}
ul.page-nav li.small a {
	padding-left: 1px;

}
ul.page-nav li a.active {
	color: #630;
	background: #eed;
}
/* -------------------------------------------------------
* page options neu
*/
p.page-options {
	font-size: 0.86em;
	margin: 1em auto;
	text-align: right;
}
.onlineWidgeWrap {
	position: absolute;
	right:5px;
	bottom:0;
}
ul.tagcloud {
	margin: 0; padding: 0;
	list-style-type: none;
}
ul.tagcloud li {
	display: inline;
}
ul.tagcloud li a {
	text-decoration: none;
}

body div.star {
	background: #DDA url(../images/as-stars.gif);
}
body div.sylvester {
	/*background-color: #FC0;
	background-image: url(../images/as-sylv-bg.gif);*/
	background: #fc0 url(../images/2012.png) no-repeat;
	background-size: 100% 100%;
}
body div.neujahr {
	background: #dda url(../images/2012.png) no-repeat;
	background-size: 100% 100%;
}
body div.session {
    background-color: #900;
}
/* media queries to the rescue */
@media screen and (max-width: 640px) {
	div.as-header .headline {
		text-align: left;
	}
	.col-l,.col-50,
	.as_newbies {
		display:none;
	}
	.content{
		width: 100%;
	}
}

