/***************************************
Company	: tinami GbR
Author	: Niels Lange <niels@tinami.de>
Date	: 2009.02.24
File	: css/content.css
***************************************/

/* GENERAL ****************************/

body {
	font-family: times new roman;
	color: #666;
	line-height: 140%;
}

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

a:hover, a.active {
	color: #36c; 
}

/* NAVI *******************************/

#navi {
	font-size: 16px;
	font-variant: small-caps;
}

/* SUBNAVI ****************************/

#subnavi {
	font-size: 13px;
}

/* CONTENT ****************************/

#content {
	font-size: 13px;
}

#content h1, #content h2 {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

#content h2 {
	margin-top: 50px;
}

#content p {
	margin-bottom: 20px;
}

#content li {
	margin-left: 15px;
}

#content div.artikel img {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 20px;
}  

#content div#quicknavi {	
	margin-bottom: 30px;	
}

#content table.presse th {
	text-align: left;
	vertical-align: top;	
	width: 250px;
}

#content table.presse td {
	width: 450px;
	padding-bottom: 40px;
}

#content table.presse th h1, #content table.presse th h2 {
	color: #999;
	margin: 0;
	font-size: 13px;
	font-variant: small-caps;
}

#content table.presse th h1 > a, #content table.presse th h2 > a {
	color: #36c;
} 

#content table.presse th h1 > a:hover, #content table.presse th h2 > a:hover {
	text-decoration: underline;
} 



/* FOOTER *****************************/

#footer {
	font-size: 11px;
}