﻿/* 
stylesheet εκτύπωσης 
*/

body { 
margin: 3pt; 
padding: 0pt;
background: #ffffff;
font-size: 12px;
font-family: Tahoma,Verdana,arial,sans-serif;
 color: #ffffff; 
 }


h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

p {
	line-height: 140%;
	padding: 2px 0px 2px 0px;
}

ul, ol {
	margin-left: 6px;
	padding:  0px 0px 0px 8px;
}


a {
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
}


hr {
	color: #000000;
}

#container {
 width: 100%; 
 background: #ffffff; 
 }
 

 #container_r { 
 padding: 0px 7px 0px 0px; 
 }
 
#header {
	width: 100%;
}

#marqueee, #bread, #screen, #menu_top, #menu, #menu_bottom, #top, #footer_bottom
{
	display: none !important;
}


#logo {
	width: 100%;
	height: 100px;
}

#content {
	padding-left: 2px;
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	font-family: Tahoma,Verdana,arial,sans-serif;
}


#content p{
margin: 8px 0px 4px 0px;
}

#content a:hover{
color: #000000;
}


.post {
}

.post .title {
	margin: 0px;
	padding: 3px 5px 3px 5px;
}

.post h2.title {
	padding: 2px 0px 2px 0px;
	color: #000000;
	height: 22px;
	font-size: 16px;
	
}

.post .entry {
	margin: 0px;
	padding: 0px 0px;
}

.post .entry  li{
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 4px 0px 4px 0px;
}

#seperator {
	text-align: center;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background: #FFFFFF;
	margin-top:5px;
}

#footer {
	text-align: center;
	font-size: 12px;
	height: 75px;
}

#footer .adress {
	text-align: center;
	color: #000000;
}

#footer .adress2 {
	text-align: center;
	font-size: 11px;
	color: #99a0a7;
}