/*
	CSS Document: base.css
	Version: 2.1.0 | Date: 2010-02-03
	Project: www.bergfriedalm.at
	Author: websLINE, 2010
	-------
*/


/* FORMATIERUNG */

body, a, input, select, textarea {
	font-family: Tahoma, Tahoma, Verdana, Arial, San-Serif;
	color: #fff;
	}
#dContent, #dStart, #dPopup, #dPopupShort, #dAbm, #dIframe, #dMailengine, #dBlogg {
	font-size: 75%;
	}
#dPrint {
	font-size: 85%;
	}

input, select, textarea {
	font-size: 1em;
	}

p, h1, h2, h3, h4, h5, h6, li, dd	{
	line-height: 1.4em;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 25px 0 15px 0;
	}
p	{
	margin: 15px 0;
	}

h1 {
	font-size: 1.6em;
	color: #fff;
	margin: 0; padding: 0 20px 0 0;
	background: url(../img/herzerl.gif) no-repeat 100% 6px;
	display: inline;
	}
.cufon-ready h1 {
	font-size: 2em;
	}
h2 {
	font-size: 0.9em;
	color: #abaeb1;
	padding-left: 100px;
	margin-top: 0; padding-top: 0;
	}
h3 {
	font-size: 1.1em;
	color: #bb923e;
	color: #d1a64d;
	}
h3.title {
	font-size: 1.6em;
	color: #fff;
	text-align: right;
	margin-top: 0; padding-top: 0;
	}
.cufon-ready h3.title {
	font-size: 2em;
	}
h4 {
	font-size: 1em;
	margin-bottom: 10px; padding-bottom: 0;
	}
h5 {
	font-size: 1em;
	margin-bottom: -15px; padding-bottom: 0;
	}
h6 {
	font-size: 0.9em;
	color: #eee;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0;
	}

table {
	width: 100%;
	border: 0;
	}
th, td {
	padding: 0;
	}

.newsletter p, .sitemap p {
	margin: 0; padding: 0;
	}
.sitemap table {
	width: 0;
	white-space: nowrap
	}

.bttn {
	border: 0;
	background-color: #8b0114;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/arrowBig.gif);
	cursor: pointer;
	color: #d1a64d;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 2px 10px 2px 25px;
	}

a {
	text-decoration: none;
	}
a:hover, #article a {
	text-decoration: underline;
	}


/* HAUPTEINSTELLUNGEN  */

img {
	border: 0;
	display: block;
	}
#content img {
	display: inline;
	}
form {
	margin: 0;
	padding: 0;
	}
.clearfix:after {
   content: "."; 
   clear: both; 
   display: block; 
   height: 0; 
   visibility: hidden;
	}
.clearfix { 
	display: inline-block;
	}
/* Holly Hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Holly Hack End */
.skip {
	display: none;
	}
.nolist, .nolist li, .nolist dd {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: none !important;
	}
.red {
	color: red;
	}
.green {
	color: green;
	}