/* Start of CMSMS style sheet 'Ocean : Ocean' */
/* --------------------------------------------------
    Global
   -------------------------------------------------- */

    body
    {
        text-align: left;
        min-width: 960px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        color: #494949;
        font-size: 62.5%;
        margin: 0 auto;
        border: 0;
        padding: 0;
        background: #fff url(uploads/images/bg_page31.png) repeat-x top;
    }

/* --------------------------------------------------
    cufon - do not delete!
   -------------------------------------------------- */

    .cufon
    {
    /* nothing needed here, move along... */
    }

/* --------------------------------------------------
    Utils
   -------------------------------------------------- */
   
    dfn 
    {
	display: none;
	overflow: hidden;
    }
    .accessibility, hr 
    {
	position: absolute;
	top: -999em;
	left: -999em;
    }
    .clear
    {
	clear: both;
    }   
	.clear:after
	{
	    content: ".";
	    height: 0px;
	    visibility: hidden;
	    display: block;
	    clear: both;
	}
    
/* --------------------------------------------------
    Typography
   -------------------------------------------------- */

    p
    {	
	font-size: 1.2em;
	line-height: 1.5em;
    }
    h1
    {
	font-size: 1.8em;
	color: #006e8d;
    }
    h1.grey
    {
	color: #c6c6c6;
    }
    h2
    {
	font-size: 1.6em;
	color: #a5cf4c;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #cccccc;
    }
    h3
    {
	color: #006e8d;
	font-size: 1.4em;
    }
    h4
    {
	font-size: 1.2em;
	color: #006e8d;
    }
    h5
    {
	color: #006e8d;
    }
    a
    {
	color: #006e8d;
	text-decoration:underline;
    }
    a:hover
    {
	color: #006e8d;
    }
    .greenlinks a
    {
	color: #a5cf4c;
    }
    .greenlinks a:hover
    {
    
    }
    .greylinks a
    {
	color: #c6c6c6;
    }
    .greylinks a:hover
    {
    
    }
    a.black
    {
	color: #006e8d;
	text-decoration:underline;
    }
    a.black:hover
    {
	color: #006e8d;
    }
    /* Custom */
    #contentHeading h1
    {
	margin: 0;
	padding: 0;
	color: #006e8d;
    }
    /* Homepage headings */
    .boxFeaturedContentMain h2
    {
        margin-top: 0;
    }
    .boxSubContentLeft h3, .boxSubContentRight h3
    {
        margin-top: 0;
    }
    #footerContent a
    {
	color: #000;
	text-decoration: none;
    }
    li
    {
	font-size: 1.3em;
    }
    #masthead a
    {
	overflow:hidden;
    }
    #masthead a img
    {
	border:none;
    }
    #NewsPostDetailContent h3
    {
	color: #a5cf4c;
	font-weight:normal;
	font-size:1.4em;
        font-family: Helvetica, Arial, Verdana, sans-serif;
    }
/* --------------------------------------------------
    Layout
   -------------------------------------------------- */
   
    #masthead
    {
	margin: 0 auto;
        padding: 0;
	width: 96em;
	height: 110px;
        color: #fff;
    }
        /* I know this is horrible, but Safari/Chrome are 1px out */
        @media screen and (-webkit-min-device-pixel-ratio:0)
        {
            #masthead
            {
                height: 111px;
            }
        }
        #masthead x:-moz-any-link, x:default
        {
            height: 111px;
        }
	#mastheadLeft
	{
	    float: left;
	    margin-left: 20px;
	    margin-top: 4px;
	    margin-bottom: 7px;
	}
            #mastheadLeft img
            {
                border: 0;
            }
	#mastheadRight
	{
	    float: right;
	    margin-right: 20px;
	    margin-top: 4px;
	    margin-bottom: 7px;
	    padding-top: 25px;
	}
    #navMain
    {
	margin: 0 auto;
	width: 960px;
    }
    #navSub
    {
        margin: 0 auto;
        width: 960px;
        height: 38px;
    }
    #contentHeading
    {
	text-align: left;
	width: 600px;
	margin: 0 auto;
        padding: 20px;
        padding-left:8px;
        padding-bottom: 0;
    }
    #contentWrapper
    {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: 0;
        background-color: #fff;
    }  
    #contentMain
    {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
        background-color: #fff;
    }
    /* HACK: IE6 doubles the right margin. */
    * html #contentMain 
    {
	margin-right: 10px;
    }
    #contentMainOneColumn
    {
	width: 610px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
        background-color: #fff;
    }
    /* HACK: IE6 doubles the right margin. */
    * html #contentMainOneColumn 
    {
	margin-right: 10px;
    }

    /* Full-width content page, no child pages */
    #contentMainFullWidth
    {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
    }
    /* Two column content page, no children */
    #contentLeftNoChildren
    {
        float: left;
        width: 630px;
        margin-left: 20px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
    }
        /* HACK: IE6 doubles the left margin. */
        * html #contentLeftNoChildren 
        {
            margin-left: 10px;
        }
    #contentRightNoChildren
    {
        float: left;
        width: 250px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
    }
        /* HACK: IE6 doubles the right margin. */
        * html #contentRightNoChildren 
        {
            margin-right: 10px;
        }
    /* Two column content page, with children */
    #contentLeftWithChildren
    {
        float: left;
        width: 480px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
    }
        /* HACK: IE6 doubles the margins. */
        * html #contentLeftWithChildren 
        {
            margin-left: 0;
            margin-right: 10px;
        }
    #contentRightWithChildren
    {
        float: left;
        width: 200px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
    }
        /* HACK: IE6 doubles margins. */
        * html #contentRightWithChildren 
        {
            margin-left: 10px;
            margin-right: 10px;
        }
        
/* --------------------------------------------------
    Homepage content boxes
   -------------------------------------------------- */

    .boxFeaturedContentLeft
    {
        float: left;
        width: 610px;
        margin: 0;
        border: 0;
        padding: 0;
        margin-left: 20px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
        /* HACK: IE6 doubles the left margin. */
        * html .boxFeaturedContentLeft 
        {
            margin-left: 10px;
        }
    .boxFeaturedContentMain
    {
        width: 610px;
    }
    .boxSubContentLeft
    {
        float: left;
        width: 275px;
        padding: 10px;
        min-height: 15px;
        margin-right: 10px;
        margin-top: 20px;
        background: #e3e3e3 url(uploads/Ocean/bg_feature_box.gif) repeat-x top;
    }
    .boxSubContentRight
    {
        float: left;
        width: 275px;
        padding: 10px;
        min-height: 15px;
        margin-left: 10px;
        margin-top: 20px;
        background: #e3e3e3 url(uploads/Ocean/bg_feature_box.gif) repeat-x top;
    }
    .boxSideRight
    {
        float: right;
        width: 290px;
        margin: 0;
        border: 0;
        padding: 0;
        margin-top:30px;
        margin-left: 10px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
        /* HACK: IE6 doubles the right margin. */
        * html .boxNewsRight 
        {
            margin-right: 10px;
        }
    .boxPromotions h2
    {
        color:#940000;
    }
    .boxNews
    {

    }
    .boxNews a, .boxNews a:hover, .boxNews a:visited
    {
	color: #a5cf4c;
    }
    .boxLinks h2, .boxLinks a, .boxLinks a:hover, .boxLinks a:visited
    {
        color:#c6c6c6;
    }
    #footerWrapper
    {
	text-align: left;
	width: 960px;
        min-height: 40px;
	margin: 0 auto;
        border-top: 2px solid #ccc;
        background-color: #e3e3e3;
    }
	#footerContent
	{
	    width: 940px;
            margin: 0 auto;
            padding: 10px;
            padding-bottom: 1px;
	    font-size: 0.9em;
	}
   
/* --------------------------------------------------
    Main Navigation
   -------------------------------------------------- */
   
    #navMain ul
    {
	list-style: none;
	margin: 0;
	padding: 0;
        float: left;
    }
	#navMain li
	{
	    float: left;
	    padding: 0;
	    font-size: 1.3em;
	    font-weight: bold;
            background: #006e8d url(uploads/Ocean/nav_main_bg_off.gif) repeat-x bottom;
            margin-right: 2px;
	}
	    #navMain li h3
	    {
		display: block;
		float: left;
		font-size: 1em;
		margin: 0;
		padding: 0 15px;
		line-height: 2.3em;
		color: #494949;
		border: 0;
	    }
	    #navMain li a
	    {
		display: block;
		float: left;
		text-decoration: none;
		padding: 0 15px;
		line-height: 2.3em;
		color: #fff; 
	    }
		#navMain li a:hover
		{
		    background: url(uploads/Ocean/nav_main_bg_on.gif) repeat-x bottom;
		}
	    #navMain li.currentpage
	    {
		background: #fff url(uploads/Ocean/nav_main_bg_active.gif) repeat-x;
		color: #494949;
	    }
            #navMain li.activeparent
            {
                background: #fff url(uploads/Ocean/nav_main_bg_active.gif) repeat-x;
                color: #494949;
            }
                #navMain li.activeparent a
                {
                    background: #fff url(uploads/Ocean/nav_main_bg_active.gif) repeat-x;
                    color: #494949;
                }
                    #navMain li.activeparent a:hover
                    {
                        background: #fff url(uploads/Ocean/nav_main_bg_active.gif) repeat-x;
                        color: #494949;
                    }

/* --------------------------------------------------
    Sub Navigation
   -------------------------------------------------- */

    #navSub ul
    {
        list-style: none;
	margin: 0;
	padding: 0;
        margin-top: 12px;
        float: left;
    }
        #navSub li
	{
	    float: left;
	    padding: 0;
	    font-size: 1.1em;
            margin-right: 10px;
            font-weight: bold;
	}
            #navSub li a
            {
                text-decoration: none;
                color: #494949;
            }
                #navSub li a:hover
                {
                    text-decoration: underline;
                }
            #navSub li h3
	    {
		display: block;
		float: left;
		font-size: 1em;
		margin: 0;
		padding: 0;
		color: #494949;
		border: 0;
                text-decoration: underline;
	    }

/* --------------------------------------------------
    Tables
   -------------------------------------------------- */
   
    table
    {
        border: 1px solid #c2d2e9;
        background-color: #ffffff;
        font-size: 1.2em;
        border-collapse: collapse;
    }
	.cellHeading, thead td
	{
	    text-align: left;
	    color: #000;
	    background-color: #dfe8f6;
	    font-weight: bold;
	}
	td
	{
	    text-align: left;
	    border: 1px solid #c2d2e9;
	    padding:10px;
	}
	.cellBold
	{
	    color: #1f437c;
	    font-weight: bold;
	    background-color: #dfe8f6;
	}
	.cellAlt
	{
	    background-color: #f6f9fe;
	}
	.cellAlignCentre
	{
	    text-align: center !important;
	}

/* --------------------------------------------------
    Forms
   -------------------------------------------------- */

    input
    {
	background: #f5f5f5 url(uploads/Ocean/bg_form.gif) repeat-x top left;
	border: 1px solid #e3e3e3;
	padding-left: 5px;
	margin-bottom: 6px;
    }
    .contactform label
    {
	display:block;
	width:180px;
    }

/* --------------------------------------------------
    Search
   -------------------------------------------------- */

    .search-input
    {
	margin-right: 2px;
    }
    .search-button
    {
	
    }

/* --------------------------------------------------
    Sitemap
   -------------------------------------------------- */

    .sitemap li
    {
	font-size:1.2em;
	padding-bottom:4px;
    }
    .sitemap li a
    {
	color:#006e8d;
	text-decoration:underline;
    }
    .sitemap ul
    {
	margin-left:6px;
	margin-top:4px;
	font-size:1em;
    }
    .sitemap ul li
    {
	font-size:12px;
	padding-bottom:4px;
    }
    .sitemap ul li a
    {
	color:#006e8d;
	text-decoration:underline;
    }

/* --------------------------------------------------
    Sidebar links
   -------------------------------------------------- */

    #small-toplist
    {
	margin-top:40px;
    }
    #small-toplist h2
    {
	color:#a5cf4c;
	color:#e3e3e3;
	color:#ccc;
    }
    #weitere-infos h2
    {
	color:#a5cf4c;
	color:#e3e3e3;
	color:#ccc;
    }
    .sidebar ul
    {
	margin:0;
	padding:0;
	margin-left:10px;
    }
    .sidebar ul li
    {
	list-style-type:none;
	color: #006e8d;
	padding-bottom:1px;
    }
    .sidebar ul li a
    {
	color: #006e8d;
	text-decoration:none;
    }
    .sidebar ul li a:hover
    {
	text-decoration:underline;
    }

/* --------------------------------------------------
    News
   -------------------------------------------------- */
   
    /* Summary */
    .NewsSummary
    {
	margin-bottom: 5px;
        border-bottom: 1px dotted #cccccc;
    }
        /* Homepage */
        .boxNewsRight .NewsSummary
        {
            padding: 10px;
        }
	.NewsSummaryPostdate
	{
	    color: #666;   
	}
	.NewsSummaryLink
	{
	    font-size: 1.2em;
	}
	.NewsSummaryCategory
	{
	    color: #666; 
	}
	.NewsSummaryAuthor
	{
	    color: #666; 
	}
	.NewsSummarySummary
	{
	    font-size: 1em;
	    line-height: 0;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.NewsSummarySummary a
	{

	}
	.NewsSummaryContent
	{
	    font-size: 1.2em;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.NewsSummaryExtra
	{
	    
	}
	.NewsSummaryField
	{
	    
	}
    /* Detail */
    .NewsPostDetailDate
    {
	
    }
    h3.NewsPostDetailTitle
    {
	
    }
    hr.NewsPostDetailHorizRule
    {
	
    }
    div.NewsPostDetailCategory
    {
	
    }
    div.NewsPostDetailAuthor
    {
	
    }
    div.NewsPostDetailContent
    {
	
    }
    div.NewsPostDetailExtra
    {
	
    }
    div.NewsPostDetailPrintLink
    {
	
    }
    div.NewsPostDetailReturnLink
    {
	
    }
    div.NewsDetailField
    {
	
    }
    table#newsarchiv th {
        padding-left:10px;
    }

/* --------------------------------------------------
    Links dir
   -------------------------------------------------- */
    textarea.code {
        width:600px;
        height:60px;
        font-family:"Courier New",Courier,mono;
        font-size:12px;
    }
    div#listings {
        margin:30px 0;      
    }
    div#listings h2 {
        border:none;
        color:#c6c6c6;
    }
    div#listings ul {
        margin-bottom:30px;     
    }
/* End of 'Ocean : Ocean' */

