@import url(blueprint/screen.css);

body{
background:#D57441;
color:#ffffff;
font-family:Georgia;
}

div, div a, div p,div h1,div h2,div h3, div h5{
color:#ffffff;
}


.container {width:850px;
background:#D57441;
}

.content{
background:#8A7F79;
margin:0 auto;
width:750px;
}

.ccontent{
padding-top:2em;
padding-bottom:2em;
}



.ccontent p{
text-align:justify;
}
.ccontent p:first-letter{
font-size:20px;
}
.artimage{
float:right;
padding-left:20px;
margin-top:-40px;
}

.artimage img{
margin-bottom:1em;
}
.imglistcaption,
.caption{
text-align:center;
font-family:Arial, Helvetica,sans-serif;
font-size:11px;
}


.head{
background:transparent url(../../picture/kojote/header_03.jpg) no-repeat -1px 0;
height: 537px;
position:relative;
}

.head div a{
position:absolute;
/*border:1px solid red;*/
display:block;
text-indent:-300000px;
top:295px;
}

.head div.home a {
height:230px;
left:0px;
top:0px;
width:850px;
height:300px
}

.head div.autorin a {
height:230px;
left:15px;
width:150px;
}
.head div.welpe a {
height:230px;
left:170px;
width:120px;
}
.head div.ten-sleep a {
height:230px;
left:530px;
width:140px;
}
.head div.huette a {
height:230px;
left:410px;
width:120px;
}
.head div.land a {
height:230px;
left:290px;
width:120px;
}

.head div.charly a {
height:230px;
left:670px;
width:150px;
}


.imagelisttable{
	width:auto;
	margin:10px 0;
}


.footer{background:#c84300;margin:0 auto;
width:750px;}

.footer a{font-size:11px;text-decoration:none;margin-left:10px;}


/* 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;

}