#text h1
{
	font-size: 175%;
	margin: 0px 0px 10px;
        text-align: left;
}


#text h2
{
	font-size: 140%;
	margin: 0px 0px 10px;
}

#text h3
{
	font-size: 130%;
	margin: 25px 0px 10px;
}

#subcaption
{
	border-left: 5px solid #330099;
	font-size: 105%;
	font-weight: bold;
	margin: 0px 0px 10px 5px;
	padding-left: 10px;
}

#text
{
	font-size: 90%;
	text-align: justify;
}

#text a
{
	color: #330099;
	text-decoration: none;
}

#text a:hover
{
	color: #000000;
	text-decoration: underline;
}

#text td, #text th
{
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
        max-width: 600px;
}

#text td
{
	text-align: left;
}

#text ul, #text ol
{
	margin-bottom: 0px;
	margin-top: 0px;
}

#text .fett
{
        font-weight: bolder;
}

#text .abstand
{
        padding-top: 10px;
}

#text .mitte
{
        text-align: center;
        vertical-align: middle;
}

/* BBCode */

#text .code_quote
{
	background-color: #FFFFFF;
	border: 1px solid #330099;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}

#text .code_quote .header
{
	background-color: #CCCCFF;
	font-size: 90%;
	margin-bottom: 0px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
}

#text .code_quote pre
{
	display: inline;
	font-family: "Lucida Console", "Courier New", monospace;
}

/* News */
#newslinks
{
	margin-top: 25px;
	font-size: 85%;
}

ul.news
{
	list-style-image: url("/img/news_arrow.gif");
	padding-bottom: 15px;
}

/* Galerien */
#gallery_index td.img
{
	text-align: center;
	vertical-align: middle;
	width: 250px;
	height: 250px;
}

/* Aktuelles */
.topical_forumlink
{
	margin-top: 10px;
	margin-bottom: 20px;
}

.topical_forumlink a
{
	font-weight: bold;
}

.topical_news
{
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #330099;
}

.topical_news_title
{
	font-size: 110%;
	font-weight: bold;
}

.topical_news_text
{
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 20px;
}

.topical_news_date
{
	font-size: 75%;
	font-weight: bold;
	float: left;
        margin-right: 20px;
}

.topical_news_link
{
	font-size: 75%;
	text-align: right;
}

.topical_dates_date
{
	font-weight: bold;
	width: 150px;
}

.topical_dates_subject
{
        margin-bottom: 15px;
}

/* Allgemeine Formate */
.border, table.border td, table.border th
{
	border: 2px solid #330099;
}