@CHARSET "ISO-8859-1";

/* div */

body {
	background-color: #FFF;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	font: 9pt tahoma, sans-serif;
}

#main {

}

a img {
	border: 0;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #be0168;
	font-weight: bold;
}

a:hover {
	color: #cf1279;
}

/* header */

#hBG {
	height: 97px;
	background-image: url(../img/layout/hbg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #d30073;
}

#hLogoLeft {
	float: left;
}

#hLogoMiddle {
	float:left;
	width: 325px;
	height: 97px;
	background-color: red;
	background-image: url(../img/layout/perndorfer.jpg);
	background-repeat: no-repeat;
}

/* language selection */

#menLanguage {
	float:right;
	margin-right: 5px;
	font: bold 11px tahoma;
	line-height: 21px;
}

#menLanguage a, #menLanguage a:hover {
	color: #fff;
}

/* main menu */

#menBar {
	height: 26px;
	background-color: #e01c8c;
	background-image: url(../img/layout/menbar.gif);
	background-repeat: repeat-x;
}

#menButtonBar {
	height: 33px;
	background-color: #d30073;
	position: absolute;
	top: 95px;
	left: 20px;
}

ul.mm {
	list-style-type: none;
	margin: 0;
	margin-top: -3px;
	padding: 0px;
	border: 1px solid #616161;
	background-color: #d4d8dd;
	width: 159px;
	display: none;
}

ul.mm li {
	font: bold 8pt tahoma;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-bottom: 1px solid #b3b3b3;
}

ul.mm li a {
	color: white !important;
	display: block;
	width: 159px;
	height: 18px;
}

ul.mm li:hover {
	background-color: #ca0872;
}

.mmButtonLeft {
	background-image: url(../img/layout/btn_left.gif);
	width: 161px;
	height: 33px;
	display: block;
	color: white !important;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	line-height: 33px;
}

.mmButtonLeft2 {
	background-image: url(../img/layout/btn_left2.gif);
	width: 161px;
	height: 33px;
	display: block;
	color: white !important;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	line-height: 33px;
}

.mmButton {
	background-image: url(../img/layout/btn_normal.gif);
	width: 161px;
	height: 33px;
	display: block;
	color: white !important;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	line-height: 33px;
}

.mmButtonRight {
	background-image: url(../img/layout/btn_right.gif);	
	width: 161px;
	height: 33px;
	display: block;
	color: white !important;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	line-height: 33px;
}

/* content frame stuff */

#content {
	margin: 30px 26px 30px 26px;
	background-color: #ebedef;
	border: 1px solid #555;
	border-top: 0px;
}

.content_topic {
	height: 27px;
	background-color: #d3d8dd;
	background-image: url(../img/layout/topic_bg.gif);
	background-repeat: repeat-x;
	font: bold 11pt tahoma;
	font-style: normal;
	color: #777;
	line-height: 27px;
}

.topic_left {
	float: left;
	background-image: url(../img/layout/topic_left.gif);
	width: 20px;
	margin-left: -1px !important;
}

.topic_right {
	background-image: url(../img/layout/topic_right.gif);
	float: right;
	width: 20px;
	margin-right: -1px;
}

/* category lists in sections */

ul.categoryList {
	margin: 0px 5px 0px 15px;
	padding: 0px;
	line-height: 16px;
}

/* category / post frame */

#text {
	clear: both;
	overflow: hidden;
	max-width: 100%;
	padding: 10px;
}

/* article stuff */

.article * {
	color: #444;
	margin: 0px;
	padding: 0px;
}

.article ul, .article li {
	margin-left: 10px;
}

.article h1 {
	font-size: 150%;
	letter-spacing: 1px;
	display: inline;
}

.article h2 {
	font-size: 130%;
	display: inline;
}

.article h3 {
	font-size: 120%;
	display: inline;	
}

.article a, .article a:active, .article a:visited {
	text-decoration: none !important;
	color: #be0168 !important;
	font-weight: bold !important;
}

.article a:hover {
	color: #cf1279 !important;
}

.article .pink {
	color: #be0168;
}

/* category related stuff */

.article_name {
	font-size: 120%;
	font-weight: bold;
	color: #be0168;
	margin-bottom: 3px;
}

.articleSpacer {
	height: 20px;
	clear: both;
	background: url(../img/layout/article_spacer.gif) repeat-x;
	width: 90%;
	margin: 0px auto;
}

.articleClearer {
	clear: both;
	width: 0px;
	height: 0px;
	background-color: black;
}