/*

------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

------------------------------------------------------
FARBEN
blau 8dcce8
rot d0001a
*/

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #ffffff;
border-top: 10px #d0001a solid;
padding: 0;
border-bottom: 5px #d0001a solid;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 25px;
	padding-right: 100px;
	border-bottom: 1px #d0001a solid;
	color: #d0001a;
	font-size: 1.4em;
	letter-spacing: 5px;
	text-align: left;
	border-top: 5px #8dcce8 solid;
	padding-top: 3px;
	padding-bottom: 7px;
	font-style: italic;
	background-color: #8dcce8;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 160px;
margin-right: 220px;
padding-right: 15px;
background-color: #f0f2f6;
border-left: 1px #d0001a solid;
border-right: 1px #d0001a solid;
}

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #d0001a;
padding-bottom: 9px;
padding-top: 11px;
padding-left: 14px;
padding-right: 0;
font-weight: normal;
border-bottom: 1px #d0001a solid;
}

h2 {
padding: 0;
font-size: .9em;
color: #d0001a;
font-weight: normal;
padding-left: 14px;
margin: 0;
padding-top: 8px;
padding-bottom: 0px;
}

p, ul, ol, table {
padding-left: 14px;
padding-left: 14px;
font-size: .7em;
line-height: 1.9em;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

ol, ul {
margin-left: 25px;
}

a {
outline: none;
}

a:link, a:visited {
color: #d0001a;
text-decoration: none;
font-weight: normal;
border-bottom: 2px #d0001a dotted;
}

a:hover {
color: #8dcce8;
text-decoration: none;
font-weight: normal;
}

#main-text a {
 border: none !important;
 }
img { border: none; } 

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 0;
left: 0;
width: 160px;
border-right: 1px #d0001a solid;
border-bottom: 1px #d0001a solid;
height: 100%;
padding-top: 150px;
padding-bottom: 200px;
}

#left-menu a:link, #left-menu a:visited {
border-bottom: 1px #d0001a solid;
display: block;
color: #d0001a;
text-align: right;
padding-right: 7px;
padding-bottom: 8px;
padding-top: 8px;
font-size: .8em;
}

#left-menu a:hover, #left-menu a.current,
#startseite #start,
#peopleseite #people,
#programmseite #programm,
#orgaseite #orga,
#konzeptseite #konzept,
#projektseite #projekte,
#teamseite #team,
#pressefotosseite #pressefotos, 
#fundingseite #funding 
{
color: #8dcce8;
background-color: #d0001a;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 100px;
right: 0;
width: 220px;
background-color: #8dcce8;
border-top: 1px #d0001a solid;
border-bottom: 1px #d0001a solid;
color: #444444;
font-style: italic;
}

#right-column p {
padding-left: 5px;
padding-right: 5px;
padding-top: 50px;
line-height: 1.5em;
font-size: .8em;
}

#right-column strong {
color: #444444;
font-style: italic;
font-size: 0.9em;
}
#right-column a:link, #right-column a:visited {
color: #444444;
text-decoration: none;
font-weight: bold;
border-bottom: 2px #d0001a dotted;
}
#right-column a:hover {
color: #d0001a;

}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: right;
color: #8dcce8;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px #d0001a solid;
margin-top: 0;
border-bottom: 5px #8dcce8 solid;
padding-right: 50px;
font-size: .7em;
}

#footer a:link, #footer a:visited {
color: #8dcce8;
border: none;
}

#footer a:hover {
color: #d0001a;
text-decoration: underline;
}

