@charset "UTF-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 50px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;	
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #770042;
	font-weight: bold;
	text-decoration: none;	
}


a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #770042;
	font-weight: bold;
	text-decoration: none;	
}

a:active {
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #770042;
	font-weight: bold;	
}


h2 {
	margin: 0;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #770042;
	font-weight: bold;	
}


h3 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #770042;
	font-weight: bold;	
}


.mainLayout #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.mainLayout #header {
	background: #ffffff; 
	padding: 0px; 
}


.mainLayout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}


.mainLayout #naviTop {
	padding: 15px 10px 10px 10px;
	height: 30px;
	background: #ffffff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #770042;
	text-align: right;
}


.mainLayout #naviTop a {
	padding: 15px 10px 10px 10px;
	height: 30px;
	background:#ffffff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #770042;
	text-align: right;	
	text-decoration: none;
}


.mainLayout #naviTop a:hover {
	padding: 15px 10px 10px 10px;
	height: 30px;
	background:#ffffff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #cccccc;
	text-align: right;
	text-decoration: none;
}


.mainLayout #mainContent {
	padding: 20px 30px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: auto;	
}

.mainLayout marquee {
	color: #770042;
	letter-spacing: 0.02em;
	font-weight: bold;
	font-style: italic;
}

.mainLayout marquee.format {
	padding: 20px 30px 0 50px;
	color: #770042;
	letter-spacing: 0.02em;
	font-weight: bold;
	font-style: italic;
}
	

.mainLayout #mainContent ul {
	list-style: none;
	margin: 0;
	padding: 0;		
}

.mainLayout #mainContent ol {
	list-style: none;
	margin: 0;
	padding: 0;	
	line-height: 20px;
}


.mainLayout #mainContent img {
	margin: 15px 20px 20px 0;
	float: left;
}

.mainLayout #subContent {
	padding: 15px 20px 0 270px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: auto;	
}

.mainLayout #subContent.browse {
	padding-right: 40px;; 
	
}

.mainLayout #mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 320px;	
}

.mainLayout #mainContent2 p {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
	

.mainLayout #mainContent2 ul {
	list-style: none;
	margin: 0;
	padding: 0;		
}


.mainLayout #mainContent2 img {
	margin: 0 0 30px 0;
	border-bottom: 1px dotted #770042;
}

.mainLayout #mainContent3{
	padding: 50px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 320px;	
	
}

.mainLayout #mainContent3 img{
	margin: 0 0 30px 0;	
}


.mainLayout #footer {
	padding: 0;
	height: 132px;
	background-image: url(_images/bannerbg_unten.png);
}


.mainLayout #footer ul {
	list-style: none;
	margin: 0;
	padding: 32px 0 0 0;
}


.mainLayout #footer ul li {
	float: left;
}


.mainLayout #infoLine {
	padding: 5px 10px 0 0;
	height: 30px;
	background:#cccccc;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #666666;
	text-align: right;
}


.mainLayout #infoLine a {
	padding: 5px 10px 0 0;
	height: 30px;
	background:#cccccc;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #666666;
	text-align: right;	
}


.mainLayout #infoLine a:hover {
	padding: 5px 10px 0 0;
	height: 30px;
	background:#cccccc;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #ffffff;
	text-align: right;	
}

