/**/
a:link { color:#666; }
a:visited { color:#666; }
a:hover { color:#000; }
a:active { color:#ccd0d5; }

body {
	background-color: #b74733;
	color: #000;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 16pt;
	margin: 15px 0 0 0;
	padding: 0px;
}


h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
}

h2 { font-size: 18px; line-height: 16px; margin: 10px 0px 5px 0px; color: #a8101b; font-weight: bold; }

h3 {
	font-size: 13px;
	color: #bf5d44;
	font-weight: bold;
	margin: 30px 0px 10px 0px;
}

.bgNavi { background: #edd1c3; }
.bgContent { background: #fff; }
.bgRightColumn { background: #e2e2e2; }

#content {
	font-size: 13px;
	line-height: 17px;
	color: #666;
	margin: 30px 55px 30px 55px;
}

#content img {
	position: relative;
	margin: 3px 20px 10px 0px;
}


.titel {
	font-style: italic;
}

.boxHeader {
	margin: 20px 5px 26px 26px;
}

.boxRightColumn {
	margin: 30px 20px 26px 26px;
	font-size: 11px;
	line-height: 15px;
}

a.h2:link { color:#005ca6; text-decoration: none; font-weight: bold; }
a.h2:visited { color:#005ca6; text-decoration: none; font-weight: bold; }
a.h2:hover { color:#666; text-decoration: underline; font-weight: bold; }
a.h2:active { color:#000; text-decoration: underline; font-weight: bold; }

h2 a:link { color:#005ca6; text-decoration: none; font-weight: bold; }
h2 a:visited { color:#005ca6; text-decoration: none; font-weight: bold; }
h2 a:hover { color:#666; text-decoration: underline; font-weight: bold; }
h2 a:active { color:#000; text-decoration: underline; font-weight: bold; }


p {
	margin: 0px 0px 7px 0px;
}

li {
	margin: 0px 0px 5px 0px;
}

.note {
	font-size: 11px;
	line-height: 15px;
}



/* Navi */

#navcontainer li {
	margin: 0;
}

#navcontainer ul {
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
}

#navcontainer a {
	display: block;
	padding: 2px 2px 3px 26px;
	width: 172px;
/*	background-color: #eaeaea;*/
	border-top: 0px solid #b3cce7;
}

#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #fff;
	color: #a8101c;
}

#navcontainer a.current {
	background-color:#fff;
	color: #a8101c;
	border-top: 0px solid #b3cce7;
}

#navcontainer a.current:visited {
	color:#a8101c;
}
#navcontainer a.current:hover {
	background-color: #fff;
	color: #000;
}

/* End Navi */


.box1 {
	font-size: 11px;
	line-height: 14px;
}

.line { background: #ccd0d5; }

.imgRight {
	padding: 4px 0px 7px 7px;
	float: right;
}

.imgLeft {
	padding: 4px 7px 7px 0px;
	float: left;
}

.copyright {
	font-size: 11px;
	color: #edd1c5;
}

a.copyright { color:#edd1c5; }
a.copyright:visited { color:#edd1c5; }
a.copyright:hover,active { color:#fff; }
