/*	Client: Miriam Levy Teichman www.miriamlevy.ch
	Autor: Alexander Albrecht www.alexanderalbrecht.de
	© 2008

	Print
	CSS-Version 0.9
	02.04.2008

	COLORS
	font				=	#333 (nicht ganz schwarz)
	font farbig			=	#465666
	font farbig dunkler	=	#465666
	linkfarbe			=	#465666
*/

/*	<!-- !  INITAL RESET --> */
	/*	HTML UNDOS */
:link, :visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em; font-weight: normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
acronym {cursor: help;}
address	{font-style: normal;}
table {border-spacing: 0;}
table tr td {vertical-align: top;}

	/*	ADDITIONAL UNDOS */
* {margin: 0; padding: 0;}
img {border: 0;}

	/*	INITIAL SETTINGS */
html { width: 100%; margin: 0; padding: 0; }




/*	<!-- !   SITE GENERAL SETTINGS --> */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #222;
}

a {	color: #000; }
a:link, a:visited { text-decoration: none; }
a:hover, a:focus { text-decoration: none; outline: none; }

h2, h3 { color: #465666; }
h2 { text-transform: uppercase; }
h3 { margin: 0 0 18px 0; }




/*	<!-- !   SITE --> */




/*	<!-- !   HEADER --> */
div#header {
	color: #465666;
	padding: 0 0 30px 0;
}

div#header h1 a {
	font-family: Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #465666;
	padding: 0 0 20px 0;
	display: block;
}

div#header p#titel,
div#header p#adresse,
div#header p#adresse a {
	color: #465666;
	font-size: 15px;
}

div#header p#adresse a { text-decoration: underline; }




/*	<!-- !   MENU --> */
ul#menu {
	display: none;
	visibility: hidden;
}




/*	<!-- !   CONTENT --> */
div#content {
	margin: 0;
}

div#content p, div#content ul, div#content table {
	padding: 0 0 18px 0;
}

table tr td.nowrap {
	white-space: nowrap;
	padding: 0 15px 0 0;
}

div#content a:link, div#content a:visited {	color: #465666; text-decoration: underline; }