/****************************************
*
*   CSS Layout
*   (c) Thomas Petautschnig 2007
*
****************************************/


/*********** INITIAL SETTINGS */

body {
	width:100%;
	margin:0 auto;
	text-align:left;
	background:#ffffff url("../img/grass.jpg") repeat-x bottom left;
	background-attachment: fixed;
	font: 75%/1.5 verdana, arial, helvetica, sans-serif;
	color:#666666;
}

h1 {
	font-size: 3em;
	letter-spacing: -1px;
	font-weight: bold;
	color:#ff842f;
	//margin-bottom:0.5em;
}

h2 {
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #FF6600;
	//margin-bottom:0.5em;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#ff842f;
}

a:hover {
	text-decoration:underline;
	color:#ff6600;
}

p {
	/*padding-bottom:2em;*/
}

.break {
	clear:both;
}


/*****************************************/

#wrap {
	margin:auto;
	/*margin-top:30px;*/
	width:550px;
	height:550px;
	position:relative;
}

#content {
	margin:auto;
	/*margin-top:30px;*/
	width:550px;
	height:550px;
}

#menu {
	width:550px;
	margin:auto;
	padding-top:10px;
	padding-right:35px;
	text-align:right;
}

#geschenke {
	position:absolute;
	width:170px;
	height:450px;
	top:40px;
	left:-220px;
	background:transparent url(../img/xmas-bg.png) no-repeat top left;
	padding:52px 23px 0 23px;
}

#geschenke div.inner {
	padding:70px 10px 0 10px;
	text-align:center;
	margin:auto;
}

#geschenke img {
	border:1px solid orange;
	margin-bottom:-5px;
}

#geschenke a, #geschenke a:hover {
	display:block;
	text-decoration:none;
	padding-bottom:4px;
}