/*

	Theme Name: andre-ebert
	URI: http://www.quatrevios.de/
	Description: A custom theme for André Ebert - Schauspieler. Multilingual.
	Version: 1.0
	Author: Alexis Kremin
	Author URI: http://www.a-kremin.de/

	The CSS, XHTML and design is released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/	

*{
	padding: 0;
	margin: 0;
}

HTML{
	min-height: 100%;
	margin-bottom: 1px;
}
BODY{
	cursor: default;
	/*_height: expression(document.body.clientHeight);*/
	/*_border: 2px solid green;*/
}

BODY{
	background-color: #FFFFD9;
	font-family: Verdana, sans-serif;
	font-size: 99.07%;
	color: #021F85;
}
BODY.home{
}

	#header{
		position: fixed;
		top: 0;
		width: 100%;
		height: 70px;
		background-color: #021F85;
		border-bottom: 1px solid #ffc734;
	}
	BODY.home #header{
		height: 100px;
	}

		#header H1,
		#header H2{
			color: #dbd75c;
			text-align: center;
			margin: auto;
			font-size: 2em;
			float: right;
			clear: right;
			padding: 0.4em 0 0 0;
			font-weight: normal;
			width: 440px;
			letter-spacing: 0.5em;
		}
		BODY.home #header H1{
			font-weight: 110;
			padding: 0.65em 0 0 0;
		}
		#header H2{
			font-size: 1.1em;
			font-weight: normal;
			padding: 0;
			display: none;
		}
		BODY.home #header H2{
			display: block;
		}
		#header A#backbutton{
			position: absolute;
			font-size: 2em;
			font-weight: normal;
			padding: 0;
			display: block;
			float: left;
			margin: 15px 0pt 0pt 400px;
		}
		BODY.home #header A#backbutton{
			display: none;
		}

			#header A {
				color: #dbd75c;
				text-decoration: none;
			}

	#content{
		padding: 80px 16px 70px 16px;
		_padding: 10px 16px 10px 16px;
		font-size: 75%;
		min-width: 1000px;
		_width: 1000px;
	}
	BODY.home #content{
		padding: 100px 0 100px 0;
		text-align: center;
	}
		BODY.home #content #content-home-picholder{

		}
		BODY.home #content #content-home-picholder IMG{
			margin: 8px 16px;
			/*width: 250px;*/
		}

		#content H3,
		#content H4,
		#content H5,
		#content H6{
			margin: 0.5em 0 1em 0;
		}
		#content P{
			margin: 0 0 1em 0;
		}
		#content A{
			color: #ff7234;/*#021F85;*/
			text-decoration: none;
		}
		#content A:active,
		#content A:hover{
			text-decoration: none;
		}
		#content A:visited,
		#content A:active{
			color: #021346;/*#021F85;#021346;*/
			text-decoration: none;
		}
		#content A IMG{
			border: none;
		}
		#content TABLE{
			width: 100%;
			margin: 0 0 1em 0;
		}
			#content TABLE TR TD{
				height: 1.5em;
				font-size: 100%;
			}
	#menu{
		position: fixed;
		/*_position: absolute;*/
		bottom: 0;
		width: 100%;
		height: 70px;
		background-color: #021F85;
		border-top: 1px solid #ffc734;
	}
	BODY.home #menu{
		height: 100px;
	}
		#menu UL{
			margin: 1em 16px;
			list-style: none;
		}
			#menu UL LI{
				float: left;
				margin: 0 16px;
			}
				#menu UL LI A{
					display: block;
					color: #FFFFD9;
					text-decoration: none;
				}
				#menu UL LI A:hover,
				#menu UL LI.current_page_item A,
				#menu UL LI.current_page_parent A{
					text-decoration: underline;
				}
/* link-indication-styles */
A.liexternal{
	background: url(/wp-content/uploads/icon-external-link.png) center right no-repeat;
	padding: 0.2em 1.5em 0.2em 0;
}
A.lipdf{
	background: url(/wp-content/uploads/link-indication/link-icon_pdf_05.png) center right no-repeat;
	padding: 0.2em 1.5em 0.2em 0;

}
