﻿

body 
{ 
    background-color: #C0C0C0; 
    margin:0;
    padding:0;
    line-height: 1.5em;
    color:#C00000;
    font-family:Tahoma;
    font-size:1.0em; 
    margin: 0px 140px  20px 140px;
}

 a
{
    padding: 0px;
    font-size: 12px;
    font-family: 'Courier New' , Courier, monospace;
    color: #800000;
}
a:hover
{
   
    background-color: #FFBA75;
}



#mitte{
 background:#fff;
 border-bottom:1px solid #ccc;
 border-left:1px solid #ccc;
 border-right:1px solid #ccc;
 width: 810px; /*Width of main container*/
 margin: 5px auto; /*Center container on page*/


}


#header
{
    background: #C00000;
    color: #FFFFFF;
    font-size: 2.0em;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    margin: 2px;
    font-family: 'Times New Roman' , Times, serif;
}
#LogoHeader
{
    vertical-align: top;
    text-align: right;
    padding:5px;
}
.small_link
{
    font-family: 'Times New Roman';
    font-size: 12px;
    text-decoration: none;
    color: #808080;
    
}
#left_menue
{
    height: 100%;
    width: 140px;
    float: left;
    margin-top:10px;
    margin-left:0px;
}
#left_menue ul
{
    list-style-type: none;
    list-style-position: outside;
    list-style-image: url(../media/arrowbullet.png);
    
}
#left_menue ul li
{
    
    padding:0px;
    font-size:14px;
    
}
#article
{
    height: 100%;
    width: 650px;
    color: #000000;
    padding: 5px;
    font-size: 0.8em;
    margin-left: 140px;
}
#article h1
{
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
    border-color: #800000;
    padding: 2px;
    font-size: 1.2em;
    font-weight: bold;
    color: #800000;
    margin-top: 2px;
    margin-bottom: 5px;
    position:relative;
    left:0px;
}
#article #breadcump
{
    font-size:12px;
    
}
#article #breadcump a
{
    font-size:12px;
    font-family:Tahoma;
    text-decoration:none;
    
}
#actual
{
    margin-top:10px;
}
#content
{
    height:100%;

}
#footer
{
    clear: left;
    vertical-align:bottom;
    background: #CC0000;
    color: #FFF;
    text-align: center;
    
    margin-top: 15px;
    font-family: Tahoma;
    font-size: smaller;
}
.copy
{
    font-size: 1.0em;
    color: #d3d3d3;
}
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../media/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../media/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../media/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 130px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
table
{
    width:100%;
    margin:0px;
    padding:0px;
}
table.gallerie
{
    width:100%;
    margin:0px;
    padding:0px;
    border: solid 1px #dc143c;
    background-color: #f5f5dc;
}
table.gallerie tbody tr td
{
    text-align:center;
   
}
table.gallerie tbody tr td.description
{
    background-color: #dc143c;
    color: #ffffff;
    font-size:1.3em;
}
table.gallerie tbody tr td img
{
     border: solid 1px #000;
     margin-bottom:5px;
}
table tbody tr td.col_header
{
    background-color: #dc143c;
    color: #ffffff;
    font-size: 1.3em;
    margin-bottom: 1px;
    
}
table tbody tr td.col_item
{
    background-color: #f5f5dc;
}
fieldset
{
    border: solid 1px #dc143c;
    
    padding:10px;
    margin:10px;
}
fieldset div.form
{
    background-color: #f5f5dc;
    padding:7px;
}
fieldset legend
{
    background-color: #dc143c;
    color: #ffffff;
    font-size:1.3em;
    border: solid 1px #dc143c;
    padding-left:10px;
    padding-right:10px;
}
ul.form
{
    list-style:none;
}
fieldset label
{
   display: block;
}
fieldset input.txt
{
   width:250px;
}
fieldset .txt_multi
{
   width:100%;
   height:75px;
}
fieldset .button
{
   width:100px;
}
fieldset label.required
{
   color:#dc143c;
}
iframe.map
{
    border: solid 1px #dc143c;
    margin:2px;
}
.message_confirm
{
    background-position: right bottom;
    background-image: url(../media/red_rose_bg_400.jpg);
    background-repeat: no-repeat;
    height:220px;
}
