/*
	Nyanko - Even Cats Dream - CSS stylesheet 
	2009/12/04, Maya Posch
	(c) Nyanko.ws
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial, helvetica, sans-serif;
}

a {
	color: #00dabe;
	text-decoration: none;
}

a:hover {
	color: #00fade;
}

p {
	padding: 10px;
}

body {
	background-color: white;
	text-align: center;
}

.container {
	margin: 0 auto;
	/*width: 960px;*/
	max-width: 960px;
	min-width: 800px;
	font-size: small;
	text-align: left;
}

.header {
	text-align: center;
	height: 140px;
	margin-bottom: 10px;
}

.left_menu {
	float: left;
	width: 180px;
	/*border: 2px solid #00dabe;*/
	padding-top: 45px;
	padding-left: 3px;
	padding-bottom: 10px;
	background: url("img/header_menu.png") top left no-repeat;
}

.left_menu ul {
	list-style-position: inside;
	padding-top: 5px;
	list-style-type: circle;
	list-style-image: url("img/paw.png");
}

.left_menu .bottom_img {
	margin-top: 40px;
}

.content {
	/*border: 2px solid #00dabe;*/
	/*height: 100%;*/
	margin-left: 205px;
	text-align: justify;
}

.content img {
	padding: 5px 10px 5px 5px;
}

.content .hr {
	background-color: #00dabe;
	height: 2px;
	width: 100%;
	margin: 3px 0px;
	/*clear: both;*/
}

.t {
	background: url("img/tube_horizontal.png") 0 0 repeat-x;
	width: 100%;
}

.b {
	background: url("img/tube_hor_bottom.png") 0 100% repeat-x;
	/*height: 15px;
	background-repeat: repeat-x;*/
}

.l {
	background: url("img/tube_vert_left.png") 0 0 repeat-y;
	/*width: 15px;
	background-repeat: repeat-y;*/
}

.r {
	background: url("img/tube_vert_right.png") 100% 0 repeat-y;
	/*width: 15px;
	background-repeat: repeat-y;*/
}

.bl { background: url("img/tube_corner_bottom_left.png") 0 100% no-repeat; }
.br { background: url("img/tube_corner_bottom_right.png") 100% 100% no-repeat; }
.tl { background: url("img/tube_corner_top_left.png") 0 0 no-repeat; }
.tr { 
	background: url("img/tube_corner_top_right.png") 100% 0 no-repeat; 
	padding: 20px; 
}

.news_title {
	font-size: medium;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.news_date {
	font-size: x-small;
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
}

.news_text {
	padding: 5px 10px 10px 5px;
}

.spacer {
	clear: both;
}

.footer {
	margin-top: 3px;
	font-size: x-small;
}