/*  Home = iFrame Inhalt der index Seite */
html, body
{	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e3e3e;
}
#erscheinungstermine-content
{
	width:630px;
	padding: 0;
	border:none;
}
p
{
	line-height:13px;
	margin:0 0 14px 0;
}
a:link, a:visited
{
	color:#888888;
	font-weight:bold;
}
a:hover
{
	color:#008683;
}
#header
	{
		margin:0 0 15px 0;padding:0;
	}

	h1
	{
		display:inline;
		margin:0; padding:0;
		color:#51ada6;
		font-size:19px;
		font-weight:normal;
	}
	
table.termine
{
	width:608px;
	margin:0 10px 15px 2px;
	padding:4px;
	border:1px solid #888888;
}
caption
{
	font-size:16px;
	color:#51ada6;
	font-weight:bold;
	padding-bottom:6px;
}	
th
{
	text-align:left;
	padding:6px 4px 6px 4px;
}
.col1
{
	width:55%;
}
.col2
{
	width:20%;
}
.col3
{
	width:25%;
}
td
{
	padding:4px; 
}
td.last
{
	font-size:10px;
}
.clear
{
	clear:both;
}
/*noscript Bereich für deaktivieres JavaScript*/
#noscript
{
	border: 3px solid red;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border-color: Red;
}
h5 /*h5 bitte nur für noscript Bereiche verwenden. IE liest keine noscript tag anweisungen aus.*/
{
	font-size:16px;
	text-align:center;
}
h6 /*h6 bitte nur für noscript Bereiche verwenden. IE liest keine noscript tag anweisungen aus.*/
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: yellow;
	margin: 0,;
	padding: 0;
}

