/* 12 Cans of Tuna Fish Online - 12cotf.com */

*{
	margin: 0px;
	padding: 0px;
}
body {
	background: #000000;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#top{
	width: 100%;
	height: 142px;
	background: url(../img/banner_side.png);
}
#top_logo{
	width: 100%;
	background: url(../img/banner_center.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 142px;
	padding-top: 4px;
}
#main_sp_left{
	width: 15%;
	min-height: 400px;
	float: left;
}
* #main_sp_left{
	height: 400px;
}
#main_content{
	margin-left: 15%;
	width: 750px;
	min-height: 400px;
}

#adsense{
	width: 120px;
	height: 600px;
	position: fixed;
	top: 250px;
	left: 2%;
}
* #main_content{
	height: 400px;
}
#top_menu{
	margin-top: 3px;
	margin-left: 50%;
	width: 550px;
	height: 20px;
}
#top_menu>a:link, #top_menu>a:visited, #top_menu>a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#top_menu>a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #CC0000;
	font-size: 11px;
}

/*Galery-Div-Container*/
#galery{
	margin-left: 13px;
	height: auto;
	width: auto;
	overflow: visible;
}
.qdig-image{
	border: 1px solid #CC0000 !important!;
}
/*Guestbook-Div-Container*/
#guestbook{
	height: auto;
	width: auto;
	overflow: visible;
}
/* Titel und Schriften */
a:link, a:visited, a:active{
	text-decoration: none;
	color: #CC0000;
}
a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #990000;
}
.bigtitle{
	font-size: 36px;
	padding-bottom: 5px;
}
.title{
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
}
.latest-news-title{
	padding-left: 13px;
	padding-top: 10px;
	font-weight: bold;
	color: #CC0000;
}
.latest-news{
	padding-left: 13px;
}
.faq-question{
	margin-top: -6px;
	margin-left: 14px;
	padding-left: 10px;
	font-weight: bold;
	border-left: 1px dashed;
}
.faq-answer{
	margin-top: -14px;
	margin-left: 14px;
	padding-left: 10px;
	border-left: 1px dashed;	
}
.gallery-title{
	color: #CC0000;
	padding-top: 10px;
	font-weight: bold;
	font-size: 14px;
}
.gallery-meta{
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 13px;
}
