/*  
Theme Name: Gallery Daeppen
Theme URI: www.galley-daeppen.com
Description: Art 
Version: 1.0
Author: Peter Kancsar
Author URI: www.kancsar.com
*/

/* ---- Allgemeine Definitionen und Hacks ---- */

* { 
	margin:0; 
	padding: 0;
	border: 0; 
}
option {
	padding-left: 0.4em
}

html { 
	height: 100% 
}


/* ---- Seitenlayout ---- */

body { 
		min-height: 101%;	
		font-size: 100.01%; 
		position: relative; 
		color: #000;        
		background-color: #FFFFFF;
		text-align: left;
}
		 
#container{
	margin: 15px auto;
	width: 800px;
}


#header {
	width: 800px;
	}
	
#content{
	width: 800px;
}
#footer{
	width: 800px;
}


/* ---- navigation ---- */
#headerlogo{
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#headernavi_container{
	background-color: #CCCCCC}

#headernavi_short{
	height: 100%;
	padding: 5px 20px 5px;
	vertical-align: middle;
}

#headernavi_short li{
	list-style: none;
	display: inline;
}

#headernavi_box{
	height: 100%;
	padding: 5px 20px 5px;
	vertical-align: middle
}

#headernavi_box li{
	list-style: none;
	display: inline;
}
#headernavi_long{
	display: none;
}

#headernaviartists{
	height: 100%;
	padding: 5px 20px 5px;
}

/* ---- subnavigation ---- */

#artist{
	height: 100%;
	background-color: #F6F6F6;
	padding: 5px 20px 5px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	vertical-align: middle;
}

#sub_navi{
	height: 100%;
	background-color: #FFFFFF;
	padding: 5px 20px 5px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	vertical-align: middle;
}

#artistnavi li{
	list-style: none;
	display: inline;
}

/* ---- inhalte ---- */
#biography{
	padding: 0px 10px;
	background-color: #FFFFFF;
	width:796px;
	height: 100%;
	overflow: auto;
}


#portfolio{
	margin: 20px 0 20px 0;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	width:796px;
	height: 100%;
	overflow: auto;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

#content_einladung{
	padding: 0px 0 20px 0;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}


#content_text{
	padding: 20px 200px 20px 20px;
}

#content_formular{
	padding: 20px 20px 20px 20px;
}

#footernavi{
	height: 100%;
	background-color:#CCCCCC;
	padding: 5px 20px 5px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	vertical-align: middle	
}


/* ---- fusszeile ---- */

#footernavi li{ 
	list-style: none;
	display: inline;
}

#footerform{
	vertical-align: middle;
	text-align: left;

	}
