@charset "utf-8";
@import url("font.css");
@import url("style.css");
@import url("position.css");
@import url("menu.css");
/*@import url("form.css");*/
@import url("veranstaltung.css");
@import url("kalender.css");
@import url("formular.css");


body{ font-size:15px; font-family:sonus-light,Arial, Helvetica, sans-serif;}
/* CSS Document */

/* undohtml.css */
/* (c) 2004-2010 Tantek Çelik. Some Rights Reserved. http://tantek.com */
/* This style sheet is licensed under a Creative Commons License.      */
/*             http://creativecommons.org/licenses/by/2.0              */

/* Purpose: undo some of the default styling of common browsers        */

/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lower halves of words */
:link,:visited,ins { text-decoration: underline; }

/* no list-markers for nav lists, default markers work well for item lists */
nav ul,nav ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code/kbd too */
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; font-weight:normal; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
dl,ul,ol,li,
h1,h2,h3,h4,h5,h6,
html,body,pre,p,blockquote,
form,fieldset,input,label
{ margin:0; padding:0 }

/* who thought blue linked image borders were a good idea? no abbr borders */
abbr, img, object,
a img,:link img,:visited img,
a object,:link object,:visited object
{ border:0 }

/* de-italicize address,abbr */
address,abbr { font-style:normal }

.clr, .clear { clear:both; float:none; }

@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, li, a, u, b, span, p {
	font-family:sonus-light,Arial, Helvetica, sans-serif;;
	color: #424242;
	}
	
	h1 {font-family:futura_light,Arial, Helvetica, sans-serif;color:#06438c; font-size:2.2em; text-transform:uppercase;}
	h2 {color:#06438c; font-size:1.35em; line-height:1.35em;}
	h3 {}
	h4 {}
	h5 {}

	
	p {color: #424242;font-size: 1em;line-height: 1.3em;}

	a{color:#06438c;text-decoration: underline;}
	
	a:hover {color:#9B9C9C;text-decoration: underline;}

/*   */






