/* +----------------------------------------------------------------------+
// | myCMS - Stylesheet for print media                                   |
// +----------------------------------------------------------------------+
// | Copyright (c) 2006 by Finn Rudolph                                   |
// +----------------------------------------------------------------------+
// | Foot file, that is included by all content files.                    |
// |                                                                      |
// +----------------------------------------------------------------------+
// | Authors: Finn Rudolph <finn.rudolph@web.de>                          |
// +----------------------------------------------------------------------+
//
// print.css, 2006/29/03 00:30:00
*/

/* Special Language Hack */

.de{
	display:inline;
}
.en{
	display:none;
}


/* General attributes */

body{
	padding:0px;
	margin:0px;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	font-style:normal;
	color:#000;
}
div{
	display:block;
}
h1, h2, h3{
	padding:0px;
	margin:0px;
	line-height:20px;
	font-style:normal;
}
h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}

a:link, a:active, a:visited{
	color:#03c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
form{
	display: inline;
}
fieldset{
	padding:10px;
}
.small{
	font-size:10px;
	display:inline;
}
#head_title img{
	display:block;
}

#head_title a{
	color: #000;
	text-decoration: none;
}

#head_title h1{
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	font-style:normal;

}
#head_skin, #menu, #foot{
	display:none
} 

#content{
	padding-top:20px;
}
