/* 
	font & paragraph defintions
	(www.seiko-instruments.de)

	author: Martin Use (mu@mschuelke.net)
	date: 01/2006
	last changed: 22.01.2006 (mu)

*/

/* ###### Allgemeines ###### */ 
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 85%;
	color: black;
}
h1,h2,h3 {
	color: #004D9F;
}
h4 {
	color: #68676B;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	border: 1px solid #b7b7b7;
	padding: 0.2em;
}
#main a {
	color: #004D9F;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;	
}
#main a:visited {
	color: #3371B3;
}
a.more/* */ {
	padding-right: 7px;
	text-decoration: underline;
	background: url("more.png") no-repeat 100% 5px;
}
a.back/* */ {
	padding-left: 8px;
	text-decoration: underline;
	background: url("back.png") no-repeat 0% 5px;
}
a.close/* */ {
	padding-left: 8px;
	text-decoration: underline;
	background: url("more.png") no-repeat 0% 5px;
}
a.print/* */ {
	padding-left: 15px;
	text-decoration: underline;
	background: url("print.png") no-repeat 0% 2px;
}

/* ###### Content ###### */ 
#content, td {
	line-height: 1.4em;
}
#content h1 {
	margin: 1.1em 0 1em 0;
	font-size: 1.3em;
}
#content h2 {
	margin: 0;
	font-size: 1.2em;
	margin-top: 0.3em;
}
#content h3 {
	margin: 1.5em 0 1.2em 0;
	padding-bottom: 3px;
	font-size: 1.1em;
	font-weight: normal;

	border-bottom: 1px solid #ddd;
}
#content h4 {
	font-size: 0.9em;
	margin: 0.5em 0 0 1em;
}
#content p {
	margin: 0.5em 1em 1em 1em;
	font-size:0.9em;
}

#content div.rss td{
	font-size: 0.9em;
	color: red;
}

/* ###### Homepage ###### */
#homeTop h2 {
	color: #ddd;
	margin: 0;
	font-size: 3em;
}
#homeTop ul {
	font-size:0.9em;
	margin: -1.7em 1em 1em 0.7em;
	padding-left: 2em;
	list-style-image: url("ulbullet.png");
}
#homeTop li {
	margin-bottom: 0.3em;
}


/* ###### Listen ###### */ 
#content ul, ol {
	font-size:0.9em;
	margin: 1.3em 1em 1.3em 1em;
	padding-left: 2em;
}
#content ul {
	list-style-image: url("ulbullet.png");
}
#content ul ul, ol ol {
	margin: 0.3em 1em 0.3em 1em;
	padding-left:0.5em;
}
#content li {
	margin-bottom: 0.3em;
}


/* ###### Formulare ###### */
#content form {
	font-size: 0.9em;
}
#content form table td {
	vertical-align: top;
}
.formText {
	padding: 0.5em 1em 0.5em 13px;
	text-align: right;
}
.formInput {
	padding-top: 0.3em;
}
.formInput input {
	width: 250px;
}
.formInput textarea {
	width: 250px;
}
#checkboxes .formCheckbox {
	padding-top: 0.5em;
}
#checkboxes .formCheckboxText {
	padding: 0.5em 0.5em 0.5em 0.5em;
}
#surveyItems .svItem {
	text-align: center;
}
#surveyItems .svItem.text {
	text-align: left;
}
#surveyItems .svItem.start {
	border-left: 1px solid #ddd;
}


/* ###### Gästebuch ###### */ 
#content h4.gb {
	font-size: 11px;
}
#content p.gb {
	margin: 0 13px 1.3em 0.5em;
}

/* ###### Sidebar ###### */ 
#sidebar h1 {
	margin: 0.5em;
	font-size:3em;
	color: #e0e0e0;
}

#sidebar h2 {
	color: #919191;
	margin: -2.3em 0 0 2.3em;
	font-size:1.2em;
}

#sidebar h4 {
	margin: 0.5em 0 0.2em 1.8em;
	font-size:0.9em;
	font-weight: bold;
	margin-top: 1.5em;

}
#sidebar p {
	margin: 0.2em 0 0 1.9em;
	font-size:0.9em;
	line-height: 1.5em;
}
#sidebar img {
	margin: 0.5em 0 0.5em 0;
}
#sidebar ul.nobullet {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size:0.9em;
	line-height: 1.5em;
	list-style: none;
}




/* ###### Footer ###### */ 
#footer {
	font-size:0.8em;
}
#footer a {
	color: #68676B;
	text-decoration: none;	
}
#footer a:hover {
	text-decoration: underline;	
}
#footer a:visited {
	color: #999;
}