/**
 * Template Stylesheet for isabelleweyand.de
 * 
 * @author Jonas Kohlbrenner
 * @copyright Copyright ©2009, Jonas Kohlbrenner
 * 
 */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{
	margin: 0;
	padding: 0;
}

html, body
{
	background-color: #666666;
	color: #ffffff;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	height: 100%;
	text-align: center;
}

/* ******************** Layout ******************** */
div#contentContainer
{
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	width: 700px;
}
* html div#contentContainer
{
	height: 100%
}

div#topNavigation
{
	clear: both;
	color: #999999;
	height: 1em;
	padding-right: 10px;
	text-align: right;
}
div#header
{
	background: #666666 url("http://img.isabelleweyand.de/header.jpg") bottom no-repeat;
	height: 368px;
	margin-top: 70px;
	position: relative;
	width: 699px;
}
img#logo
{
	position: absolute;
	top: 75px;
	left: 350px
}

div#content
{
	padding: 25px 10px;
}

div#contentLeft, div#contentRight
{
	width: 300px;
}
div#contentLeft
{
	float: left;
}
div#contentRight
{
	margin-left: 340px;
}

/* ******************** Navigation ******************** */
ul#navigation, ul#navigation ul
{
	list-style: none;
	font-size: 13px;
	position: absolute;
}

ul#navigation
{
	float: left;
	top: 265px;
	left: 350px;
	/*width: 250px;*/
}

ul#navigation ul
{
	height: 6em;
	left: 60px;
	padding-left: 80px;
	top: 0;
}

ul#navigation li
{
	margin-left: 0;
	white-space: nowrap;
}

ul#navigation a
{
	font-weight: normal;
}

ul#navigation a:hover
{
	font-weight: bold !important;
	text-decoration: none;
}

ul#navigation li.active a
{
	font-weight: bold;
}

ul#navigation ul a
{
	font-weight: normal !important;
}

ul#navigation ul li.active a
{
	font-weight: bold !important;
}
#news-banner {position:absolute; top:141px; left:533px;}

/* ******************** Links ******************** */
a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

div#topNavigation a
{
	color: #999999;
	font-weight: normal;
}

/* ******************** Headlines ******************** */
h1
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

h2
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}

/* ******************** Paragraphs ******************** */
p
{
	margin-bottom: 1.75em;
}

p.subhead
{
	font-size:0.9em;
}

p.justification
{
	text-align: justify;
}

p.seminarOffer
{
	padding-top: 1.75em;
}

/* ******************** Lists ******************** */
div#content ul
{
	list-style: url("http://img.isabelleweyand.de/bullet.gif");
	margin-bottom: 1.75em;
}

li
{
	margin-left: 16px;
}

/* ******************** Textelements ******************** */
strong, b
{
	font-weight: bold;
}

/* ******************** Others ******************** */

noscript div
{
	background: #ffcc33 url("http://img.isabelleweyand.de/warning.gif") left no-repeat;
	border-bottom: solid 1px #000000;
	color: black;
	height: 2em;
	padding-top: 0.75em;
	width: 100%;
}