/* core -------------------------------------------*/

body {
 font-family: Trebuchet MS, Verdana, sans-serif;
 background: #dddddd;
 margin: 0;
 padding: 0;
}

.error {
	color: #A42026;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, sans-serif;
	margin: 0;
 	padding: 0;
}

#wrapper { 
 margin: 0 auto;
 padding: 0 0 0 3px;
 width: 905px;
 background: url("images/bg3col.gif") repeat-y;
}
/* Banners -----------------------------------------*/

#header a {
 display: block;
 width: 901px;
 height: 125px;
 background: url("images/gai.jpg") no-repeat;
 margin: 0;
}

#headerPrintCatering {
 display: none;
}

#index #header a { background: url("images/gai.jpg") no-repeat; }
#about #header a { background: url("images/dome.jpg") no-repeat; }
#catering #header a { background: url("images/pastry.jpg") no-repeat; }
#classes #header a { background: url("images/pencils.jpg") no-repeat; }
#events #header a { background: url("images/football.jpg") no-repeat; }
#language #header a { background: url("images/alexanderplatz.jpg") no-repeat; }
#membership #header a { background: url("images/bier.jpg") no-repeat; }
#neuss #header a { background: url("images/neuss.jpg") no-repeat; }
#resources #header a { background: url("images/train.jpg") no-repeat; }
#support #header a { background: url("images/children.jpg") no-repeat; }



/*Left Column & Nav --------------------------------*/

#leftcolumn { 
 position: relative;
 width: 160px;
 float: left;
}

#nav {
	margin: 15px 0 0;
}

#nav ul {
	margin: 0;
	font-size: 0.8em;
	list-style: none;
	list-position: outside;
}

#nav ul li {
	margin: 3px 0;
	display: block;
	width: 185px;
	background: #BDBEC2;
	margin: 0 0 2px 0px;
}

#nav ul li a {
	background: #BDBEC2;
	display: block;
	width: 160px;
	color: #000;
	text-decoration: none;
	padding: 2px 2px 5px 18px;
	margin: 0 0 0 5px;
}

#nav ul li a:hover {
	background: url("images/linkHover.gif") no-repeat;
}

#nav ul li ul {
	font-size: 1em;
	background: #fbf5e5;
	padding: 0;
	margin: 0;
}

#nav ul li ul li {
    margin: 0;
	background: #fbf5e5;
}

#nav ul li ul li a {
	background: #fbf5e5;
	color: #000;
	text-decoration: none;
}

#nav ul li ul li a:hover {
	background: #fbf5e5;
	text-decoration: underline;
}

#affiliates {
	margin: 15px;
}

/* Breadcrumb --------------------------------------*/

#breadcrumb {
 font-size: 0.8em;
 margin: 10px 0 0;
}

/* Small description text --------------------------------------*/

#description {
 font-size: 0.7em;
}

/* content -----------------------------------------*/

#pageTitlePrint
{
    DISPLAY: none
}

#content { 
 position: relative;
 float: left;
 width: 450px;
 padding: 0 10px;
 margin: 0 10px 0 32px;
}

#content p {
	margin: inherit 5px;
}

body#index div#content {
	 width: 450px;
}

/* Classes -----------------------------------------*/

.floatRight {
	float: right;
	margin: 8px;
}

.floatLeft {
	float: left;
	margin: 8px;
}


/* Right Column ------------------------------------*/

#rightcolumn { 
 position: relative;
 color: #333;
 float: right;
 width: 210px;
 padding: 4px 16px 0 0;
 font-size: 0.8em;
}

#rightcolumn h3 { color: #333; }

#rightcolumn hr {
	margin: 6px 8px 6px 0;
}

/* Forms
----------------------------------------------------*/

input {
	margin: 2px 0;
}

input.textinput {
	border: 1px solid #A42026;
}

textarea.textinput {
	border: 1px solid #A42026;
}

select.selectbox {
	font-family: Trebuchet MS, Verdana, sans-serif;
}

label {
	margin: 0 4px;
}

.button {
	margin: 4px 0;
	border: 1px solid #A42026;
	background: #EEE;
}

fieldset {
	border: none;
	padding: 4px;
	margin: 0 8px 0 0;
	}
	
legend {
	display: none;
}

/* Footer ------------------------------------------*/

#footerPrint { 
 display: none;
}

#footer { 
 display: block;
 width: 881px;
 height: 60px;
 clear: both;
 font-size: 0.8em;
 color: #fff;
 background: #95969A;
 margin: 15px 0 0;
 padding: 2px 10px 10px;
 border-bottom: #000 solid 1px;
}

#footer p {
	margin: 1em 0 0;
	padding: 0;
}

#footer a {
	color: #fff;
}

#footContact {

}

#footRight {
	float: right;
}

/* IE6 Hacks
-----------------------------------------------------*/

* html #nav ul li {
	padding: 2px 0 0;
}

* html #nav ul li a {
	width: 150px;
}


* html #content {
	margin: 0 10px 0 5px;
}

/* Global -----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	padding: 0;
}
h1 {
	font-size: 1.5em;
	margin: 0.5em 0;
}
h2 {
	font-size: 1.4em;
	color: #A42026;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	color: #D69926;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 0.8em 0;
	padding: 0;
}
a {
	background: transparent;
	color: #A42026;
}
a:hover {
	background: transparent;
	color: #000;
}
img, object {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}
ul, ol {
	font-size: 1em;
	margin: .8em 0 .8em 2em;
	padding: 0;
}
ol ol {	list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }
ul ul, ul ol, ol ol, ol ul {
	margin: 0 0 0 2em;
	padding: 0;
}
