/**
 * der-wegner.de
 * * yavantho 2011 *
 * Main screen styles
 *
 * @version $Id: der-wegner.css 13 2011-02-27 17:02:14Z mw $
 * @copyright 2011
 */


/* CSS 2.0, NOT! 2.1: */



/* blau #1156ba */

/* hellbraun links 825627 */
/* dunkelbraun #3f2b2d */


 @font-face {
   font-family: Fontin;
   src: url(Fontin-Regular.otf);
}

@font-face {font-family: 'PT Sans';
	src: url('/font/pts55f_w.eot');
	src: local('PT Sans'), url('/font/PTS55F_W.woff') format('woff'),url('/font/PTS55F_W.ttf') format('truetype'), url('/font/PTS55F_W.svg#PTSans-Regular') format('svg');}


/****************************/


body {
	font-family: /*"Lucida Grande","Trebuchet MS",*/
	"PT Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Calibri, Geneva, Verdana,Arial,sans-serif; /* TODO: PT Sans ist zierlicher als Lucida */
	line-height:1.4em;

	background:url(/pics/bg.jpg) repeat-x fixed;
	}




/* KOPF */

#head {
	position:fixed;
	left:0; top: 0;
	width:100%;
	height:125px; /* 70 */
	border-bottom: 4px solid white;
	margin-bottom: 10px;

	background:url(/pics/head.jpg) no-repeat bottom left;
	z-index:10;
	}


	#head #logo {
		margin:35px 0 0 25px;
		opacity: 1;
		}



	#head #zitat {
		position:absolute;
		right:80px;
/*		height:100px; */
		max-height:100px;
		width:250px;
		top:15px;

		color:#7E2217; /*#af7817; */
		text-align:left;
		font-weight:bold;

		font-family:Trebuchet MS, sans-serif;
		font-size:9pt;
		line-height:1.2em;
		letter-spacing: .03em;
		z-index:5;

		background: url(/pics/citebg.png);
		-moz-border-radius: 8px;
		}

		#head #zitat blockquote {
			margin:6px 12px;
			}

		#head #zitat cite {
			display:block;
			text-align:right;
			padding:0 12px;
			margin-bottom:6px;
			color: #302217 !important;
			font-weight:normal;
			}


/* KOPFMENU */

#topmenu {
	position:fixed;
	right:0px;
	top:130px; /* #head.width + .border */

	width: 100px;

	padding:0 10px;
	text-align:right;
	font-size:9pt !important;

	/*background:white; */
	}


	#topmenu a {
		text-decoration: none;
		color:#fff;
		font-weight:bold;
		padding: 1px;
		}

		#topmenu a:hover { background: #3f2b2d; color: white; }



/* FUSS */

#foot {
	/* clear:both; */
	width:90%;
	height:36px;
	position:relative;
	top: 10px;

	margin-top: 24px;
	}



/* LINKLISTE */

#linkliste {
	position:relative;
	background:#eee;
	border:1px solid silver;

	width:200px;
	height:400px;

	}




/* SEITE */

#page {
	margin:160px 60px 80px 200px;
	width:600px;
	position:absolute;
	padding:24px 40px 96px 40px;
	padding-bottom:96px;
	background:white;

	-moz-border-radius: 12px;
	border-radius: 10px;
	border: 1px solid silver;
	}


	#page h1 {
		font-size:16pt;
		color:#3f2b2d;
		}

	#page h3 {
		font-size:14pt;
		color:#825627;
		}

	#page p {
		font-size:12pt;
		text-align:justify;
		color:#444;
		}

	#page p.indent { text-indent:20px; }


	#page table {	}

	#page td { color:#444; }


p.fusszeile {
	font-size:9pt !important;
	width: 300px;
	border-top:1px solid silver;
	color:silver;
	}


p.quelle {
	font-size:9pt !important;
	text-align:right !important;
	}


/* commmon */


a { color:#825627; text-decoration:none; }
a:hover { background:#825627; color:#3f2b2d; }

a > img { border:none; }


a.link {
	text-decoration: none;
	/* color: #1156ba; blau */
	color:#825627;
	border: none;
	white-space:nowrap;
	}

	a:hover.link {
		color: #3f2b2d;
		border-bottom: 1px dotted #825627;
		}

	a.link > img { margin-right:4px; }


	a.link img.lang { margin-left:5px; }



td { vertical-align:top; }

.left { text-align: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }
.justify { text-align: justify !important; }