/* ----------------------------------------------------------------------------
Print CSS File
Kulturpass
Copyright 2008 by Softloop
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Allgemeine Tags und Klassen
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

body { 
	font: 14pt Verdana, sans-serif;
}

ul li { 
	list-style-type: none;
}

#content ul {
	margin-bottom: 15px;
}

#content ul li {
	padding-left: 12px;
	list-style-type: none;
	line-height: 1.5em;
}

#article a {
	color: #a3b70d;
}

#content_footer {
	width: 600px;
}

#logo {
	line-height: 0;
	font-size: 0;
}

h1 {
	font-weight: bold;
	font-size: 20pt;
}

h2 {
	font-weight: bold;
	font-size: 18pt;
}

p {
	font: 12px Verdana, sans-serif;
	line-height: 1.4em;
	margin-bottom: 15px;
}


/* ----------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------- */

#navi {
	display: none;
}

#smallnav {
	display: none;
}

input {
	border: 1px solid #b4b4b4;
}

select {
	border: 1px solid #b4b4b4;
}