/* Default Style for Finance Factory Websites by Pascal Pensa 2005. */

/* --- [ body ] --- */

body {
	font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #101010;
	background: url(png/body-bg.png);
	text-align: center;
	padding: 0;
	margin: 25px 0;
}

/* --- [ div ] --- */

#container { 
	padding: 0;
	margin: 0 auto;
	width: 835px;
	text-align: left;
	background: url(png/body.png) top left repeat-y;
}

#header { 
	width: 100%;
	margin: 0;
	padding: 0;
}

#site-navi {
	width: 100%;
	height: 102px;
	background: url(png/main-navigation.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

#left {
	float: left;
	width: 515px;
}

#con {
	width: 485px;
	margin: 40px 0 0 31px;
	padding: 0 0 50px 0;
	line-height: 22px;
}

#right {
	float: right;
	width: 280px;
	margin: 0 0 0 auto;
}

#men{ 
	padding: 0;
	margin: 40px 26px 50px 21px;
	color: #606060;
	font-size: 12px;
	line-height: 20px;
}

#footer {
	clear: both;
	width: 835px;
	margin: 0;
	padding: 7px 0 8px 31px;
	color: #f47500;
	font-size: 12px;
	background: url(png/footer.png) top left no-repeat;
}

#inlet {
	margin: 0 10px 10px 0;
	float: left;
}

#alert {
	margin: 0;
	width: 100%;
	text-align: center;
}

#alert p {
	padding: 0 5px;
	background: #ffc2c2;
	}

#inlet p {
	padding: 0 5px;
	background: #fcf6c6;
	}

#inlet ul {
	background: #fcf6c6;
	margin: 0;
	padding: 0 5px;
	}

#inlet li {
	background: #fcf6c6;
	margin: 0;
	list-style: none;
	}

#inlet h3 {
	font-size: 13px;
	font-weight: bold;
	color: #c33328;
	text-decoration: none;
	letter-spacing: 1px;
	background: #fcf6c6;
	margin: 0;
	padding: 0 5px;
	}
	
/* --- [ hx ] --- */

#header h1 {
	background: url(png/header.png) top left no-repeat;
	width: 835px;
	height: 81px;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c33328;
	text-decoration: none;
	letter-spacing: 2px;
}

h3 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #2d2e7e;
	text-decoration: none;
	letter-spacing: 2px;
}

h4 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2a5e8e;
	text-decoration: none;
	letter-spacing: 1px;
}

#men h3 {
	color: #707070;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 16px;
	padding: 0;
}

/* --- [ ol ] --- */

/* --- [ ul ] --- */

#site-navi ul {
	margin: 0;
	padding: 0;
}

#men ul {
	margin-left: 5px;
	padding-left: 10px;
}

/* --- [ li ] --- */

#site-navi li {
	height: 102px;
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}

#men li {
	margin-left: 10px; 
}

/* --- [ a ] --- */

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border: none;
	background: none;
}

#site-navi a {
	display: block;
	height: 101px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#site-navi a.seminare {
	background: url(png/seminare-dark.png) top left no-repeat;
}

#site-navi a.seminare:hover {
	background: url(png/seminare-light.png) top left no-repeat;
}

#site-navi a.seminare:active {
	background: url(png/seminare-active.png) top left no-repeat;
}

#site-navi a.anmeldung {
	background: url(png/anmeldung-dark.png) top left no-repeat;
}

#site-navi a.anmeldung:hover {
	background: url(png/anmeldung-light.png) top left no-repeat;
}

#site-navi a.anmeldung:active {
	background: url(png/anmeldung-active.png) top left no-repeat;
}

#site-navi a.kontakt {
	background: url(png/kontakt-dark.png) top left no-repeat;
}

#site-navi a.kontakt:hover {
	background: url(png/kontakt-light.png) top left no-repeat;
}

#site-navi a.kontakt:active {
	background: url(png/kontakt-active.png) top left no-repeat;
}

#site-navi ul li#panel1 {
	top: 0;
	left: 3px;
	width: 272px;
}

#site-navi ul li#panel2 {
	top: 0;
	left: 276px;
	width: 274px;
}

#site-navi ul li#panel3 {
	top: 0;
	left: 551px;
	width: 276px;
}

#con a, #con a:link, #con a:active, #con a:visited {
	background: #fcf6c6;
	border-bottom: 1px solid #2a5e8e;
	color: #2d2e7e;
	padding: 0 2px;
}

#con a:hover {
	background: #fcf6c6;
	border-bottom: 1px solid #2a5e8e;
	color: #2a5e8e;
	padding: 0 2px;
}

#con a.toggle, #con a.toggle:link, #con a.toggle:active, #con a.toggle:visited {
	background: none;
	border: none;
	color: #2d2e7e;
	float: right;
}

#con a.toggle:hover {
	background: none;
	border-bottom: none;
	color: #2a5e8e;
}

#men a, #men a:link, #men a:visited, #men a:active {
	border-bottom: 1px solid #707070;
	color: #404040;
}

#men a:hover {
	border-bottom: 1px solid #707070;
	color: #707070;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	border-bottom: 1px solid #f4a700;
	color: #f47500;
}

#footer a:hover {
	border-bottom: 1px solid #f4a700;
	color: #f4a700;
}

/* --- [ p ] --- */

p {
	line-height: 20px;
	padding: 0 0 15px 0;
	margin: 0;
}

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

/* --- [ table, tr, td, th ] --- */

th {
	text-align: left;
	color: #c33328;
	}

.modul {
	border-bottom: 1px solid #ddd;
	}

#programm td, #programm th {
	padding: 10px 0;
	}

/* --- [ fieldset ] --- */

/* --- [ label ] --- */

/* --- [ input ] --- */

/* --- [ textarea ] --- */

/* --- [ small ] --- */

th small {
	display: block;
	color: #101010;
	padding: 0;
	margin: 0;
	line-height: 1em;
	}

/* --- [ code ] --- */

code {
	color: #e72010;
}

/* --- [ abbr and acronym ] --- */

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #101010;
}

/* --- [ blockquote ] --- */

blockquote {
	margin: 15px 0 15px 15px;
	padding: 15px;
	line-height: 18px;
	border-left: 5px solid #eee;
	background: #f9f9f9;
}

/* --- [ img ] --- */

/* --- [ Accessibility Fun ] --- */

#skipNav {
	position: absolute;
	left: -9999px;
	font-size: 1px;
}

#skipNav p {
	display: none;
	visibility: hidden;
	font-size: 1px;
}

.hide {
	display: none;
	visibility: hidden;
	font-size: 1px;
}
