/*
* 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 {
	background-image:url(../images/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Cabin', sans-serif; font-weight:400;
	font-size:15px;
	line-height:1.7em;}
	
html, body {height:100%}

a, a:visited, a:active {
	color:#fff;
	text-decoration:none;}

#bodyLebenslauf {
	background-image:url(../images/bg_lebenslauf.jpg);}
	
#bodyProjekte {
	background-image:url(../images/bg_projekte.jpg);}

#bodyImpressum {
	background-image:url(../images/bg_impressum.jpg);}

#info_small {
	text-align:right;
	padding-top:20px;
	line-height:1.4em;
	display:none;}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -52px;
	}

#cell_right {
	float:right;
	padding-right:32px;
	width:540px;
	margin-left:60px;
	height: 100%;
	}
	
#cell_left {
	padding-top:40px;
	padding-left:32px;
	float:left;
	position:fixed;}

#menu {
	height:30px;
	padding-top:20px;
	padding-bottom:30px}	
	
#contentDiv {
	padding-right:20px;}


#info, .push {
	height:52px;
	clear:both;}

#info {
	float:right;
	padding-right:32px;
	width:540px;
	text-align:left;}

p strong, td strong {font-family: 'Cabin', sans-serif; font-weight:700; font-size:1.2em;color:#fff !important}
.plus1 {font-size:1.5em}
.plus2 {font-size:1.8em}


/*@font-face {
	    font-family: 'GillSans';
	    src: url('../fonts/gillSans.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal; }
		
@font-face {
	    font-family: 'GillSansUltraBold';
	    src: url('../fonts/GILSANUB.TTF') format('truetype');
	    font-weight: normal;
	    font-style: normal; }
		*/
/* #Page Styles
================================================== */

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

/* Smaller than standard 1600 (devices and browsers) */
	@media only screen and (max-width: 1600px) {
		
		#cell_right, #info 
		{ 
		font-size:14px;
		}
		.headerImg 
		{ 
		max-width:650px;
		height:auto;}
		
		}


/* Smaller than standard 1280 (devices and browsers) */
	@media only screen and (max-width: 1280px) {
		#cell_right , #info
		{
			width:480px;
			font-size:13px;
		}
		#cell_left
		{
			padding-top:38px;
		}
		
		.headerImg 
		{
			max-width:460px;
			height:auto;
		}
		}
	
	

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1024px) {
		#cell_right, #info
		{
			width:380px;
			font-size:12px;
		}
		
		#cell_left
		{
			padding-top:32px;
		}
		
		.headerImg
		{
			max-width:350px;
			height:auto;
		}
		
		#contentDiv {
			height:350px;
		}
		
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		body 
		{
			background-color:black;
			background-image:url(../images/bg-780.jpg) !important;
			background-position: 0px 45px;
			background-size:auto;
			background-attachment:scroll;
		}
		
		#bodyLebenslauf {background-image:url(../images/bg-780-lebenslauf.jpg) !important;}
		#bodyProjekte {background-image:url(../images/bg-780-projekte.jpg) !important;}
		#bodyImpressum {background-image:url(../images/bg-780-impressum.jpg) !important;}
		
		#cell_left {		
			position:relative;
			margin-top:160px;
			margin-left:0px;
			padding-left:20px;
			}
		
		#cell_right 
		{
			float:left;
			width:auto;
			font-size:12px;
			margin-left:0px;
			margin-top:-310px;
	
			height:auto;
		}
		
		#contentDiv {

			height:auto;
			margin-left:20px;
			margin-bottom:-310px;
			margin-top:50px;
			padding-top:25px;
			}
		
		.headerImg
		{
			width:auto;
			height:20px;
			padding-top:0px;
			margin-left:0px;
		}
		
		#menu
		{
			position:relative;
			margin-top: 10px;
			text-align:right;
			margin-right: 0px;
			margin-bottom:200px;
		}
		
		#info
		{
			display:none;
		}
		
		#info_small {display:block;}
		
		}

	/* 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) {
		
		#cell_right
		{
			width:auto;
		}
		
		}


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