﻿@charset "UTF-8";
/* CSS Document */

html { 
	  padding:0px;
	  margin:0px;
	  height:100%;
}

body {
	  background-image:url(images/siteback.jpg);
	  background-repeat:repeat-x;
	  font-size: 12px;
	  font-family: Verdana, Arial, Sans-Serif;
	  color:#000000;  
	  padding:0px 150px;
	  margin:0px;
	  height:100%;
}

#dummy {
	background-image:url(images/background.gif);
	width:750px;
	min-height:98%;
	overflow:auto;
	margin-bottom:5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;

}

#content {
	  float: left;
	  width: 500px;
	  margin:0px 0px 50px 0px;
	  background-color: #ffcc00;
	  height:100%;
}  

#leftbox {
	  float: left;
	  width: 250px;
	  height: 100%;
	  margin:0px 0px 50px 0px;
	  height:100%;
}

#topmenu {
	  width: 500px;
	  height: 24px;
	  background-color: #ffdd8a;
	  font-variant:small-caps;
}

#textbox {
	  margin-left:20px;
}

#kontakt {
	  background-image:url(images/subsubmenu.gif);
	  height:32px;
	  width:132px;
	  float:right;
	  background-repeat:no-repeat;
	  text-align:center;
}

img.border {
	  border:solid 2px #ffcc00;
}


