/*
 * normal.css
 * Standardstylesheet für www.verein-bdh.at
 * 
 * by bsc comm - Brandstetter OEG / http://www.bsc.at/
 *
 * @version	2007-12-13
 * @author	Manfed Brandstetter <m.brandstetter@bsc.at>
 * @author	Andreas Bimminger <andreas@bimminger.at>
 */

html,body {
	margin:0;
	padding:0;
}

body {
	font-size: 1em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	/* font-family:georgia,garamond,serif; */
	font-weight: normal;
	color:#838383;
	text-align: center;
	margin-top: 10px;
}

/* Container-Definition und -Anordnung */
div {
	position:static;
}

div.main {
	width: 850px;
	margin: auto;
	text-align: left;
}

div.topline {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ababab;
}

div.header {
	margin-bottom: 10px;
	clear:both;
}

div.header_logo {
	width: 150px;
	float: left;
}

div.header_text {
	float:left;
	width: 550px;
	margin-left: 0px;
	padding: 15px;
	border-right: 1px dotted #ababab;
	border-left: 1px dotted #ababab;
}

div.header_text p {
	font-size: 1.0em;
	text-align: right;
	color: #ababab;
	font-weight: bold;
}

div.info {
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	border-top: 1px dotted #ababab;
	border-bottom: 1px dotted #ababab;
}

div.menue {
	width:150px;
	float:left;
	font-size: 1em;
}

div.main_content {
	min-height:300px;
	height:auto;
	float:left;
	width:550px;
	margin-left:0px;
	margin-bottom:10px;
	padding:15px;
	border-right:1px dotted #ababab;
	border-left:1px dotted #ababab;
}

/* for Internet Explorer */
/*\*/
* html div.main_content {
height: 300px;
}
/**/

div.infobox {
}

div.footer {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px dotted #ababab;	
	border-bottom:1px dotted #ababab;
	text-align:center;
}

div.externerlink {
	border-top: 1px dotted #ababab;	
	border-bottom: 1px dotted #ababab;
}

/* Textformatierungen */

h1 {
	font-size:110%;
	font-family:georgia,garamond,serif;
	/*font-weight: bold;
	font-style: italic;*/
}

h2 {
	font-size:80%;
}

h3 {
	font-size:90%;
	margin:0;
	padding:0;
}

h4 {	
	font-family:Georgia,Garamond,serif;
	font-size:55%;
}

h5 {	
	letter-spacing: 0.9em;
	font-size:55%;
}

h6 {	
	background-color: #fbbfbf;
	font-weight: normal;
	font-size:85%;
	padding: 2px;
	margin: 2px;
}

p {
	font-size:75%;
}

div.infobox p {
	font-size: 60%;
}

span {
	font-size:75%;
}

div.info span {
	font-size:60%;
	font-weight:normal;
}

div.footer span {
	font-size:60%;
	font-weight:normal;
}

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

div.text a {
	color: #990000;
}

div.text a:hover {
	color:#b20000;
}

a.selected span {
	color:#b20000;
}

em {
	color:#ababab;
	font-weight:bold;
}

em.underline {
	text-decoration:underline;
	color:#000000;
}

strong {
	color:#ababab;
	font-weight:bold;
}

div.menue ul {
	margin:0;
	margin-left:10px;
	margin-top:20px;
	padding:0px;
	list-style-type:none;
}

div.menue ul ul {
	margin-top:0px;
	margin-left:0px;
	padding:0px;
}

div.menue li {
	margin-top:3px;
	margin-bottom:3px;
	padding:0px;
	display:inline;
}

div.menue a {
	padding:0px;
	display:block;
}

div.menue ul ul li span {
	font-size:60%;
}

div.menue ul ul li {
	margin-top:1px;
	margin-bottom:1px;
}


img {
	border:0px solid #ffffff;
	margin:0px;
	padding:0px;
}

/* Verstecken wir das nested Object-Tag vom IE */
* html object.hiddenObject {
	display: none;
}
