/* ---------------------------------------------------------- 
	letterata - screen - styles  
	
	Mark Blasius webdesign° - markblasius.com
	
	
	
	client: letterata Dr. Ulrike Schimming
		
	alle rechte vorbehalten - all rights reserved !
	
   ---------------------------------------------------------- */

body {
	color: #302;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
}

/* typo ---------------------------------------------------- */   

h1 { font-size: 24px; }

h1#logo a {
	margin: -12px 0 0 -14px;
	padding: 0;
	display: block;
	width: 97px;
	height: 42px;
	text-indent: -9999px;
	text-decoration: none;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	border: 1px solid transparent;
	background-image: url(/g/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h1#logo a:hover {
	border: 1px solid #9a0067;
}

h2 {
	font-size: 18px;
	line-height: 23px;
	color: #906;	
}

h2#quote {
	margin: 95px 0 0 0;
	clear: both;
	font-size: 29px;
	line-height: 34px;
	color: #fff;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
}

body#bd_buecher #right h2, body#bd_vita #right h2,
body#bd_textarbeiten #right h2 { margin: 0 0 15px 0; }

h3 { 
	font-size: 16px;
	line-height: 21px;
	color: #906;
}


p { 
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 19px; 
}

p a { 	line-height: 19px; }

#newsleft p, #newsmid p, #newsright p { color: #666; }

#content p {
	font-size: 14px;
	line-height: 19px;
}

#frontleft_vertical p { margin-bottom: 20px; }

/* essentials */   
strong { font-weight: bold; }
em { font-style: italic; }
img { border: 0; }

/* linkage -------------------------------------------------- */   

a:link {
	color: #302;
	text-decoration: underline;
}

a:visited {
	color: #302;
	text-decoration: underline;
}

a:hover { 
	color: #fff;
	text-decoration: none;
	background-color: #906; 
}

a {
	color: #302;
	text-decoration: underline;
}

#newsleft a, #newsmid a, #newsright a,
#frontleft_vertical a {
	color: #666;
	text-decoration: none;
}

#newsleft a:hover, #newsmid a:hover, #newsright a:hover,
#frontleft_vertical a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #906;
}

#frontright_vertical a { text-decoration: none; }

/* buecher ------------------------------------------------- */

.book { 	margin: 0 0 20px 0; }

.bookbox {
	margin: 0 18px 0 0;
	padding: 15px;
	float: left;
	width: 159px;
	height: 159px;
	border: 1px solid #ccc;
}

.captionbox  {
	float: right;
	width: 400px;
}

.captionbox p {
	color: #646464;
}

/* 4xx ----------------------------------------------------- */

h1.errornumber {
	font-size: 72px;
	font-weight: normal;
	color: #302;
	text-align: left;
}

/* nav ----------------------------------------------------- */

ul#nav {
	margin: -8px 0 0 0;
	width: 360px;
	font-size: 14px;
	text-align: right;
	list-style-type: none;
	float: right;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul#nav li { display: inline; }

ul#nav li a {
	margin: 0 0 0 4px;
	padding: 8px;
	color: #fff;
	line-height: 34px;
	text-decoration: none;
	background-color: transparent;
}

ul#nav li a:hover {
	color: #906;
	text-decoration: none;
	background-color: #fff;
}

body#bd_textarbeiten li#nav_textarbeiten, body#bd_buecher li#nav_buecher,
body#bd_vita li#nav_vita, body#bd_kontakt li#nav_kontakt { 
	margin: 0 4px;
	padding: 8px;
	color: #906;
	line-height: 34px;
	background-color: #fff; 
}

/* secondary nav */
ul#secondarynav {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 24px;
	list-style-type: none;
}

ul#secondarynav li { 	border-bottom: 1px solid #ccc; }

ul#secondarynav li a { 
	padding: 28px 0 7px 0;
	color: #302;
	text-indent: 2px;
	text-decoration: none;
	width: 190px;
	display: block;
	/*border-left: 3px solid #fff;*/
}

ul#secondarynav li a:hover {
	color: #302;
	background-color: #efefef;
	/*background: #fff url(/g/subnav_hover.png) no-repeat right top;*/
}

ul#secondarynav li a:visited { color: #302; }

/* layout --------------------------------------------------- */   

#container {
	margin: 37px auto;
	padding: 0 20px;
	width: 820px;
}

#header { 
	width: 100%;
	border-bottom: 3px solid #330022;
	background: #990066 url(/g/header_back.png) repeat-x;
}

#headercontainer {
	margin: 0 auto;
	padding: 67px 20px 87px 20px;
	width: 820px;
}

#frontleft, #frontright {
	width: 400px;
}

#frontleft { float: left; }
#frontright { 	float: right; }

#newsleft, #newsmid, #newsright { 
	margin: 18px 0;
	padding: 18px 0;
	width: 260px;
	border-top: 1px solid #ccc;
}

#newsleft { float: left; }
			
#newsmid {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
						
#newsright { float: right; }
#left, #right { padding: 0 0 36px 0; }

/* hp vertical */

#frontleft_vertical {
	width: 190px;
	float: left;
}


#frontright_vertical {
	width: 610px;
	float: right;
}


#left {
	width: 190px;
	float: left;
}

#right {
	width: 610px;
	float: right;
}

#footer {
	margin: 0 0 37px 0;
	padding: 37px 0 0 0;
	clear: both;
	border-bottom: 1px solid #ccc;
}

/* essentials */
.clb { clear: both; } 
.cll { clear: left; }
