/*
--------------------
Simple PHP Blog CSS Styles
--------------------

Name: String Replace (Default) Theme
Author: Alexander Palmo

Description:
This the is the css theme for the String Replace theme.
You can use this as a template for your own themes.

Also refer to user_style.php...
*/

/*
-------
GENERAL
-------
*/

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	max-height: 90%;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 0.7em;
	line-height: 1.25em;
  font-weight: normal;
  height: 100%;
  background-color: #eee;
	background-image: url(./images/body-background.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-color: #F2F2F2;
  color: #888A8B;
}

* html body{ /*IE6 hack*/
  padding: 0 0 0 265px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent { /*IE6 hack*/
height: 100%;
width: 100%;
}

* html #maincontent  {  background-attachment: fixed;  }
	
#framecontent{
position: absolute;
top: 0;
bottom: 0;
left: 0;
padding-left: 20px;
width: 270px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: #888A8B;
background-color: #fff;
background-position:  0px 0px ;
background-image: url(images/hintergrundmenue.gif);
background-repeat: repeat-y;
}


#maincontent{
position: fixed;
top: 0;
left: 290px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto;
text-align: center;
}

#inhalt {
  width: 600px;
  text-align: left;    
	margin-left: auto;
	margin-right: auto;
  background-image: url(./images/mid.gif);
  background-position: top center;
  background-repeat: repeat-y;
  padding: 100px 0 50px 0;  
}

#logo {
    margin-top: 44px;
    margin-bottom: 60px;
  }
  
  h1 { font-size: 1.2em; background:inherit;  margin: 0; color: #e60003; font-weight: bold; }
  
  
.news-list-browsebox {
  text-align: right;
}

.tx-ttnews-browsebox {
  text-align: center;  
  width: 100%;
}

.tx-ttnews-browsebox table {  
  text-align: left;
}

.tx-ttnews-browsebox table td a {  
  padding: 0 5px;
  font-size: 1.1em;
}

#mainnav .news-list-browse, #mainnav h1, #mainnav h2, #mainnav h3, #mainnav h4, #mainnav p.bodytext, #mainnav div.news-list-morelink {
  padding: 0;
}

#mainnav h1 {
  color: #888A8B;
  font-size: 1.2em;
}

.news-list-browse, h1, h2, h3, h4, p.bodytext, div.news-list-morelink {
  padding: 0 50px;
}

a {
  color: #e60003;
}

#navigation li, #navigation ul {
  margin-left: 0;
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
}

#navigation li {
  margin-bottom: 10px;
}

#navigation li.sub {
  margin-left: 20px;
  margin-bottom: 5px;
}

#navigation ul ul {    
  padding-top: 10px;
  margin-top: -20px;
}

*html #navigation ul ul, html* #navigation ul ul {
  margin-top: 0;
}

#contact {
  position: absolute;
  top: 450px;
  left: 20px;
}

p.bodytext {
  line-height: 1.5em;  
}

.news-single-img .myGallery {
  background-color: transparent;
  border: 0;
}

.news-single-img .jdGallery .slideElement{
  background-color: transparent;
  border: 0;
}

.contenttable {
  padding: 0 50px;
}

.contenttable td {
  padding-right: 20px;
}

.contenttable p {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

#keyvisual {
  padding-bottom: 30px;
}