﻿body
{
}

body a
{
    text-decoration: none;
    color: Blue;
}

body a:hover
{
    text-decoration: underline;
}

body a:visted
{
    color: Blue;
}

h1
{
    font-size:20px;
}
h2
{
    margin-top:0px;
    font-size:14px;
}


#header
{
       border-left: 1px solid;
    border-right: 1px solid;
    width: 960px;
    margin: auto;
    background-color: blue;
    overflow:auto;
}
#header_logo
{
    float:left;
    padding:10px;    
    margin: 0px;    
}
#header_logo a
{
    /*margin:auto;*/
    display:block;
    width:110px;
    height:47px;
    background-image: url("/images/logo_procamp.gif");
}

#header_menu
{
    float: right;
    margin-top: 0px;    
    margin-bottom: 0px;
    padding:0px;
    color: white;
    font-size:12px;    
    font-weight: bold;
}
#header_menu a
{
    display:block;
    color: #DEDEDE;
    padding:10px;
}
#header_menu a:hover
{
    text-decoration:none;
    padding-bottom:8px;
    border-bottom:2px solid White;
    color:White;/*
    background-color:White;*/
}

.header_menu_item
{
    margin-right:10px;
    padding: 5px;
    float: left;
    margin: right;
}

#picture
{
    border-left: 1px solid;
    border-right: 1px solid;
    width: 960px;
    margin: auto;
    height: 200px;
    background-color: White;
    /*-background-image: url('/Images/HomeHeader/winterblick_procamp1.jpg'); */ /*WRITE IN MASTER*/
}

#menu_root
{
    display:block;
    background-color: #235CDB;
}
#menu_root .menu_item_first a
{
    display:block;
}

#menu_dachzelte, #menu_campmodule
{
  display:none;  
}


.menu
{
    color: Black;
    font-size:12px;    
    font-weight: bold;
    overflow:auto;
    /*  clear:both;*/    
    width: 960px;
    margin: auto;
    /*height:  25px; */   
    border-left: 1px solid black;
    border-right: 1px solid black;
   
}
.menu a
{
    color: #DEDEDE;
    display:inline-block;
    padding: 7px;
}

.menu a:hover
{
    background-color:White;
    color: Blue;
    text-decoration:none;
    /*padding-bottom:5px;*/
    /*border-bottom:2px solid White;*/
}

.menu_item
{    
    float:left;
    margin-right: 10px;
}

.menu_item_first
{
    /*background-color:Red;*/   
    margin-right: 0px;
    width:260px;
}


#container
{
    width: 960px;
    margin: auto;    
    padding: 0px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    overflow:auto;
    background-color:#55A3FF;
    
}
#sidebar
{
    clear: both;
    float: left;
    min-height: 400px;
    padding: 30px;
    width:200px;
    font-size: 12px;
    font-weight:bold;
    
}


#content
{
    /*border-left: 1px solid;*/
    float: left;
    width: 660px;
    min-height: 420px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom:10px;
    background-color:White;
    
}


#footer
{
    
    margin:auto;
    width:200px;
    font-weight:normal;
    font-size: smaller;
    font-style: normal;
    text-align:center;
  
}   

/*HOME PAGE*/
#content_menu
{
    margin-top:20px;  
    
}

.content_menu_item
{
    float:left;
    width:200px;
    height:150px;
    overflow:hidden;
    
    margin-right: 12px;
    margin-bottom: 20px;
   /* border: 1px dotted #CCCCCC;   */ 
}


.content_news_item
{
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom:10px;    
}

.content_scrollbox_horizontal
{
    width:650px;
    overflow:scroll;  
    overflow-y: hidden;    
    background-color: Red;
}

#content_rss_box
{
    margin-top:10px;
    float:right;
}

.content_scroller
{
    margin-bottom:10px;
}

.content_timetable
{
    border:solid 1px #999999;
    text-align:center
}
.content_timetable_header
{
    background-color:#CCCCCC;
}

#content_gallery
{
   /* border: solid 1px black;*/
    background-color:Red;
    margin:auto;
    overflow:auto;
    width:600px;
    border: solid 2px black;
}

.content_gallery_item
{
    
    float:left;
    width:120px;
    height:80px;
    overflow:hidden;
    /*background-color:Green;*/
}

.content_inactiveSubMenu
{
    margin-bottom:10px;
    font-size:12px;
    font-weight:bold;
    padding-left:15px;
    vertical-align:middle;
}
.content_activeSubMenu
{
    margin-bottom:10px;
    font-size:12px;
    font-weight:bold;
    color: Black;
    background-image: url('../images/icon_pfeil.gif');
    background-position: 0px 50%;
    background-repeat: no-repeat;
    padding-left:15px;
    vertical-align:middle;
    
}

.content_carbrand
{
    float:left;
    /*border: solid 1px;*/
    text-align:center;
    padding:10px;
    margin:5px;
}
