/**
 * ################################################################################
 * ########## Ursellis Historica Mittelalterverein e.V.
 * ##########
 * ########## Globals und CSS-Import
 * ##########
 * ########## @author		Trans Ident Line GmbH / vls
 * ########## @update		01.08.2009
 * ########## @editor		vls
 * ################################################################################
 *
 *
 * Benutzte Farben:
 *
 *			#321502 Braun dunkel	(Texte)
 *			#cca970 Braun mittel	(Seitenhintergrund)
 *			#620a0c Rot dunkel		(Headlines)
 *			#a91212 Rot mittel		(Links aktiv)
 *
 *
 */


@import url(historica_layout.css);
@import url(historica_navigation.css);



html {
	overflow-y: scroll;
}


body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #cca970;
	background-image: url(/common/background.jpg);
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #321502;
}


a {
	text-decoration: underline;
	outline: none;
	color: #321502;
}


a:hover {
	color: #a91212;
}


img {
	border: 0px;
}


hr {
    border: none 0px;
    border-top: 1px solid #321502;
    height: 1px;
    margin: 2px 0px;
}


p, ul, ol, li {
	margin-top: 0px;
	margin-bottom: 0px;
}


ul {
	position: relative;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}


ul li {
	margin-left: 0px;
	padding-left: 15px;
}


ol {
	position: relative;
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: inside;
}


object {
	display: block;
	outline: none;
}


table {
	border-collapse: collapse;
}



/**
 * ################################################################################
 * ########## Verschiedene Elemente
 */


.headline_text {
	color: #321502;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}


#textfeld_oben {
	width: 500px;
	height: 20px;
	background-image: url(/common/textfeld_oben.png);
	background-repeat: no-repeat;
}

#textfeld_mitte {
	width: 460px;
	padding: 0px 20px;
	background-image: url(/common/textfeld_mitte.png);
	background-repeat: repeat-y;
}

#textfeld_unten {
	width: 500px;
	height: 30px;
	background-image: url(/common/textfeld_unten.png);
	background-repeat: no-repeat;
}


#textfeld_mitte.galerie img {
	margin: 0px 15px 10px 0px;
	border: 1px solid #620a0c;
}

