/*
* 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
================================================== */

.container{
	color: #333;
	line-height: 165%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#abstand{
	height: 80px;
	border-top: 4px #18a096 solid;
	}
#medimedlogo{
	
	}
.sixteen.columns hr{
	margin: 20px 0 20px 0;
	}
.sixteen.columns.subnavi{
	height: 20px;
	}
#nav{	
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color: #ccc;
	font-weight: 300;
	text-transform:uppercase;
	margin: 15px 0 0 0;
	text-align: right;
	}
#nav a{
	text-decoration:none;
	}
#nav li{
	display: inline;
	margin: 0 0px 0px 15px;
	}
#nav li:first-child{
	margin: 0;
	}
#nav li.current{
	border-bottom: 2px #18a096 solid;
	color: #ccc;
	}
#nav a:hover{
	border-bottom: 2px #074787 solid;
	}
#nav ul{
	padding: 0;
	margin: 0;
	}
	
#Praxis #navPraxis a:link, #Eigenschaften #navEigenschaften a:link, #Impressum #navImpressum a:link, #Bestellen #navBestellen a:link, #Home #navHome a:link{
	border-bottom: 2px #18a096 solid;
	color: #ccc;
}

#headerimage{
    border-bottom: 1px #ccc solid;
	margin-bottom: 15px;
}
h2{
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	font-weight: 300;
	color: #18a096;
	}
h3{
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	font-weight: 300;
	text-transform:uppercase;
	color: #18a096;
	padding-bottom: 15px;
	}
#footer{
	height: 75px;
	color: #18a096;
	text-align:right;
	}
.one-third.column{
	text-align: left;
		}
.one-third img{
	display: block;
	margin: 0 auto 20px;
	}
input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		width: 95%;
		}
.disclaimer{
	border-left: 1px solid #ddd;
	font-size: 75%;
	color: #999;
	width: 80%;
	}
#contactform{
	background-color: #f1f1f1;
	padding-top: 10px;
	}
#contactform form{
	margin-left: 15px;	
	}
.galerie img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}
.banner img {
	margin-bottom: 0;
	padding-bottom: 0;
    max-width: 100%;
    height: auto;
}


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

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

	/* Normal */
	@media only screen and (min-width: 960px) {
		#navi{
			text-align: right;
			}
		
		}
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#navi{
			text-align: right;
			}
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#navi{
			text-align: right;
			padding: 5px;
			}
		
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#nav{
			text-align: left;
			font-size: 16px;
			}
		#nav li{
			
			}
		#medimedlogo{
		width:100%;
		border-bottom: 1px solid #ddd;
	}
		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#nav{
			text-align: center;
			font-size: 16px;
			}
		#nav li{
			display: block;
			background-color: #f1f1f1;
			padding:9px 0 9px 0;
			margin: 2px 0 2px 0;
			}
		#nav li.current{
	border-bottom: none;
	background-color: #18a096;
	color: #fff;
	}
		#medimedlogo{
		width:100%;
		border-bottom: 1px solid #ddd;
	}
	#headerImage{
		display:none;
		}
		
		}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/