@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: small;
	background-color: #000;
	min-width: 900px;
}

/* IE5-Hack */
* html body {
	text-align: center;
	font-size: x-small;
	f\ont-size: small;
}

img {
	border: 0px;
}

p {
	margin: 10px;
}

a {
	color: #656565;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.small {
	font-size: 75%;
}
.inverse {
	color: #b6b6b6;
}

.page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.page2 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#startseite {
	text-align: center;
	height: 640px;
	margin-top: 20px;
	background-image:url("images/layout/startseite-akte.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#startseite h1 {
	color: #fff;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin-top: 15px;
	font-size: 130%;
}
ul#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

a#impressum {
	position: absolute;
	display: block;
	top: 490px;
	left: 628px;
	width: 130px;
	height: 45px;
}
a#impressum:hover {
	text-decoration: none;
}

.left {
	width: 150px;
	margin-top: 45px;
	text-align: right;
	float: left;
}

.main {
	width: 592px;
	height: 643px;
	float: left;
	background-image:url("images/layout/artikel_bg.jpg");
	background-repeat: no-repeat;
	position: relative;
}

.main div.picture {
	margin: 0px 41px 0px 32px;
	width: 519px;
	height: 297px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main div.pictureSmall {
	margin: 0px 41px 0px 32px;
	width: 519px;
	height: 190px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.main div.content {
	margin: 0px 41px 98px 32px;
	padding: 0px 10px 5px 10px;
    width: 499px;
	height: 278px;
	overflow: auto;
	overflow-x: hidden;
}
.main div.contentBig {
	margin: 0px 41px 98px 32px;
	padding: 0px 10px 5px 10px;
    width: 499px;
	height: 385px;
	overflow: auto;
}
/* this is recognized by IE only */
* html .main div.content {
	/* total width, only for IE5.x/Win */
    width: 519px;
    height: 283px;
	/* content width for other IE */
	w\idth: 499px;
	he\ight: 278px;
}
* html .main div.contentBig {
	/* total width, only for IE5.x/Win */
    width: 519px;
    height: 390px;
	/* content width for other IE */
	w\idth: 499px;
	he\ight: 385px;
}

.right {
	width: 158px;
	margin-top: 94px;
	float: left;
}

.success {
	text-align: center;
	font-weight: bold;
	color: #108c00;
}

/* Meine Geschichte */
form.storyCreate {
    padding: 20px 0px 5px 0px;
    margin: 0px;
    height: 180px;
    background-image: url("images/layout/form-background.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
* html form.storyCreate {
	/* total width, only for IE5.x/Win */
    height: 205px;
	/* content width for other IE */
	he\ight: 180px;
}
.storyCreate .error {
	text-align: center;
	font-weight: bold;
	color: #f00;
}
h4.storyCreate2 {
	margin: 0px;
	padding: 0px;
	font-size: 130%;
	text-align: center;
}
div.workshop h4.login {
	display: none !important;
}
div.workshop img.coach {
	float: left !important;
	margin-top: 25px !important;
}

.storyCreate dl {
    margin: 5px;
}
.storyCreate dt {
    float: left;
    text-align: right;
    padding-top: 3px;
    width: 110px;
}
.storyCreate dd {
    margin-left: 140px;
}
.storyCreate input.text, .storyCreate textarea {
	font-size: 100%;
    width: 300px;
    border: #d8d8d8 solid 1px;
}
.storyCreate textarea {
	font-family: Arial, sans-serif;
	font-size: 100%;
	height: 65px;
}

.storyRead dt {
	padding: 5px;
	margin: 0px;
	margin-top: 10px;
    background-color: #ddd;
	border: #b6b6b6 solid 1px;
	border-bottom: 0px;
}
.storyRead dd {
	padding: 5px;
	margin: 0px;
	margin-bottom: 10px;
	border: #b6b6b6 solid 1px;
	border-top: 0px;
}
.storyRead .browse {
	text-align: right;
}

/* Horizontale Linie */
hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #808080;
	border-bottom: transparent;
}

/* AddToAny */
.a2a_dd {
	position: absolute; 
	right: 50px; 
	top: 140px;
	z-index: 100;
}

/* Float-Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
    clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block;}
/* Hides from IE-Mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-Mac */