/* 
    Document   : vc.css
    Created on : Nov 30, 2009, 1:57:16 PM
    Author     : rafal
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



body 
{
  font-family: Arial, sans-serif;
  background: url(../images/verlauf.gif) repeat-x #c0c0c0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
}

#page 
{
  margin: 0 auto;
  width: 950px;
  height: 768px;
  background: url(../images/hintergrund.gif) no-repeat white;
  text-align: left;
  position: relative;
}

#page-margin 
{
  margin: 0 26px 0 24px;
}

#head 
{
  background-color: #83a7b7;
  height: 80px;
  margin: 0;

}

#body 
{
  background: url(../images/schatten.png) repeat-x;
}

#body-margin 
{
  background: url(../images/einfo-01.jpg) top right no-repeat;
  height: 640px;

}

#head h1 
{
  padding: 20px;
  font-size: 28px; 
  color: white;
  margin: 0;
}

root 
{ 
    display: block;
}


#firma
{
	font-weight: bold;
}

#stadt 
{
  margin-bottom: 12px;
}

#desc_firma,
#desc_pl,
#desc_stadt
{
		visibility: hidden !important;
		display: none !important;
}

#desc_ansprechpartner,
#desc_anschrift
{
	font-size: small;
	font-weight: bold;
	margin-bottom: -3px;
	margin-top: 5px;
}

#adressblock1
{
  width: 410px;
  line-height: 24px;
  padding: 20px;
}

#adressblock2
{
  width: 410px;
  clear: both;
  font-size: 12px;
  margin-left: 20px;
  padding-top: 30px;
}

a {
  text-decoration: underline;
  color: black;
}

a:hover {
  text-decoration: none;
}

#desc_kurzbeschrTA,
#desc_ustid,
#desc_kammerTA,
#desc_hrb,
#desc_aufsicht,
#desc_kapital,
#desc_vertretung,
#desc_agb {
  font-weight: bold;
  border-bottom: 1px solid #83a7b7;
  margin-top: 8px;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

#itbank
{
  position: absolute;
  width: 100px;
  height: 70px;
  right: 45px;
  bottom: 50px;
  display: block;
}
.bookmarkRibbon {
	padding: 0px;
        width: 170px;
        height: 0px;
        border-bottom: 20px solid red;
        border-top: 20px solid red;
        border-left: 15px solid transparent;
        float: right;
        margin-bottom: 20px;
        font-size: 15px;
        font-weight:700;
        position: absolute;
        right: 23px;
        top: 20px;
}

@media screen and (max-width: 813px) {
  #adressblock2 {
    clear: both;
    max-width: 100%;
  }
}

@media screen and (max-width: 699px) {
  #boss {
    padding: 2%;
    max-width: 100%;
}
}
