/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color and Font Legend */

font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Volkhov', serif;




/* 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: middle;
	}

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%;
	margin-top: 5px;
}


/* Global */

html 	{	}


body { background-color:#F8ECB1 } 


/* Headings */

h1, h2, h3, h4, h5 { font-family:"Times New Roman", Times, serif;font-weight: bold; color:  }

h1 { font-size:24px; color:#C00; }
h2 { font-size:22px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-family:"Times New Roman", Times, serif; font-size:18px; }

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



/* Text Elements */

p          {font-family:"Times New Roman", Times, serif; font-size:12px; text-align:justify; }
p .left	   {  }
p .right   {  }
.p-center   {text-align:center;  }
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:14px; }

strong      	{ font-family:"Times New Roman", Times, serif; font-weight: bold; }
em		     	{ font-style: italic; }

/* Images */



/* Lists */

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

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 */
.footer-text		{ font-size:12px; font-style:normal; color:#fff;
					text-align:center; margin-top:12px; }

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:normal}


/* Containers */

#wrapper 			{
	background-clor:#ecc484;
	background-repeat:repeat-y;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	border-left:2px #808000 solid;
	border-right:2px #808000 solid;
}

#top	 			{ background-image:url(../images/top-logo.jpg);
					width:1000px; height:120px; 
					background-repeat:no-repeat; 
					border-bottom:5px #fff solid;
					loat:center;   }

#name				{
	float: left;
	padding: 48px 0 0 280px;
	margin-right: 35px;
}
#name h1			{ color:#ecc484; }
#name h2, #name h3	{ color:#E7DECB; }
#name h2			{ font-size:32px; margin-bottom:10px; }
#name h3			{ font-size:14px;  }

#logo			{ 	}
#tagline		{ 	}
#slogan			{ 	}

#banner 			{    }

#subbanner 			{ width:100%;  
						background-image:url(../images/bg/top-bg.jpg);
						border-top:2px #DFD2BF solid;   }
#subbanner h3		{ color:#fff; font-size:24px; text-align:center;
						font-weight:normal; padding:10px 25px; line-height:160%; }

#social-media		{
	/* [disabled]float:right; */
	padding: 45px;
}
#social-media ul 	{	}
#social-media ul li	{ display:inline; 	}
#social-media img	{ 	}


#topnav 			{ padding:12px 25px;  background-color:#899365; 
						border-top:5px #fff solid;
						border-bottom:5px #fff solid;					
						float:center;   }

#topnav ul			{ 	}
#topnav ul li		{ display:inline; margin-right:50px; 	}
#topnav ul li a		{ font-family:Georgia, "Times New Roman", Times, serif;
					font-size:18px; font-weight:bold; 	}

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

#content-wrapper 	{    }

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

#leftnav a:link			{ color:#03F	}
#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			{	}


#content 		{  width:1000px;   }
#content p		{ font-family:"Times New Roman", Times, serif; font-size:18px; color:#000;}
#content-text 	{float:left;
	width:920px;
	background-color:#aeba72;
	line-height:120%;
	padding-left: 40px;
	padding-right: 40px;
	height: auto;
}
#content-text p	{ font-family:"Times New Roman", Times, serif; font-size:18px; line-height:120%;	}
#content-text a	{ font-family:"Times New Roman", Times, serif; font-size:18px;  color:#00F	}
#content-text a h1 { font-family:"Times New Roman", Times, serif; font-size:32px;  color:#F06	}
#content-bild   { float:left; width:970px; padding:15px 15px 15px 15px;	background-color:transparent; text-align:left;}								
#content h1		{ font-size:32px; color:#F06: 	}
#content h2		{ font-size:22px; 	}
#content h3		{ font-size:20px;	}
#content img		{ }
#content li		{ 	}
#content a		{	}
#content a:link			{ color:#30F;	}
#content a:visited		{ 	}
#content a:active		{	}
#content a:hover		{	}
#content a:focus		{	}

#rechts			{
	padding:20px 10px 6px 12px;
	float:right;
	width:240px;
	background-color:#AEBA72;
	border-left:5px #fff solid;
}
#rechts p		{ font-family:"Times New Roman", Times, serif; font-weight:normal;   color:#000;}
#rechts	h2		{ font-size:22px; color:#000; text-align:center;  }	
#rechts	h1		{ font-size:32px; color:#F03;	}
#rechts a:link h1	{ font-family:"Times New Roman", Times, serif; font-weight:bold;  color:#C36: text-align:center;   line-height:normal;}



#team			{	}

#faq				{	}

#events			{ 	}

#bottom-banner		{ 	}

#footer 			{ clear:both; background-color:#899365; width:1000px; height:60px; 
						border-top:5px #fff solid;
					 }
#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;	}


#box1 {   }

#box2 {   }

#box3 {   }

#box4 {   }

#box5 {   }

#box6 {   }

#box7 {   }

#box8 {   }

#box9 {   }


/* 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; }


/* Layout Extra */






#tootip {
	font:"Times New Roman", Times, serif
	font-weight: bold;
	cursor: help;
	font-style: normal;
	color:#33F;
}

/* Navigation Extra */

 
#nav-outer{padding:12px 0 0 25px;  height:30px;  background-color:#899365; 
					border-top:5px #fff solid;
					border-bottom:5px #fff solid;float:center;   }
#nav-outer1{padding-left:12px; padding-top:5px;  width:160px; height:50px;  background-color:#A00;
				   border-top:5px #fff solid;
				   border-bottom:5px #fff solid;
				   margin-left:300px; }
#nav-outer2{padding-left:12px; padding-top:5px;  width:90px; height:25px;  background-color:#A00;
				   border-top:5px #fff solid;
				   border-bottom:5px #fff solid;
				   margin-left:300px; }	
#nav-outer3{padding-left:12px; padding-top:5px;  width:140px; height:25px;  background-color:#A00;
				   border-top:5px #fff solid;
				   border-bottom:5px #fff solid;
				   margin-left:300px; }					   			   
#nav {}
#nav ul{ list-style-type:none; font:"Times New Roman", Times, serif; font-weight:lighter; }
#nav li { float:left; margin:0;}

#nav li a { width:auto; display:block; text-align:left; padding:0px 0px 10px 0px;
 color:#ecc484; margin-right:45px;  text-decoration:none;   font:"Times New Roman", Times, serif; font-weight:lighter;}
#nav ul li a	{ font-family:Georgia, "Times New Roman", Times, serif;
					font-size:18px; font-weight:lighter;   	}
#nav li a:hover { color:#1f1e21; font:"Times New Roman", Times, serif;font-weight:lighter; }
#nav ul ul { display:none; position:absolute; z-index:999; }
#nav li li { float:none; }
#nav li li a { background:#899365;!important; text-align:left; height:30px;  width:auto; margin-left:8px; padding:2px 10px 0px 8px; border:1px #fff solid; border-top:1px #fff solid; margin-right:0; ; }
#nav  ul li li a { background:#899365;!important; text-align:left; height:30px;  width:auto; margin-left:8px; padding:10px 10px 0px 8px; border:1px #fff solid; border-top:1px #fff solid; margin-right:0; ; }
* html li li { display:inline; } /* IE6 Bugfix... */
-colr

/* 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; }


/* Miscellaneous  */

.copyright-text	{ font-size:80%; font-style:italic; color:#333; }
.footer-text		{ font-size:12px; font-style:normal; color:#fff;
					text-align:center; margin-top:12px; }

.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;  }

.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;  }

.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; }

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

.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; }
