body {
	margin: 0;
	padding: 0;
	
	font: 12px/1.4em "News Gothic MT", helvetica, arial, sans-serif;
	background-color: white;
	color: black;
}

/* @group Layout */

#container {
	width: 940px;
	margin: 12px 12px 24px 48px;
}

#header {
	height: 64px;
}

#header, #footer {
    margin: 20px 20px 20px 240px;
    /*padding: 20px;*/
}

* html #header { margin-left: 260px; }
* html #footer { margin-left: 260px; }


#content {
    float: right;
    width: 720px;
}

#sidebar {
	float: left;
    width: 200px;
    margin-top: 64px;
}

#pre-footer {
    clear: both;
    height: 2em;
}

#footer {
    clear: both;
    border-top: 1px solid #eee;
    margin-top: 2em;
}

.column {
    float: left;
}

.columns2 .column {
    width: 280px;
    margin: 20px;
}

.columns1 .column {
    width: 440px;
    margin: 20px;
}

body.imprint #content {
	font-size: 0.8em;
}

body.imprint #header {
}



/* @end */

/* @group Header */

#header h1 {
	width: 329px;
	height: 32px;
	position: relative;

	font-size: 12px;
}

#header h1 span {
	background: url(../img/kunst-der-vermittlung.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#header p {
    font-size: 10px;
}

/* @end */

#sidebar {
    font-size: 0.8em;
}

#partners {
    margin-top: 8em;
}

#footer {
    font-size: 10px;
}


label {
    float: left;
    font-weight: bold;
    font-size: 0.8em;
}

input {
	display: block;
    margin-left: 160px;
}

ul {
	margin: 0;
    padding: 0;
    list-style-position: inside;
}

#sidebar ul {
    list-style: none;
}

*+html #sidebar ul li {
    list-style-position: outside;
}

* html #sidebar ul  {
    list-style-position: outside;
}

hr {
    color: #eee;
    background-color: #eee;
    height: 1px;
    border: none;
    margin: 1em 0;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

h2, h3, h4, h5, h6 {
	margin-top: 0;
    font-size: 1em;
}

h3 {
    text-transform: uppercase;
}

h4, h5, h6 {
	margin-bottom: 1em;
}

.subtitle {
    margin-top: -1em;
}

a {
    text-decoration: none;
    color: #0081ff;
    border: none;
}

a img {
    border: none;
}

dt {
    font-weight: bold;
    font-size: 0.9em;
    float: left;
	margin-right: 10px;
}

dd {
	margin-left: 120px;
}

.clear {
    clear: both;
}

#sidebar #partners p {
    margin-top: 4em;
}

ul#partner li {
    margin: 1em 0;
}

.imprint ul#partner li {
    display: inline;
    list-style-type: none;
    margin-right: 2em;
}

.imprint ul#partner li img {
	margin-bottom: 2em;
}
