/* CSS Dokument für Beräumungsservice-Pierschel, Dresden */

html {
	width: 100%;
	height: 100%;
	background-color: #DBD7C9;
	background-image: url(img/bgr.gif);
	background-repeat: repeat-x;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url(img/bgrcontent.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
}

.topbox {
	width: 760px;
	height: 96px;
	margin: auto;
	border-left: 1px solid #99823D;
	border-right: 1px solid #99823D;
	background-color: #BFB186;
}

.navibox {
	width: 760px;
	height: 20px;
	margin: auto;
	border-left: 1px solid #99823D;
	border-right: 1px solid #99823D;
	background-color: #FFFFFF;
}

.picturebox {
	width: 760px;
	height: 262px;
	margin: auto;
	border-left: 1px solid #99823D;
	border-right: 1px solid #99823D;
	background-color: #FFFFFF; 
}

#contentcontainer {
	width: 760px;
	margin: auto;
	border-left: 1px solid #99823D;
	border-right: 1px solid #99823D;
	background-image: url(img/bgrcontent.gif);
	background-repeat: repeat-y;
	overflow: auto;
}

.contentbox {
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	border-top: 14px solid #9F9356;
	float: left;
	background-image: url(img/upperline.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.newsbox {
	width: 240px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	border-top: 14px solid #918A64;
	float: left;
}

.endbox {
	width: 750px;
	height: 30px;
	padding-left: 10px;
	margin-bottom: 20px;
	border-left: 1px solid #99823D;
	border-right: 1px solid #99823D;
	margin: auto;
	background-image: url(img/bgrcontent.gif);
	background-repeat: repeat-y;
}

/* Textdefinitionen */

body {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 11px;
	color: #897844;
	line-height: 22px;
}

.newsbox {
	font-size: 9px;
	line-height: 16px;
}

.endbox {
	text-align: left;
	font-size: 9px;
}

.headline {
	font-size: 13px;
	font-weight: bold;
}

.standard {
	font-size: 10px;
	line-height: 22px;
}

/* Linkdefinitionen */

a:link {
	color: #881307;
	text-decoration: underline;
}

a:visited {
	color: #83342C;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CC2514;
	text-decoration: none;
}

.nolink:link, .nolink:visited, .nolink:hover, .nolink:active {
	color: #897844;
	text-decoration: none;
	border: 0px;
}


/* Navigationsbuttons */

.navibutton01:link, .navibutton01:visited {
	width: 142px;
	padding-left: 10px;
	float: left;
	background-color: #9F9356;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.navibutton02:link, .navibutton02:visited {
	width: 142px;
	padding-left: 10px;
	float: left;
	background-color: #78714B;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.navibutton03:link, .navibutton03:visited {
	width: 142px;
	padding-left: 10px;
	float: left;
	background-color: #845529;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.navibutton04:link, .navibutton04:visited {
	width: 142px;
	padding-left: 10px;
	float: left;
	background-color: #881307;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.navibutton05:link, .navibutton05:visited {
	width: 142px;
	padding-left: 10px;
	float: left;
	background-color: #CE7900;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.navibutton01:hover, .navibutton01:active {
	background-color: #918A64;
	color: #000000;
	text-decoration: none;
}

.navibutton02:hover, .navibutton02:active {
	background-color: #5B5440;
	color: #000000;
	text-decoration: none;
}

.navibutton03:hover, .navibutton03:active {
	background-color: #6A4421;
	color: #000000;
	text-decoration: none;
}

.navibutton04:hover, .navibutton04:active {
	background-color: #6F2720;
	color: #000000;
	text-decoration: none;
}

.navibutton05:hover, .navibutton05:active {
	background-color: #A56100;
	color: #000000;
	text-decoration: none;
}


/* sonstige Definitionen */


hr {
	width: 100%;
	height: 0px;
	border: 0px;
	border-bottom: 1px dashed #6F2720;
}
