@import url("header.css");
@import url("menu.css");
@import url("content.css");
@import url("footer.css");
@import url("datepicker.css");

/*
Poeziecircus: #c40b24
iPoetry:

poëziecircus:
normal: RGB 250 / 162 / 27 #faa21b
rollover/ selected: 210 / 35 / 42 #d2232a

iPoetry
normal: 236 / 0 / 140 #ec008c
rollover: 99 / 17 / 171 #6311ab

Poetry Slam
normal: 65 / 173 / 73 #41ad49
rollover: 28 / 110 / 43 #1c6e2b

Poëziepodia
normal: 0 / 174 / 239 #00aeef
rollover: 0 / 124 / 178 #007cb2

*/

* {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;

}
body {
    background-color: #fff;
	font-size: 12px;
    line-height: 150%;
	font-weight: normal;
	text-align: left;
    margin: 0;
    padding: 0;
overflow-y: scroll;
}

#container {
    width: 960px;
    position: relative;
    margin: 0px auto;
}

img {
    border: 0;
}

.image img {
    border: 1px solid #ddd;
}

a.image {
    border: 0px;
}

p {
    margin: 0 0 0.5em 0;

}

ol {
	list-style-type: decimal;
	margin-bottom: 0.5em;
	margin-top: 0;
	margin-left: 0px;
    padding-left: 20px;
}
ul {
	margin-bottom: 0.5em;
	margin-top: 0;
	margin-left: 0px;
    padding-left: 20px;
}

table
{
	font-size: 12px;
	line-height: 150%;
	margin: 0 0 0.5em 0;
}

/* Koppen */
h1{
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 3.5em;
	color: #000000;
	font-weight: normal;
    font-style: normal;
	margin-bottom: 0.5em;
    margin-top: 30px;
    line-height: 100%;
}

h2 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 2em;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.2em;
    margin-top: 10px;
    line-height: 100%;
}
h2 a {
    text-decoration: none;
}

h2 a:hover {
    text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
    font-style: normal;
	margin-bottom: 0.1em;
    line-height: 100%;
}
H4 {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #000000;
	font-weight: bold;
}
.subkop {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #000000;
	font-weight: bold;
}


/* Links*/

A {
	text-decoration: underline;
	border-bottom: 0px solid #9cf;
}
A {
	color: #666;
}
A:visited {
	color: #666;
}
A:hover {
	color: #999;
	text-decoration: none;
}
A:active {
	color: #999;
}

.ajax-loading {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: #eee;
}

.apit_alert {
    display: none;
}

#apit_alerts {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 200px;
    opacity: 0.95;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    z-index: 999;
}

#apit_alerts .apit_alert {
    display: block;
    margin: 5px;
    padding: 5px 10px;
    width: auto;
    background-color: #222;
    color: #fff;
    border: 1px solid #999;
}


