html, body {
	height:100%;
	width:100%;
}

body {
	padding:0;
	margin:0;
	text-align:justify;
	font-size:12px;
	font-family:"Arial",sans-serif;
	color:#555;
	background:url('/con/cms/images/bg.jpg') #eee no-repeat top center fixed;
}

div#allpage {
	margin:0 auto 0 auto;
	width:848px;
	text-align:center;
}

div#header {
	height:176px;
	padding:0 0 0 26px;
}
div#header #headerimg {
	background:url('/con/cms/images/header_psynet.animated.gif') transparent no-repeat;
	height:156px;
}

div#navigation {
	height:35px;
	background:url('/con/cms/images/bg_pattern_navi.gif') #cc0000 repeat-x;
	padding:0 20px 0 20px;
}
div#eckenflecken {
	text-align:left;
	background:url('/con/cms/images/menu_right.gif') no-repeat right;
	padding:0;
	margin:0;
	height:5px;
}
div#eckenflecken img {
	padding:0;
	margin:0;
	height:5px;
	width:6px;
	display:block;
}

div#content {
	text-align:left;
	padding:0 0 30px 6px;	
}
div#content_left {
	padding:20px 0 0 34px;
	float:left;
	width:510px;
}
div#content_right {
	padding:0;
	float:right;
	width:242px;
	/*border-left:1px solid black;*/
}

div#card {
	background:url('/con/cms/images/rightbox_card.gif') no-repeat top transparent;
	padding:87px 34px 2px 0;
	height:361px;
}

div#card_text {
	padding:0 4px 0 9px;
	height:361px;
	overflow:auto;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.clear	{
	clear:both;
}

a	{
	color:#9ca060;
  text-decoration:underline;
}
a:hover	{
	color:#86885e;
}

h1,h2,h3,h4,h5,h6	{
	font-family:"Arial Narrow","Arial","Helvetica",sans-serif;
	margin:0;
	padding:0;
	font-size:16px;
	color:#cc0000;
	font-weight:normal;
}

h1	{
	font-size:22px;
}
h2	{
	font-size:19px;
	margin-bottom:8px;
}
h3	{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
h4, h5, h6	{
	font-size:12px;
  font-weight:bold;
}

p	{
	margin:1px 0 15px 0;
}

a img	{
	border:0;
}


/* psynet- und psyCH-buttons, sprachwahlbuttons */
div#buttons {
	background:url('/con/cms/images/karte_oben.gif') no-repeat top transparent;
	padding:65px 34px 2px 10px;
	margin:0 0 13px 0;
	height:65px;
	text-align:center;
}

div#abs_schnur {
	width:100%;
	height:40px;
	position:absolute;
	background:transparent;
	top:136px;
	left:0;
}

div#center_schnur {
	margin:0 auto 0 auto;
	background:url('/con/cms/images/schnur_oben.gif') no-repeat top right transparent;
	width:849px;
	height:40px;
}

div#buttons a {
	font-size:14px;
	text-decoration:none;
	color:#cc0000;
}

div#buttons a.psynetbutton.active, div#buttons a.psychbutton.active, div#buttons a.debutton.active, div#buttons a.frbutton.active {
	background:transparent;
	color:#bbb;
}

div#acarilink {
	text-align:right;
	font-size:10px;
	margin:20px 0 0 0;
	padding:0 35px 0 0;
}
div#acarilink a {
	color:#aaa;
	text-decoration:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

		/* Ende Definition Seitenlayout */

    /* Start genauere styles wie navi, fonts, h-tags, links etc.. */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* navigation (dropdown) */


ul#navilist {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#navilist li {
  float: left;
  position: relative;
  width:99px;
  text-align:left;
  border-right:1px solid #dd4444;
}

ul#navilist li.first {
	border-left:1px solid #dd4444;
}
ul#navilist li ul li {
	width:130px;
}
ul#navilist li ul li.first {
	border-left:0;
}

ul#navilist li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	height:24px;
	overflow:hidden;
	padding:11px 5px 0 10px;
}
ul#navilist li a:hover {
	
}

ul#navilist li ul li a {
	background:#CC0000;
	font-size:11px;
	height:20px;
	border-bottom:1px solid #dd4444;
	padding:6px 5px 0 10px;
}
ul#navilist li ul li.first a {
	border-top:1px solid #dd4444;
}
ul#navilist li ul li a:hover {
	background-color:#dd2222;
}

ul#navilist li ul {
  display: none;
  position: absolute; 
  top: 35px;
  left: 0;
}

ul#navilist li > ul {
	top: auto;
	left: auto;
}

ul#navilist li:hover ul, ul#navilist li.over ul{ display: block; }

/* shop */

/* rmod-shop-wk */

div#shoppingcarticon {
	margin:0 10px 0 0;
  padding:6px 0 0 0;
	float:right;
}

/* rmod-shop */

table#editcart {
	margin:20px 0 0 0;
	border-collapse:collapse;
	border:1px solid #666;
}
table#editcart td, table#editcart th {
	border:1px solid #DDDDDD;
  padding:3px 6px;
}
table#editcart td input {
	width:30px;
}

div#shopconditions {
	margin:10px 0 30px 0;
}

div#shopconditions div {
	margin:10px 0 10px 0;
}

div.info {
	padding:15px;
  border:1px solid #656847;
  background:#F7F7F7;
  margin:10px 0 40px 0;
  width:350px;
  line-height:20px;
}

		/* shop-form-elements */

	  div.fielddescr {
	    width:100px;
	    float:left;
	  }

	  div.field {
	    margin-bottom:8px;
	  }

    div.field input, div.field textarea {
      background-color: #FFFFFF;
	    font-family: "Arial",sans-serif;
	    font-size: 11px;
	    color: #7d7d7d;
	    border: 1px solid #B3B3B3;
     }

	  div.field input {
	    width:130px;
	  }
	  div.field textarea {
	    width:400px;
	    height:200px;
	    padding:8px;
	  }

	  div.formerrors {
	    padding:10px;
	    width:210px;
	    float:right;
	    border:1px solid #656847;
	    text-align:left;
	    background:#F7F7F7;
	  }
	  div.formerrors ul {
	    padding-left:20px;
	  }

	  input.submitbutton {
	    margin-top:30px;
	  }

    #submit_recalc, #submit_checkout {
	    padding:0;
	    margin: 8px 0 0 -3px;
	    font-family: "Arial",sans-serif;
	    color:#9ca060;
	    text-decoration:underline;
	    border-width:0px;
	    width:auto;
	    background:transparent;
	    cursor:pointer;
      font-size:12px;
	  }
    #submit_recalc {
	    background:url(/con/cms/images/shopicons/calculator.png) transparent no-repeat 0px 2px;
	    padding:2px 0 2px 16px;
    }
    #submit_checkout {
    	margin-top:20px;
	    background:url(/con/cms/images/shopicons/cart_go.png) transparent no-repeat 0px 2px;
	    padding:2px 0 2px 18px;
    }

    #submit_recalc:hover, #submit_checkout:hover {
			color:#86885e;
    }

	div.gotocheckout a{
    font-size:12px;
    background:url(/con/cms/images/shopicons/cart_go.png) transparent no-repeat 0px 2px;
	  padding:2px 0 2px 22px;
  }

  div.reqtxt_shop {
  	width:230px;
  	margin:20px 0 10px 0;
    border-top:1px solid #dddddd;
  }


/* artikel-modul */

	/* shop */
	
	  div.preis {
	  	float:left;
	    font-weight:bold;
	    margin:10px 0 15px 0;
	  }
	  div.preis.fright {
	  	float:right;
	  }
	  div.bestellen {
	  	clear:both;
	  	margin:0;
	  }
	  div.bestellen.movedown {
	  	margin-bottom:-17px;
	  }
	  div.bestellen.fright {
	  	float:right;
	  }
	
	  div.bestellen a {
	  	color:#464830;
	    text-decoration:none;
	    background:url(/con/cms/images/shopicons/cart_put.png) transparent no-repeat 0px 2px;
	    padding:2px 0 2px 20px;
	  }
	  div.bestellen a:hover {
			color:#757753;
	  }
	
	  	/* Preisliste */
	    div.preisliste div.bestellen {
	    	clear:none;
	    	float:right;
	      margin:9px 0 0 20px;
	    }
	    div.preisliste {
	    	border-bottom:1px solid #DDD;
	      padding:20px 0 0 0;
	    }
	
	
	  /* end of shop */

/* artikel-modul standard-layouts, wenn möglich nicht ändern */


.morelink, .backlink{
	clear:both;
  text-align:right;
  border-bottom:1px solid #aaa;
  margin:20px 0;
  padding-bottom:8px;
}

a.morelink  {
	float:right;
}

.date {
	float:right;
  font-size:10px;
}

.author {
	text-align:right;
  margin:0 0 10px 0;
  border-top:1px solid #ddd;
  font-size:10px;
  color:#ccc;
}

.block.float {
	width:26%;
  float:left;
  margin-left:5%;
  padding-right:5%;
  border-right:1px solid #ddd;
}

.block.float.first {
	margin-left:0;
}

.block.float.last {
	padding-right:0;
  border-right:none;
}

.list-image-left, .list-image-left-clear, .article-image-left, .article-image-left-clear, .entry-img img {
	float:left;
  margin:5px 15px 5px 0;
}

.list-image-right, .list-image-right-clear, .article-image-right, .article-image-right-clear {
	float:right;
  text-align:right;
  margin:5px 0 5px 5px;
}

.list-image-left-clear, .article-image-left-clear, .list-image-right-clear, .article-image-right-clear {
	clear:both;
}

.clear {
	clear:both;
}

.list-image-left img, .list-image-left-clear img, .article-image-left img, .article-image-left-clear img,
.list-image-right img, .list-image-right-clear img, .article-image-right img, .article-image-right-clear img,
.article-image img, .list-image img, .list-image-left-clear-home img, .gal-image-left img, .gal-image-left-clear img {
  border:2px solid #ccc;
}

.text-clear {
	clear:both;
}

.text-left {
	margin-right:110px;
}

.article-left-clear {
	float:left;
  clear:both;
  width:200px;
  margin-top:25px;
}

.article-right {
	float:right;
  width:200px;
  margin-top:25px;
}

.article-left-clear h4, .article-right h4 {
	margin:0;
}

.zapper {
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  background-color:#fff;
  margin:5px 0;
  padding:5px;
  clear:both;
}

.gallery {
	margin:0 30% 0 30%;
  width:30%;
	padding:20px 5% 10px 5%;
  background-color:#eee;
  border:1px solid #ccc;
}


.gal-row {
	clear:both;
	padding:20px;
}

.gal-image-left {
  float:left;
  text-align:center;
  margin:20px 27px 20px 27px;
  width:100px;
}

.gal-image-left small, .gal-image-left-clear small {
	font-size:11px;
  color:#111;
}

.gal-link-left {
	float:left;
  width:100px;
  text-align:left;
}

.gal-link-right {
	float:right;
  text-align:right;
  width:100px;
}

.gal-info-center {
	text-align:center;
  margin:0 100px 0 100px;
}


/* artikel-modul extra-styles */

.article	{
	margin:0 0 30px 0;
}

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


#footer	a {
	text-decoration:none;
  color:#404040;
}


/* newsletter modul */

#newsletter {
	background:#f7f7f7;
	border:1px solid #cfcfcf;
	margin-top:30px;
	width:189px;
	padding:12px 9px 0 9px;
}

div#newsletter input {
	margin:0 0 1px 0;
	width:183px;
	font-size:11px;
	padding:3px;
	border:1px solid #999;
	background:#fafafa;
}

div#newsletter #nlSubmit {
	margin-top:10px;
	width:auto;
	height:auto;
	padding:2px 10px;
}


/* feedback-modul */

.feedback legend	{
}
.feedback input, .feedback textarea, .feedback select	{
  margin:-16px 0 4px 110px;
  font-size:11px;
  display:block;
  padding:3px;
  border:1px solid #999;
  background:#fafafa;
}

.feedback input {
	height:17px;
	width:164px;
}

.feedback textarea {
	height:111px;
	width:408px;
	font-size:11px;
	font-family:Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Arial;
}

#bt-submit {
	margin-top:10px;
	width:auto;
	height:auto;
	padding:2px 10px;
}

.error {
	color:#977a58;
}

