/* gruen: #035D27 lila: #A34B88 */
body {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
}

input, textarea, select, option {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

table.main {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-top: 100px;
}

td.content {
	background-image: url(../img/hpContent.jpg);
}

div.content {
	height: 349px;
	width: 345px;
	
	overflow: auto;
	overflow-x: invisible
	overflow-y: auto;
}

div.innerContent {
	padding: 3px;
}

div.newsdate {
	color: #A34B88;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 2px;
}
div.newstext {
	text-align: justify;
}

span.gbdate {
	font-size: 10px;
}
span.gbname {
	margin-left: 10px;
}
div.gbtext {
	margin-bottom:20px;
}

div.mediaBody {
	margin-bottom: 20px;
}
span.mediaDate {
	font-size: 10px;
}
div.mediaText {
}
a.mediaTitle {
}
div.mediaBigTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
a.mediaPic {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

area {
	background-color: #FF0000;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	font-size: 18px;
	font-weight: bold;
	
	text-align: right;
}