@charset "UTF-8";
@import url(reset.css);

/* General */

html,body {
	height:100%;
}
body {
	font-family:'Andale Mono',Monaco,'Courier New',monospace;
	font-size:12px;
    text-align:center;
	color:#000000;
	background-color:#ffffff;
}
a,a:link,a:visited {
    color:#009ee0;
    text-decoration:none;
}
a:hover,a:active {
    color:#ffffff;
    background-color:#000000;
    text-decoration:none;
}
h1 {
	margin:0 0 34px 0;
    font-family:'Andale Mono',Monaco,'Courier New',monospace;
	font-size:14px;
	color:#000000;
    text-transform:uppercase;
}
h2 {
    font-family:'Andale Mono',Monaco,'Courier New',monospace;
	font-size:12px;
	line-height:15px;
	color:#009ee0;
    text-transform:uppercase;
}
h3 {
    font-family:'Andale Mono',Monaco,'Courier New',monospace;
	font-size:12px;
	line-height:15px;
	color:#000000;
    text-transform:uppercase;
}
p {
    font-family:'Andale Mono',Monaco,'Courier New',monospace;
	font-size:12px;
	line-height:15px;
	color:#000000;
}
td {
    font-family:'Andale Mono',Monaco,'Courier New',monospace;
	font-size:12px;
	line-height:15px;
	color:#000000;
	vertical-align:top;
}
.listing {
	/* backend */
}
table.listing td {
	padding: 5px 0;
	border-bottom: 1px solid #009ee0;
}


/* Page structure */

#wrapper {
	width:990px;
    margin:0 auto 24px auto;
	text-align:left;
	background:top repeat-y url('gfx/bg_grid.gif');
}
#leftcolumn {
    width:162px;
    height:100%;
    padding:21px 26px 5px 21px;
    background-color:#ffffff;
	float:left;
}
#rightcolumn {
    width:757px;
    height:100%;
	float:left;
}
.ending {
	width:536px;
   border-bottom:8px solid #000000;
   padding:16px 0 0 0;
   font-size:1px;
}

/* Navigation */

#navigation {
    margin:179px 0 39px 0;
	white-space:nowrap;
}
#navigation select {
	width:153px;
    height:18px;
	margin:0 14px 0 0;
	border:1px solid #000000;
	font-family:'Andale Mono',Monaco,'Courier New',monospace;
	font-size:12px;
	color:#009ee0;
    background:#ffffff;
    float:left;
}
#navigation input {
    height:20px;
	border:1px solid #000000;
    padding:0 8px 0 8px;
	font-family:'Andale Mono',Monaco,'Courier New',monospace;
	font-size:12px;
	color:#009ee0;
    background:#ffffff;
}

/* Content */

#content {
	width:536px;
	min-height: 300px;
    float: left;
}
#contentnarrow {
	width:356px;
	float:left;
}
#content img {
    margin:0 0 9px 0;
}
#content img.dozent {
    margin:0 24px 9px 0;
    float:left;
}
#content td img {
    float:none;
    display:block;
}
.copyindention {
    text-indent:2em;
}
#sponsors {
	width: 169px;
	padding: 0 26px 0 26px;
	float: left;
	text-align: center;
}
#sponsors ul li {
	margin: 0 0 20px 0;
}
#sponsors ul li a:hover {
	background: none;
}

/* Link list */

.linklist li {
	width:100%;
    border-bottom:1px solid #009ee0;
	font-family:'Andale Mono',Monaco,'Courier New',monospace;
	font-size:12px;
	line-height:15px;
}
.linklist li:hover {
    border-bottom:1px solid #000000;
}
.linklist li a {
	width:100%;
    margin-top:-1px;
    margin-bottom:-1px;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
    display:block;
}
.linklist li a:hover {
    margin-top:-1px;
    border-top:1px solid #000000;
}

/* Event list */

.eventlist li {
    margin-top:14px;
	width:100%;
}
.eventlist li h2 {
    border-top:1px solid #009ee0;
    border-bottom:1px solid #009ee0;
	line-height:14px;
}
.invisible {
	display:none;
}
.ce_text {
	margin:0px;
	padding:0px;
}
.mod_article {
	padding:0px;
	margin:0px;
}


#logo img {
 display:block;
}

/* noscript - part */

#no_js ul {
	float:left;
	width:100px;
}

.mod_login table tr td {
	padding-bottom:10px;
}
.mod_login .col_first {
	padding-right:15px;
}

.mod_login input {

	border:1px solid #000000;
    padding:2px;
	font-family:'Andale Mono',Monaco,'Courier New',monospace;
	font-size:12px;
	color:#009ee0;
    background:#ffffff;
}

.mod_login p.error {
	border:1px solid #000000;
    padding:2px;
	font-size:12px;
	color:#009ee0;
    background:#ffffff;
	margin-bottom:20px;
}
