﻿

body
{
	background: #fef5ee url('../img/bg/background.png');
	font-family: Century Gothic,Trebuchet MS,sans-serif;
	color: #888888;
	font-size: 0.7em;
	line-height: 1.5em;
}

/* LAYOUT */

.container
{
	height: 580px;
	width: 800px;
	position: absolute;
	margin-top: -290px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
}

.header
{
	height: 100px;
	left: 76px;
	position: relative;
}
.startheader
{
	height: 230px;
	background: #30102c;
	border-top: 1px solid #30102c;
	border-left: 1px solid #30102c;
	border-right: 1px solid #30102c;
}

.content
{
	height: 360px;
}

.content_startside
{
	height: 320px;
	background: #D1CaC1;
	border-left: 1px solid #30102C;
	border-right: 1px solid #30102C;
	border-bottom: 1px solid #30102c;
}

.footer
{
}

.metanavi
{
	height: 30px;
	text-align: right;
	font-variant: small-caps;
	padding-top: 10px;
	width: 770px;
	font-size: 1.2em;
}

.ikp
{
	float: left;
	padding-top: 10px;
	font-size: 12px;
	color: #777;
	left: 76px;
	position: absolute;
}

/* RUNDE BOXEN */
.cornerBox
{
	position: relative;
	top: 20px;
	left: 60px;
	background: #fff;
	width: 720px;
	height: 315px;
}

.corner
{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../img/bg/kreis.gif') no-repeat;
	font-size: 0%;
}

.cornerBoxInner
{
	/*padding: 10px;*/
	padding-top: 30px;
}

.TL
{
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR
{
	top: 0;
	right: 0;
	background-position: -10px 0;
}
.BL
{
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.BR
{
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}

/* INHALTE */

.close
{
	text-align: right;
	height: 20px;
	width: 690px;
}

.text
{
	float: left;
	width: 280px !important;
	width: 300px;
	padding-left: 20px;
	overflow: auto;
	height: 270px;
}

#lyr1
{
	padding-left: 0px;
	padding-right: 10px;
}

.images1
{
	float: left;
	width: 400px;
	height: 260px;
}

/* TYPO */
h1
{
	font-size: 1.2em;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 1.5em;
}

ul
{
	list-style: square;
	line-height: 1em;
	padding: 0px;
	list-style-position: inside;
}

img
{
	border-style: none;
}

.formtext
{
	font-size: 0.8em;
}

.imgtext
{
	font-size: 1.0em;
}


.metanavi a
{
	padding-left: 12px;
}

/* LINKS */

a:link
{
    color: #888888;
    text-decoration:none;
}

a:hover
{
    color: #888888;
    text-decoration: underline;
    font-style: normal;
}

a:visited
{
	color: #888888;
	text-decoration: none;
	font-style: normal;
}

a:active
{
	color: #888888;
	text-decoration: none;
	font-style: normal;
}


.menuitem
{
	font-size: 1.3em;
	font-weight: bold;
	color: #A1968A;
	margin-left: 60px;
	margin-bottom: 20px;
}

.menupic
{
	margin-right: 38px;
	float: left;
}

.menupicselected
{
	margin-right: 38px;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-bottom:5px;
}


.menuitemselected:link
{
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	margin-left: 60px;
	margin-bottom: 20px;
}


.menuitem:hover
{
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#menu
{
	left: 190px;
	float: inherit;
	position: absolute;
	top: 75px;
}

.downloadlink
{
    text-decoration: none;
    text-align: right;
    vertical-align:middle;
 
 
}

.linkimage
{
    margin-bottom:-5px;
    padding-left:5px;
    }
    
 .editor-field
{
    color: #666666 !important;
    font-size: small;
}