/* CSS Dokument für artdesign, Bonn */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;	
	text-align: center;
	background-color: #E5E2DD;
	background-image: url(img/bgr_moz.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.outercontainer {
	width: 822px;
	margin: auto;
}

.header {
	width: 822px;
	height: 280px;
}

.headerboxleft {
	width: 184px;
	height: 280px;
	float: left;
	background-color: #FFFFFF;
}

.logobox {
	width: 184px;
	height: 107px;
	background-color: #FFFFFF;
}

.lineleft {
	width: 184px;
	height: 17px;
	background-color: #FCF0B1;
}

.adressbox {
	width: 160px;
	height: 133px;
	padding-left: 24px;
	padding-top: 23px;
	background-color: #FFFFFF;
	text-align: left;
}

.headerboxright {
	width: 638px;
	height: 280px;
	float: left;
	background-repeat: no-repeat;
}

.navibox {
	width: 608px;
	height: 37px;
	margin-top: 70px;
	margin-left: 30px;
	text-align: left;
}

.transparentline {
	width: 638px;
	height: 17px;
}

.blankbox {
	width: 620px;
	height: 156px;
	background-color: #245353;
}

.line {
	width: 822px;
	height: 19px;
	background-color: #D8DF4F;
}

.subnavicontainer {
	width: 160px;
	padding-left: 24px;
	padding-top: 35px;
	float: left;
	text-align: left;
}

.contentbox {
	width: 568px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	float: left;
	text-align: left;
}


/* Font-Definitionen */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.adressbox {
	font-size: 11px;
	line-height: 15px;
	color: #636363;
}

.contentbox {
	font-size: 11px;
	line-height: 20px;
	color: #636363;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 24px;
}

.zitate  {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

.inputkontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.inputkontaktbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.abschickenbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


/* Links and Navigation */

a:link {
	color: #ACB327;
}

a:visited {
	color: #BAC134;
}

a:hover, a:active {
	color: #747A00;
}

.navigation:link, .navigation:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #636363;
}

.navigation:hover, .navigation:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.subnavibox {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	width: 145px;
	height: 21px;
	border: none;
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
}

.subnavibutton:link, .subnavibutton:visited {
	color: #636363;
	text-decoration: none;
}

.subnavibutton:hover, .subnavibutton:active {
	color: #000000;
	text-decoration: underline;
}

.address:link, address:visited {
	color: #636363;
	text-decoration: underline;
}

.address:hover, address:active {
	color: #B0B542;
	text-decoration: underline;
}


/* sonstige Definitionen */

.inputkontakt {
	width: 210px;
	height: 17px;
	border: 1px solid #ACB327;
	margin-bottom: 4px;
	background-color: #F9F9F9;
}

.inputkontaktbig {
	width: 210px;
	height: 120px;
	border: 1px solid #ACB327;
	margin-bottom: 4px;
	background-color: #F9F9F9;
}

.abschickenbutton {
	width: 214px;
	height: 17px;
	border: 1px solid #000000;
	background-color: #ACB327;
}

.border {
	border: 1px solid #D8DF4F;
}


.pbox {
	position: absolute;
	right: 5px;
	bottom: 0px;
	width: 20px;
	height: 20px;
	text-align: right;
	font-size: 10px;
	color: #D6CDBD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.p:link, .p:visited {
	color: #D6CDBD;
	text-decoration: none;
}

.p:hover, .p:active {
	color: #D6CDBD;
	text-decoration: none;
}