﻿.c_border
{
    border: solid 0px #000000;
    width: 950px;
    margin: 0px auto 0px auto;
    padding: 0px;
}

/*************************************************************************************
* START: Header styles
*/
.c_headercontainer
{
    min-height: 100px;
    border: solid 0px #FFFF00;
    margin-bottom: 10px;
}

.c_headtop
{
    height: 10px;
    background-image: url("/gfx/layout/headertop.gif");
    background-repeat: no-repeat;
    background-position: top;
    border: solid 0px #FFFF00;
}
.c_head
{
    min-height: 100px;
    background-color: #93D4F0;
    border: solid 0px #000000;
    text-align: center;
}

div.c_head a {
    text-decoration: none;
}

div.c_head * img {
    margin: 0px;
    padding: 0px;
}

.c_headbottom
{
    height: 10px;
    background-image: url("/gfx/layout/headerbottom.gif");
    background-repeat: no-repeat;
    background-position: top;
    border: solid 0px #FFFF00;
}

/*************************************************************************************
* END: Header styles
*/
/*************************************************************************************
* START: Content styles
*/
div.c_content
{
	background-color: #FFFFFF;
	background-image: url("/gfx/layout/content.gif");
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	min-height: 250px;
}

div.c_rightcontent
{
	max-width: 800px;
}

div.c_contenttop{
    border: solid 0px #FFFF00;
    background-image: url("/gfx/layout/contenttop.gif");
    background-position: top;
    background-repeat: no-repeat;
    height: 10px;
    margin: 0px;
    padding: 0px;
}

div.c_contentbottom
{
    background-image: url("/gfx/layout/contentbottom.gif");
    background-position: top;
    background-repeat: no-repeat;
    border: solid 0px #FFFF00;
    height: 10px;
    margin-bottom: 10px;
}

div.overviewelement-3
{
    float: left;
    width: 300px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
}


div.overviewelement-3 div img
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*************************************************************************************
* END: Content styles
*/

/*************************************************************************************
* START: menu styles
*/
ul.c_menucontainer, ul.c_menucontainer li
{
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
/*************************************************************************************
* END: menu styles
*/

/*************************************************************************************
* START: image styles
*/
img.prevImage
{
    margin-right: 10px;
    margin-bottom: 10px;
}
/*************************************************************************************
* END: image styles
*/
