/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #EAD1A8 url(/images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #2E464C;
}

h1 {
	font-size: 18px;
	color: #0B3F45;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 25px;
	background-image: url(/images/icon-gewinnspiel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}



/** top_preise */



#top_preise p {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	font-size: 10px;
	font-weight: normal;
}

#top_preise hr {
	width: 70%;
	border:0.1pt dashed red;
	background-color: red;
}

/** TEXTS */
.box
{
	border:1.2pt dashed #ba0100;
	text-align:center;
	margin-bottom: 15px;
	background-color: #FEF5E4;
	font-size: 15px;
	font-weight: normal;
}

.box a {
	font-family: 'Comic Sans MS';
	color: #ba0100;
}

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #80765C;
}

p, blockquote, ul, ol, dl {
	text-align: justify;
	line-height: 18px;
	color: black;
}

.Einleitung {
	font-size: 12px;
	font-weight: bold;
	color: black;
	border:1.1pt dashed red;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

hr {
	border:0.1pt dashed red;
	background-color: red;
	visibility: visible;
	padding-top: 0.5px;
}

.text-footer {
	font-size: 11px;
	font-weight: normal;
	color: #0B3F45;
}

/** LINKS */

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

a:hover {
	text-decoration: none;
}

.align-right {
	text-align: right;
}

/** BACKGROUNDS */

.bg1 { background: url(/images//homepage03.jpg) no-repeat left top; }
.bg2 { background: url(/images//subpage02.jpg) no-repeat left top; }
.bg3 { background: url(/images//subpage03.jpg) repeat-y left top; }
.bg4 { background: url(/images//subpage04.jpg) no-repeat left bottom; }
.bg5 { background: url(/images//subpage05.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }