body
{
	color: #C6C6C6;
	background-image: url(images/layout/gradient.png);
	background-position: right top;
	background-repeat: repeat-x;
	background-color: #5E6C75;

	/* font-family: Verdana, Arial, sans-serif; */
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size:11pt;

	margin: 0 0 0 0;
}

/********************
 *     Galleries    *
 ********************/
div#overall
{
	background-image: url(images/grid.gif);
	background-position: top left;
	background-repeat: repeat-x repeat-y;
	position: absolute;

	display:none;
	
	padding-top: 20px;


	/* font-family: sans-serif, Verdana, Arial; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 32pt;
	font-weight: bold;

	text-align: center;
	vertical-align: center;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: 1000;
}

/* IE-Fix */
* html div#overall
{
	height: 100%;
	width: 100%;
}

div#overall span.small
{
	font-size: smaller;
}

div#overall span.large
{
	font-size: larger;
}

div#overall span
{
	cursor: pointer;
}

div#overall span:hover
{
	color: #C00;
}

div#overall span:active
{
	color: #FAA;
}

div#overall img
{
	border: 1px solid black;
}


/********************
 *      Header      *
 ********************/
div#frame
{
	/* background-image: url(/images/layout/logo.jpg); */
	background-position: top right;
	background-repeat: repeat-x;
}

div.banner
{
	/* background-image: url(/images/layout/banner.png); */
	background-image: url(/images/layout/logo.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 83px;

	padding-top: 90px;
	padding-left: 10px;
}

div.banner div
{
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(/images/layout/koese.jpg);
	background-color: #660c0c;

	/* mit line-height kombinieren, um overflow zu vermeiden */
	font-size: 15px;
	line-height: 23px;

	padding-left: 100px;
	height: 70px;

	overflow: hidden;
}

div.banner img
{
	position: relative;
	top: -160px;
}

/********************
 *       Menu       *
 ********************/

div#menu ul
{
	margin: 0 0 0 0;

	padding: 0;
	padding-right: 1em;

	min-height: 350px;
}

div#menu ul ul
{
	border: none;

	min-height: 0;
}

div#menu ul li
{
	padding: 0.3em;
	padding-left: 5px;
	list-style: none;
}

h2, h3, h4, h5, h6
{
	color: #660c0c;
	margin-bottom: 0;
}

h2
{
	font-size: 14pt;
	font-weight: bold;
}

h3
{
	font-size: 11pt;
	font-weight: bold;
}

p
{
	margin-top: 0;
}

div.person
{
	background-position: top left;
	background-repeat: no-repeat;
	
	padding-left: 100px;

	min-height: 100px;
}

div.previewImage
{
	background-position: top left;
	background-repeat: no-repeat;
	
	padding-left: 200px;

	min-height: 128px;
}

/* News */
div#news
{
	margin-top: 10px;
	padding: 10px;
}

/********************
 *       Links      *
 ********************/
a
{
	color: #000;
	text-decoration: none;

	border-bottom: 1px solid #FFFFFF;
}

a img
{
	border: none;
}

a:hover
{
	color: #660C0C;
}

/* Menu */
div#menu li a
{
	color: #000;

	border: none;
}

div#menu li.active a, div#menu li.lastActive a
{
	color: #660C0C;
}

div#menu li a:hover, div#menu li.active a:hover,
div#menu li li a:hover, div#menu li.active li.active a:hover
{
	color: #660C0C;
}

div#menu li.active li.active a
{
	color: #660C0C;
}

div#menu li.active li a,
div#menu li.active li.active li a
{
	color: #000;
}

/********************
 *     Content      *
 ********************/

div#left
{
	width: 200px;

	float: left;
	padding: 0;
	margin-bottom: 20px;

	padding-bottom: 120px;

	background-position: bottom center;
	background-image: url(/images/layout/emblem.jpg);

	background-repeat: no-repeat;
        background-color: #76838B;
}

div#right
{
	padding-left: 200px;
}

div#content
{
	padding: 20px;
	padding-top: 0;
	padding-right: 100px;

	min-height: 250px;
}

li.lastFloat
{
	float: none;
}

div.productDescription
{
	padding-left: 200px;
        border: 0px solid blue;

}

div.productDescription2
{
	padding-left: 100px;
        border: 0px solid blue;

}


div.gallery
{
	float: left;
	width: 200px;
        margin-bottom: 5px;
        margin-right: 20px;
}

div.bigGallery div.gallery
{
        width: 400px;
}


/********************
 *      Footer      *
 ********************/
div#footer
{
	clear: left;
	border-top: 1px solid #007EA1;

	font-size: 10pt;

	padding: 5px;
	text-align: right;
}

div#footer div
{
	float: left;
	text-align: left;
}

a.imageLink
{
         display: block;
         float: left;
         border: 0px solid red;
}

div#overall a, div#overall span
{
	color: black;
}

div.imageItem
{

	float: left;
	text-align: center;
	height: 230px;
	width: 300px;
	display: block;

}

div.imageKontakt
{
        height: 420px;
        width: 300px;
        float: left;
        padding-right: 15px;
}
