body{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
}

h1, h2, h3{
	font-weight:bold;
	font-style:normal;
	margin-bottom:15px;
	margin-top:15px;
}


h1{
	font-size:1.6em;
}
h2{
	font-size:1.2em;
}

h3{
	font-size:1em;
	margin-bottom:5px;
}


#mainnav a{
	text-decoration:none;
	text-shadow:  1px 1px rgba(255, 255, 255, 0.5);
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	transition:color 0.3s ease;
	font-size:0.8125em; /*14px /16px */
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	padding-top:0.5em;
}

#mainnav li:hover ul li a {
	font-size:0.75em; /*12px / 16px */
	padding:5px;
}

#secondnav li a{
	font-size:0.8125em; /* 13px / 16px */
	line-height:1.2;
}


#textwidth{
	max-width:500px;
}
a{
	text-decoration:none;
	
	font-size:0.8125em; /* 12px / 16px */
	
}


a.archiv {
	font-weight:bold;
}


p, td, th, label, input, address {
	font-size:0.875em; /*12px / 16px */
}
td a{
	font-size:1em;
}

th,b {
	font-weight:bold;
}
p, address{
	margin-bottom:5px;
	margin-top:5px;
	line-height:1.2;
}

address {
/*	font-size:0.8125em; 
	font-style:italic;
	font-family:Georgia;*/
	
}
h1.welcome{
	font-size:2em;
}
p.copy{
	font-size:0.625em; /* 10px / 16px */
}
p.error{
	color:red;
}
p.success{
	color:green;
	border:1px solid #373737;
}
p.impressum{
	font-size:0.625em;
}

a.delete{
	font-weight:bold;
	font-size:1.1em;
	color:red;
}

input, textarea{
	font-size:0.8125em;
}

