@import url(blueprint/screen.css);
div {border:0px solid red;}
body {
background:#F6F4E7 url(../../picture/edition-tieger/bg.jpg) repeat-x;
}

h1,h2,h3,h4,h5,div,p
{color:#565656;}

form{margin-bottom:1em}
a:link { font-weight:bold; color:#A3913D; text-decoration:none }
a:visited { font-weight:bold; color:#A3913D; text-decoration:none }

a:hover { font-weight:bold; color:#D3C482; text-decoration:none }
a:active { font-weight:bold; color:color:#BEB179; text-decoration:underline }
a:focus { font-weight:bold; color:color:#BEB179; text-decoration:underline }

/* -- tick off links --*/
#content-left a:visited:after {content:"\00A0\2713";}
#content-left a:visited:after img {content:"";}

#header
{
height:151px;
 background:transparent url(../../picture/edition-tieger/edition-tieger-header.jpg) repeat-y;
}
#header span {display:none;}

#content
{
background:transparent url(../../picture/edition-tieger/tieger-bg.jpg) repeat-y;
overflow:auto;
width:100%;
margin:0;
}

#content-left
{
padding-top:1.5em;
padding-bottom:1.5em;
padding-right:1em;
min-height:500px;
}

#summaryBlock,
.articleSummary
{
margin-bottom:1em;
}

.space
{
margin-top:1em;
}

/*
.clearfix:after, .container:after {content:"";display:block;height:0;clear:both;visibility:hidden;}*/
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}


#content-right
{
padding-top:1.5em;
padding-bottom:1.5em;
padding-right:60px;
}

#footer  {
 margin:1.5em 0;
 clear:both;
}


#navcontainer ul
{
 list-style-type:none;
}

#navcontainer a
{

font-family:Corbel,Arial,sans-serif;
font-size:16px;
font-weight:bold;
line-height:180%;
text-decoration:none;
}

#navcontainer ul ul li a
{
line-height:150%;
font-size:13px;
text-decoration:none;
}

#nav_list_ext_pic ul
{
list-style-type:none;
margin:0;
padding:0;
}

#nav_list_ext_pic ul li
{
display:block;
float:left;
width:220px;
height:135px;
margin-right:10px;
margin-bottom:10px;
padding:10px;
/* border:1px solid #DDDDDD; */
background-color:#F6F4E7;
}
#nav_list_ext_pic a img
{
/* display:block;
font-size:12px;
font-weight:normal; */
float:left;
margin-right:10px;
}

#nav_list_ext_pic .CatInfo
{font-size:11px;color:#808080;}

h1 {
font-size:24px;
text-align:left;
line-height:1em;
margin-bottom:1em;
color:#A3913D;
font-family:Corbel,Arial-Narrow,sans-serif;
}

h2 {
font-size:15px;
margin-bottom:0.5em
}

h3 {
font-size:18px;
margin-bottom:0.35em;
}

h4 {
font-size:15px;
margin:0.5em 0 0.15em 0;
}

.quote{
margin:0 15px 1.5em 15px;
width:191px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
padding:1em;
background:#A3913D;
border:2px solid #D3C385;
color:#F6F4E7;
line-height:1.8em;
}

.quote q
{
 font-family :Georgia,Times,serif;
 font-style:italic;
 font-size:18px;
 display:block;
 margin-bottom:0.35em;
}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {
	margin:0em 0;
	border:1px solid #bbb;
	font-family:corbel,arial,sans-serif;
	font-size:12px;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:2px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* --------------------------------------------------------------

   buttons.css
   * Gives you some great CSS-only buttons.

   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

-------------------------------------------------------------- */

a.button, .button {
  margin:0;
  padding:2px 10px 2px 7px;   /* Links */

  border:1px solid #ccc;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;

  background-color:#f5f5f5;
  font-family:corbel, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
.button {
  width:auto;
  overflow:visible;
  padding:1px 10px 0px 7px;   /* IE6 */
}
.button[type] {
  padding:2px 10px 2px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:0px 10px 0px 7px;   /* IE7 */
}


#VisualMODE
{
display:none;

}