/* Start of CMSMS style sheet 'Layout' */
* {
border: none;
outline: none;
margin: 0;
padding: 0;
font-family:Verdana, sans-serif;
}
body {
color: #666;
background: #666;
text-align:left;
font-size: 10pt;
background:#5d7884 url(/images/layout/page_bg.jpg) repeat-y;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
	line-height:1.4em;
}
b, strong{font-weight: bold;}
i, em{font-style: italic;}
hr {
	color:#666;
	background-color:#666;
	margin:0.5em 0;
	width:100%;
	height:1px;
}
a {
color: #5d7884;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.hidden {
  display: none;
}
.small {
  font-size: 0.8em;
  color:#666;
}
.clear {
  clear: both;
}
.left {
  float: left;
  margin-right:1em;
  display: inline;
}
.right {
  float: right;
  margin-left:1em;
  display: inline;
}
.error{
	background: #FC9;
	color:#C00;
	text-align:center;
	border: #C00 1px solid;
	padding: 5px;
}
.button, div.cms-guestbook-div-insert form input.cms_submit {
	background: #dadada url(/images/layout/button_bg.gif) 0 0 repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #666 #666 #ccc;
	color: #666;
	text-decoration:none;
}
.button:hover {
	background: url(/images/layout/button_bg.gif) 0 -5px repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa #333 #333 #aaa;
	color:#000;
	text-decoration:none;
}	
div#pagewrapper {
position: relative;
width: 900px;
margin: auto;
background: url(/images/layout/pagewrapper_bg.gif) #fff repeat-y;
border-right:#333 1px solid;
border-left:#333 1px solid;
}
h1#homelink{
	width: 875px;
	height:30px;
	border-bottom:1px solid #666;
	margin-bottom: 1em;
	background:url(/images/layout/header.gif) no-repeat bottom left;
	padding-top:175px;
}
h1#homelink a{
display: block;
height: 30px;
font-size: 28px;
line-height: 30px;
color:#fff;
text-indent:-9999px;
}
h1#homelink a:hover{
	text-decoration:none;
}
#content {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
#content h1{
	font-size: 11pt;
	padding-bottom: 1em;
	color:#5d7884;
	margin-left:-2px;
}
#content h2{
	font-size: 14pt;
	padding-bottom: 0.5em;
	border-bottom: #333 1px solid;
	margin-bottom: 0.5em;
	color:#000;
	margin-left:-2px;
}
#content p{
	padding-bottom: 1em;
}
#footer{
	height:24px;
	text-indent: -9999px;
	background: url(/images/layout/footer.gif) no-repeat;
	margin-top: 1em;
	text-indent: -10000px;
}
div.cms-guestbook-entry {
	margin-bottom: 1em;
}
div.cms-guestbook-entry-header {
	color:#5D7884;
	font-weight:bold;
}
div.cms-guestbook-entry-header span {
	color:#666;
	font-weight:normal;
	font-style:oblique;
}
div.cms-guestbook-entry-text {
	padding-bottom: 1em;
}
div.cms-guestbook-pagination_nav {
	border-top: #5D7884 1px solid;
	border-bottom: #5D7884 1px solid;
	padding: 5px 1em;
}
a#cms-guestbook-link-insert {
	display:block;
	text-align: center;
	height:1.4em;
	line-height:1.4em;
	margin-top: -1px;
}
div.cms-guestbook-div-insert form {
	padding-top:1.4em;
}
div.cms-guestbook-div-insert form label {
	display:block;
	float:left;
	clear:left;
	width:120px;
}
div.cms-guestbook-div-insert form label#nachricht {
	width:auto;
}
div.cms-guestbook-div-insert form input[type=text] {
	width:310px;
	background:url(/images/layout/input_bg.gif) 0 -8px repeat-x;
	height:1.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #666 #ccc #ccc #666;
	margin-bottom: 1em;
}
div.cms-guestbook-div-insert form input#counter {
	border:0;
	width: auto;
	background: none;
	color: #666;
	text-align: center;
}

div.cms-guestbook-div-insert form input.cms_submit {
	float: left;
	margin-right: 15px;
}

div.cms-guestbook-div-insert form span.captcha input[type=text] {
	width:430px;
}
	
div.cms-guestbook-div-insert form textarea {
	width:430px;
	background:#fff url(/images/layout/input_bg.gif) 0 -8px repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #666 #ccc #ccc #666;
	margin-top: 5px;
	font-size:10pt;
}
div.cms-guestbook div.error {
	width: 420px;
	text-align: left;
}

img.captchapict {
	border-style: solid;
	border-width: 1px;
	border-color: #666 #ccc #ccc #666;
}
/* End of 'Layout' */

