/* CSS Document */

/* HTML tag styles
-----------------------------*/
body{
background-image	:url(../images/background1-page.jpg);
font-family: Helvetica, Arial, sans-serif;
color: #FFFFFF;
font-size: 62.5%;
text-align: center;
margin: 0px;
padding: 0px;
}
/* hyperlink and anchor tag styles
----------------------------*/
a:link {
color				:#CD5932;
font-family			:Helvetica, Arial, sans-serif;
font-size			:12px;
text-decoration		:none;
}
a:visited {
color				:#CD5932;
font-family			:Helvetica, Arial, sans-serif;
font-size			:12px;
text-decoration		:none;
}
a:hover {
color				:#CC9900;
font-family			:Helvetica, Arial, sans-serif;
font-size			:12px;
text-decoration		:none;
}
a:active {
color				:#CD5932;
font-family			:Helvetica, Arial, sans-serif;
font-size			:12px;
text-decoration		:none;
}
/* header tag styles
---------------------------*/
h1{ 
}
h2{
}
h3{
}
h4{
}
h5{
margin-left: 30px;
font-size: 1.1em;
}
img{
border: 0px;
margin: 0px;
}
/* Main Elements
---------------------------*/
#wraper{
width: 756px;
background-image: url(../images/background.jpg);
background-repeat: repeat-y;
margin: auto;
}
#container{
width: 720px;
margin: auto;
font-size: 1.2em;
}
#logo{
width: 720px;
}
#header{
width: 720px;
}
#navbar{
width: 720px;
height: 24px;
background-image:url(../images/menubg.jpg);
background-repeat: repeat-x;
padding-top: 6px;
}
#navbar a{
color: #630100;
font-weight: bold;
border-left-color: #630100;
border-left-style: solid;
border-left-width: 1px;
padding-left: 10px;
padding-right: 6px;
}
.rightborder{
border-right-color: #630100;
border-right-style: solid;
border-right-width: 1px;
}
.leftborder{
border-left: 0;
}
#horizontalline{
width: 720px;
}
#widecolumn{
float: left;
width: 578px;
text-align: left;
}
#narrowcolumn{
float: left;
width: 142px;
text-align: left;
margin-top: 2px;
}
#footer{
width: 720px;
}
/* Wide Column
---------------------------*/
#widecolumnContent{
width: 578px;
margin-top: 2px;
line-height: 2em;
}
#widecolumnContent p{
margin-left: 10px;
margin-right: 10px;
}
#widecolumnContent table{
margin: auto;
line-height: normal;
}
.linkatright{
text-align: right;
margin-right: 10px;
}
.textindent{
margin-left: 20px;
}
/* Narrow Column
---------------------------*/
#form{
width: 142px;
height: 495px;
background-image: url(../images/background4-form.jpg);
background-repeat: no-repeat;
padding-top: 30px;
}
#formContainer{
width: 142px;
}
#formContainer img{
text-align: left;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
}
.inputfields{
width: 118px;
margin-left: 10px;
}
.button{
margin-top: 8px;
width: 62px;
margin-left: 40px;
}
#openhours{
padding-top: 100px;
text-align: center;
}
#colorcolumn{
float: left;
width: 142px;
height: 300px;
background-color: #630100;
margin-top: 2px;
}
.imagemargin{
margin: 5px 10px 5px 10px;
}
/* Footer
---------------------------*/
#footerLine{
width: 720px;
}
#footerContent{
width: 720px;
line-height: 1.5em;
}
#footerAwards{
width: 600px;
height: 65px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: left;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
padding-top: 10px;
}
/* Aktuality
---------------------------*/
.iframeformat{
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
background-color: #191E08;
font-size: 22px;
}
/***********************************************/
/* END                                         */
/***********************************************/
