/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body, h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif;	
}

h1, h2, h3 {
		color: #181818;
		font-weight: bold;
		margin-left: 1%;
		padding-bottom: 1%;
}
		
	h1 a, h2 a, h3 a { font-weight: inherit; }
	h1 { font-size: 21px; line-height: 30px; margin-bottom: 4px;}
	h2 { font-size: 17px; line-height: 24px; margin-bottom: 2px; }
	h3 { font-size: 14px; line-height: 21px; }

img {
	max-width:100%;
}

div.gallery-thumb > a> img {
	padding: 0;
}

.bg {
	border: 1px solid #000000;
	margin-top: 2%;
}


/* header */

div.head {
	line-height: 0;
	
}

.head img {
	display: block;
	margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000066;	
}

/* content */

article {
	margin-left: 1.5%;
	margin-right: 2%;
}
.content p {
	margin: 0 0 1% 1%;	
}

.content img {
	padding-left: 5%;
	padding-bottom: 2%;
}

.content p a, .content p a:visited {
	color: #0033cc;
	text-decoration: none;
}
.content p a:hover, .content p a:focus {
	color: #3399ff;
	text-decoration: underline;
}

ul {
  margin-left: 1%;
}


/* fussabteilung*/

#fuss {
	background: #ccccc9;	
}

footer p {
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #000066;
	font-size: 0.89em;
}

footer p a {
	color: #000066;
	text-decoration: none;
}

footer p a:hover {
color: #000066;
	text-decoration: underline;
}

/* CONTACT FORM */
.p01-contact {width: 300px; margin-left: 1%;}
.p01-contact .text input {
	width:300px;
	margin-bottom: 3px;
	padding: 0px !important;
}

/*.p01-contact .captcha input {width:275px;}*/
.p01-contact textarea, #p01-contact1_field2 {
    background-color:#FFF;
    border:1px solid #DDD;    
    /*font-size:12px;*/
    color:inherit !important;
    /*padding:5px;*/
    width: 300px;
    /*height: 80px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/PIE.htc);
}
  
#p01-contact1_field0, #p01-contact1_field1, #p01-contact1_field2, #p01-contact1_field3, #p01-contact1_field4, #p01-contact1_field5, #p01-contact1_field6, #p01-contact1_field7, #p01-contact1_field8, #p01-contact1_field9 {
	background-color:#ffffff;
	/*color:inherit !important;*/
	color: #000066;
	width: 250px;
	font-size:12px;
	/*margin-left: 2%;*/	
	border: 1px solid #000066;
	padding: 0;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*behavior: url(/PIE.htc);*/	
}


#p01-contact1_field3 {
	width: 250px;
}
/* #p01-contact1_field3, #p01-contact1_field6 {
	width: 100px;
} */
select#p01-contact1_field3, select#p01-contact1_field6 {
	width: 40px;
}
select#p01-contact1_field4, select#p01-contact1_field5, select#p01-contact1_field7, select#p01-contact1_field8 {
	width: 100px;
}
textarea#p01-contact1_field9 {
	width: 250px;
}

#p01-contact1_field11, label#p01-contact1_field11, #p01-contact1_field12, label#p01-contact1_field12 {
	display: none;
}
 
.p01-contact label {
	font-size: 12px;
	margin-left: 2.5%;
}  
  
#captchaimg {
	width: 150px;
	/*margin-left: 2%;*/
}
.captchaimg {
	width: 250px;
}

div.field.captcha > a {
	margin-left: 2%;
	font-size: 12px;
	font-weight: 700;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 3px;
	margin: 0 auto auto 0;
}

.contact-error {
    color: #FF0000;
}

.contact-success {
    font-size: large;
    color: #4B99AD;
}



/* login bereich */
.login {
	float: right;
	margin: 0 0 0 auto;
	font-size: smaller;
	padding: 0 0 0 5%;
	/*border: 0px solid pink;*/
}
	
.login a {
	text-decoration: none;
}
.login a:hover {
	text-decoration: underline;
}

  
/*navigation*/

.navigation {
	/*background-color: #ffe27d;*/
	/*z-index: 9998;*/
}

.container nav.primary {
	float:left;
	margin-top: 1%;
	margin-left: 2.5%;
	margin-bottom: 1.5%;
}

nav.primary {
	/*background-color: #00cc99;*/
	/*position: absolute;*/
	float:right;	
}

nav.primary ul,
nav.primary ul li {
	margin: 0px;
}

nav.primary select {
	display: none;
	width:  95%;
	/*height: 20px;*/
	margin: 0px auto 0px 0.5%;
}

nav.primary ul li {
	display: inline;
	float: left;
	position: relative;
	border-right: thin solid #666666;
}

nav.primary ul li a {
	display: inline-block;
	line-height: 15px;
	padding:  0 9px;
	color: #666666;
	/*text-transform: uppercase;*/
	text-decoration: none;
	/*font-weight: normal;*/
	/*letter-spacing: 0.08em;*/
}

nav.primary ul li a:hover {
	/*background: #009966;*/
	/*border: 1px solid #D5B860;*/
	cursor: pointer;
	color: #000066;
}

nav.primary ul li.current > a {
	color: #000066;
}

/*sub menu*/
nav.primary ul ul {
	opacity: 0; 
  	filter: alpha(opacity=0);
	position: absolute;
	top:100%;
	left: 0;
	z-index: 999999;
	background: #ffffff;	
	height: 0px;
	overflow: hidden;	
	min-width: 100%;	
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;	
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	
}

nav.primary ul li:hover ul {
	opacity: 10; 
  	filter: alpha(opacity=100);  	
	height: auto;
	overflow: auto;	
	display: block;
}

nav.primary ul ul li {
	float: none;
	display: list-item;
	border-bottom: 1px solid #766065;
}

nav.primary ul ul li a {
	display: block;
	color: #666666;
	/*line-height: 35px;*/
	text-transform: none;
	white-space: nowrap;
	position: relative;
	z-index: 999999;
	padding-top: 2px;
}

/* ************************* altes zeug */

/*ie multiple background image fallbacks*/
.ie .navigation {
	background: #ffffff;
}
 

/* #Page Styles
================================================== */




/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		div.container.bg > div.container {
			background: #000066;
		}
	
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	nav.primary {
			position: relative;			
		}
						
		nav.primary ul {
			display: none;
		}
		
		nav.primary select {
			display: block;
		}
	
	.content img {
	padding-left: 1%;
	padding-bottom: 1%;
	}		
	
	.head img {
		border-bottom: none;
	}
	
	
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
