/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:regular,bold);

/*{margin: 0px; padding: 0px;}*/
body {
	height: 130%;
	width: 100%;
	overflow: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 1.3em;
	color: #333;
	background: #fff;
}

.border {
	border: thin black solid;
}

/* 
Colors:

Dark green	(Heading) 		#336633;

Dark Grey  	(Text)	 		#333333;

Mid Gray	(Small Text)		#555555;

Light Gray	(Border)		#b0ab9f;

Smokey White	(Background)		#fffde4;

Soft Green	(OverDiv, OverMouse)	#c0e078;

Strong Green	(ClickImg, ClickMouse)	#adcd67;

*/ 


/**************/
/* Typography */ 
/**************/


h1 {
	font-size: 22pt;
	font-weight: bold;  
	line-height: 1.2em;
	letter-spacing: 0.11em;
	margin-bottom: -15px;
	margin-top: 0px;
	color: #555;	
	font-family: 'Yanone Kaffeesatz', Trebuchet, 'Trebuchet MS', Arial, sans-serif;
}
h2 {
	font-size: 12pt;
	font-weight: bold;  
	line-height: 1.4em;
	letter-spacing: 0.03em;
	color: #333;
}
h3 {
	font-size: 12pt;
	font-weight: normal;  
	line-height: 1.0em;
	letter-spacing: 0.02em;
	color: #333;
}
h6 {
	margin-bottom: 10px;
	font-weight: bold;  
	line-height: 1.2em;
	letter-spacing: 0.04em;
}
h6.space50 {
	margin-top: 30px;
}
p {
	margin-bottom: 3px;
		font-size: 12pt;
	font-weight: normal;  
	line-height: 1.0em;
	letter-spacing: 0.03em;
	color: #333;
}
p.space {
	margin-top: 15px;
}
p.space50 {
	margin-top: 44px;
}
p.small {
	font-size: 10px;
	line-height: 1.1em;
	text-align: left;
	color: #555555;
}
p.strong {
	font-weight: bold;
}
p.footertext {
	position: absolute;
	bottom: 8px;
}

span.dreidot {
	letter-spacing: -0.18em;
	color: #c0e078;
}
span.zweidot {
	letter-spacing: -0.12em;
	color: #c0e078;
}
span.eindot {
	letter-spacing: -0.08em;
	color: #c0e078;
}
.black {
	color: #333;
}
.black2 {
	border: thin solid black;
}

/*Links*/

a {
	padding: 0px 3px;
	color: #333;
	border: none;
	/*background-color: #c0e078;*/
}
a:visited {
	color: #333;
}
a:hover {
	color: #000;
	/*background-color: #adcd67;*/
}
a:active {
	color: #333;
}
a:focus {
	outline: none;
}


a.nobg {
	background-color: transparent;
}
a.nobg:hover {
	background-color: transparent;
}

.videocaptions{
	height:25px;
	opacity:.75;
	background:#fff;
	top:0%;
	color:#000;
	font:normal;
	overflow:hidden;
	margin:0 0 0 -180px;
	width:190px;
	padding:0 40px 0 5px;
	z-index:10000;
}



/* table */

table {
}
td.kontakt {
	vertical-align: top;
}
td.small {
	width: 70px;	
}
td.space {
	padding-top: 5px;	
}
td.right {
	text-align: right;
}

/* mail */
input {
	width: 270px; 
	height: 20px;
	border: 1px solid #eee;
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.3em;
	color: #444;
	background-color: #eee;
	margin-top: -2px;
}
input:focus {
	background-color: #c0e078;
	border: 1px solid #b0ab9f;
	color: #222;
}
textarea {
	width: 270px; 
	height: 200px;
	border: 1px solid #eee;
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.3em;
	color: #444;
	background-color: #eee;
	overflow: auto;
}
textarea:focus {
	background-color: #c0e078;
	border: 1px solid #b0ab9f;
	color: #222;
}
input.mail {
	width: 55px; 
	height: 20px;
	margin-left: 4px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #c0e078;
	background-color: #c0e078;
}
input.mail:hover {
	background-color: #adcd67;
}
input.mail:active {
	color: #000; 
	padding-top: 2px;
	padding-left: 1px;
	background-color: #adcd67;
	border-top: 2px solid #336600;
	border-left: 2px solid #336600;
	border-right: 2px solid #ccff99;
	border-bottom: 2px solid #ccff99;
}
input.mail:focus {
	outline: none;
}



div.menu {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left:-340px;
	width: 680px;
	padding-left: 7px;

}
span.auswahl{
	position: absolute;
	left: 50%;
	vertical-align: top;
	text-align: right;
	width: 340px;
}

#accordion {
	position: absolute;
	left: 50%;
	top: 140px;
	margin-left:-340px;
}
div.width673 {
	background-color: #fffff;
	border: thin white solid;
	width: 673px;
	padding-left: 7px;
	padding-top: 5px;
}

div.header {
	background-color: #fffff;
	border: thin white solid;
	width: 673px;
	padding-left: 7px;
	padding-top: 5px;
}
div.header:hover {
	color: #000;
	background-color: #adcd67;
}
div.header:active {
}
div.spacer {
	height: 150px;
}

h1.toggler {
	cursor: pointer;
}

/*
div.element p {
	margin:0px;
	padding:-2px 0px 0px -4px;
	height: 340px;
	width: 680px;
	background: white url(Clipboard02.jpg) 0px 0px no-repeat;
}
/*

