/*Dieter Kuchenmeister */



/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

blockquote, q { quotes: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul, li	{ list-style: none; }

img			{ max-width:100%; }


/* Global */

html 	{	}
body		{ -webkit-font-smoothing: antialiased; 
			-webkit-text-size-adjust: 100%;
			background-color:#d1dfea}



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: 200; color: #000;
						font-family:Verdana, Geneva, sans-serif; }

h1 	{ font-size:24px; }
h2 	{ font-size:24px; text-align:center; }
h3 	{ font-size:24px; text-align:center; color:#EEE }
h4 	{ font-size:30px; text-align:center; color:#EEE line-height:150%;}
h5 	{ font-size:14px; }
h6 	{ font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p, li, a		{ font-family:Verdana, Geneva, sans-serif: }

p           	{ color:#000; font-size:12px; line-height:150%; text-align:left;  }
p .left		{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	
a:link		{ color: #00f;  }
a:visited		{ color: #0f0;  }
a:active		{ color: #000;  }
a:focus		{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		     { font-style: italic; }

/* Images */



/* Lists */

ul li		{ color:#000; font-size:12px; }
ol li	     { color:#000; font-size:12px; }

li			{ 	}

ul.square 	{ list-style: square outside; }
ul.circle 	{ list-style: circle outside; }
ul.disc 		{ list-style: disc outside; }

ul 			{ list-style: none outside; }
ol 			{ list-style: decimal; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr			{	}
.odd			{ background-color:#eee; }
.even		{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody		{    }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym  { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */

#wrapper 			{    }

#header			{ width:100%; height:10px; 
					background-image:url(../images/bg/rainbow.png);
					background-repeat:repeat;
					border-bottom:2px #EEE solid; }

#top	 			{ width:900px; margin:0 auto;   }
#top-bg			{ width:100%; height:60px; 
					background-image:url(../images/bg/top-neader-bg.fw.png);
					background-repeat:repeat;	}

#name			{ float:left;	}
#name h1			{ font-family:'Lilita One', Arial, Helvetica, sans-serif;
					font-size:42px; color:#fff; text-transform:uppercase;
					padding:10px 0 0 0; font-weight:normal; }
#logo			{ 	}
#tagline			{ 	}
#slogan			{ 	}

#topsubnav			{ float:right;	}
#topsubnav ul			{ padding-top:15px;	}
#topsubnav ul li		{ display:inline; font-size:18px; margin-left:25px; 	}
#topsubnav ul li a		{ text-transform:uppercase; font-weight:bold;	}

#topsubnav a:link		{ color:#fff;	}
#topsubnav a:visited	{ color:#fff;	}
#topsubnav a:active		{ color:#fff;	}
#topsubnav a:hover		{ color:#CFC;	}
#topsubnav a:focus		{ color:#CFC;	}



#topnav 			{ width:900px; margin:0 auto; padding:10px 0;   }
#topnav-bg		{ width:100%; height:40px; 
					background-color:#b0d046;
					background-repeat:repeat;	}

#topnav ul		{ 	}
#topnav ul li		{ display:inline; font-size:18px; margin-right:30px;	}
#topnav ul li a	{ 	}

#topnav a:link		{ color:#fff;	}
#topnav a:visited	{ color:#fff;	}
#topnav a:active	{ color:#fff;	}
#topnav a:hover	{ color:#CFC;	}
#topnav a:focus	{ color:#CFC;	}

#banner 			{ width:900px; margin:0 auto;  }
#banner-bg		{ width:100%; height:250px; margin:0 auto;
					border-top:2px #fff solid; border-bottom:2px #fff solid; 	}

#subbanner 		{ width:900px; margin:0 auto; padding: 5px 0px 0px 0px  }
#subbanner-bg		{ width:900px; height:160px; margin:0 auto;  	}
#subbanner h3		{ text-align:center; font-size:42px; text-transform:uppercase;
					font-family:'Lilita One', Arial, Helvetica, sans-serif; }

#social-media		{	}
#social-media ul 	{	}
#social-media ul li	{ display:inline; 	}
#social-media img	{ 	}

#content-wrapper-bg	{	}
#content-wrapper 	{    }

#leftnav 			{    }
#leftnav h2		{ 	}
#leftnav h3		{ 	}
#leftnav p		{ 	}
#leftnav img		{ 	}
#leftnav li		{ 	}
#leftnav a		{	}

#leftnav a:link		{ color:#000;	}
#leftnav a:visited		{ color:#000;	}
#leftnav a:active		{ color:#000;	}
#leftnav a:hover		{ color:#000;	}
#leftnav a:focus		{ color:#000;	}

#leftside 		{    }
#leftside h2		{ 	}
#leftside h3		{ 	}
#leftside p		{ 	}
#leftside img		{ 	}
#leftside li		{ 	}
#leftside a		{	}

#rightside 		{ float:right; width:300px; margin:60px 10px 20px 40px; padding:15px;
					border:1px #fff solid; background-color:#936;   }
#rightside h2		{ 	}
#rightside h3		{ 	}
#rightside p		{ 	}
#rightside img		{ 	}
#rightside ul li	{ margin-left:40px; }
#rightside li		{ list-style-type:square; 	}
#rightside a		{	}

#rightside a:link		{ color:#000;	}
#rightside a:visited	{ color:#000;	}
#rightside a:active		{ color:#000;	}
#rightside a:hover		{ color:#000;	}
#rightside a:focus		{ color:#000;	}

#content 			{ padding-top:20px; margin:0 auto; width:900px;  }
#content-bg		{ 	}

#content h1		{ 	}
#content h2		{ 	}
#content h3		{ 	}
#content p		{ 	}
#content img		{ 	}
#content li		{ 	}
#content a		{	}

#content a:link	{ color:#fff;	}
#content a:visited	{ color:#fff;	}
#content a:active	{ color:#fff;	}
#content a:hover	{ color:#C4FFC4;	}
#content a:focus	{ color:#C4FFC4;	}

#gallery			{	}

#team			{	}

#faq				{	}

#events			{ 	}

#bottom-banner		{ 	}
#footer 			{ width:900px; margin:0px auto;  }
#footer img		{ padding-top:30px; }
#footer-bg		{
					width:100%; height:150px; 
					border-top:2px #fff solid; clear:both;	}
#footer p			{ 	}

#footer a:link		{ color:#000;	}
#footer a:visited	{ color:#000;	}
#footer a:active	{ color:#000;	}
#footer a:hover	{ color:#000;	}
#footer a:focus	{ color:#000;	}

#bottom-bg		{ background-color:#b0d046;;	
					background-repeat:repeat;
					width:100%; height:93px; margin-bottom:30px;
					border-top:2px #fff solid; }
#bottom			{ width:900px; margin:0 auto; padding:10px; }


.black			{ color:#000; }

.icon			{ float:left; margin:20px; }



#box			{ width:900px; height:auto; 
					background-color:#3d5ba4; border:2px #fff solid;}					

#box1 			{ width:298px; height:200px; float:left; 
					background-color:#6686bd; border:1px #fff solid;  }

#box2 			{ width:298px; height:200px; float:left;
					background-color:#e0df4e; border:1px #fff solid;  }

#box3 			{ width:298px; height:200px; float:left;
					background-color:#b0d046; border:1px #fff solid;  }

#box4 			{ width:898px; height:auto; clear:both;
			padding-top:10px;
			padding-bottom:10px;
			background-image:url(../images/banner/hintergrund.png);
					 border:2px #fff solid;
					 margin-top:2o;
					 margin-bottom:20px;  }

#box5 			{ width:298px; height:200px; float:left;
			margin-top:20px;
			margin-bottom:40px;
			background-color:#b0d046; border:1px #fff solid;  }

#box6 			{ width:298px; height:200px; float:left;
			margin-top:20px;
			margin-bottom:40px;	
			background-color:#e0df4e; border:1px #fff solid;  }

#box7 			{ width:298px; height:200px; float:left;
			margin-top:20px;
			margin-bottom:40px;	
			background-color:#6686bd; border:1px #fff solid;  }



					

#sidebox 			{ float:right; width:300px; margin:60px 10px 20px 40px; padding:15px;
					border:1px #fff solid;    }
#sidebox h2		{ 	}
#sidebox h3		{ 	}
#sidebox p		{ 	}
#sidebox img		{ 	}
#sidebox ul li		{ margin-left:40px; }
#sidebox li		{ list-style-type:square; 	}
#sidebox a		{	}

#sidebox a:link		{ color:#000;	}
#sidebox a:visited		{ color:#000;	}
#sidebox a:active		{ color:#000;	}
#sidebox a:hover		{ color:#000;	}
#sidebox a:focus		{ color:#000;	}



/* Hide Print Headings */

#print-header		{ display:none; 	}
#print-header h1	{ display:none;	}
#print-header h2	{ display:none;	}
#print-header h3	{ display:none;	}
#print-header p	{ display:none;	}

#print-footer 		{ display:none;	}
#print-footer h4	{ display:none;	}


/* Hide Skip Links For Visually Impaired Screen Reader Users */

#skip 	{ display:none; }



/* Colors  */

.bg-purple 		{ background-color:#8000FF; }
.bg-crimson		{ background-color:#936;    }
.bg-green			{ background-color:#00B75B; }
.bg-pink			{ background-color:#FF51A8; }
.bg-lgtblue		{ background-color:#6699FF; }
.bg-red			{ background-color:#FF0000; }
.bg-dkblue		{ background-color:#0078B3; }
.bg-orange		{ background-color:#E17100; }
.bg-dkgreen		{ background-color:#006F00; }
.bg-dkred			{ background-color:#900;  	}
.bg-yellow		{ background-color:#E6E600;   }
.bg-dkorange		{ background-color:#BB5E00; 	}
.bg-medgreen		{ background-color:#0D0;  	}
.bg-medblue		{ background-color:#04ADFF;   }
.bg-dkpurple		{ background-color:#6300C6;   }

.txt-red			{ color:#994D4D; }
.txt-yellow		{ color:#FF0; }
.txt-orange		{ color:#F90; }
.txt-green		{ color:#0F0 }
.txt-blue			{ color:#00A5F4; }
.txt-purple		{ color:#93F; }


/* Layout Extra */



/* Navigation Extra */



/* Forms */

#form1	 				{ margin:0 0 0 0; 	}

ol li					{ display:block; padding:20px 0px 5px 0px; }

form ol 					{ list-style-type:none; }

label 					{ display: block; margin:10px 0 8px 0; 
							font-family:Arial, Helvetica, sans-serif; font-size:14px;
							text-transform:uppercase;  } 
								
input, textarea, select 		{ display: block; width:400px; }

input					{	}

textarea					{	}

select					{	}

.submit					{ padding:5px 20px; width:140px; }


/* Buttons */

.read-more		{ 	font-size:12px;
					font-weight:normal;
					text-align:center;
					color:#000;
					font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
					
					display: inline-block;
					padding:.35em 3em; margin:10px 0px 10px 20px;  
					
					border:1px #ddd solid;
					border-radius:0em;
					}

.read-more:hover	{	color:#000;
					background-color:#666;  
					}
					
.read-more a		{ 	 }


.more-info		{ 	font-size:12px;
					font-weight:normal;
					text-align:center;
					color:#000;
					font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
					
					display: inline-block;
					padding:.65em 2em; margin:10px 0px 10px 0px;  
					
					border:1px #ddd solid;
					border-radius:0em;
					}

.more-info:hover		{ background-color:#aaa;  	}
					
.more-info a:hover		{ color:#fff;	 }
					
.black-btn		{ background-color:#444; }

/* Miscellaneous  */

.copyright-text	{ font-size:10px; font-style:italic; color:#333; }
.footer-text		{ font-size:14px; font-style:bold; color:#fff; text-align:center;
					font-family:Verdana, Geneva, sans-serif; }

.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle			{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.address			{ font-size:10px; font-style:normal; color:#000; }
.city			{ font-size:10px; font-style:normal; color:#000; }
.telephone		{ font-size:10px; font-style:normal; color:#000; }
.email			{ font-size:10px; font-style:normal; color:#000; }
.website			{ font-size:10px; font-style:normal; color:#000; }

.pub-date			{ font-size:10px font-style:italic; color:#555; }
.article-date		{ font-size:10px font-style:italic; color:#555;  }
.location			{ font-size:10px font-style:italic; color:#555;  }

.float-right		{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.left			{ text-align:left; }
.center			{ text-align:center; }
.right			{ text-align:right; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }
.inline-block		{ display:inline-block; }
.inline-table		{ display:inline-table; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      		{ background:#D7D7FF; }
.removed    		{ background:#FFCECE; color:#f00; }
.changed			{ background:#FFB; }





/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice		{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   	{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 		{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 		{ color: #8a1f11; }
.alert a 		{ color: #8a1f11; }
	
.notice a   	{ color: #514721; }
.success a  	{ color: #264409; }
.info a		{ color: #205791; }


