/**
 *
 *        @author           René Sprenger
 *        @package        	Joomla!
 *        @subpackage       Webseite SP-RC
 *        @link             http://www.sp-rc.de
 *        @email            info@sp-rc.de
 *        @copyright        René Sprenger
 *
 *        Webseite SP-RC
 *        Copyright (C) 2014 René Sprenger
 *
 **/



/*
********** Allgemeine Formatierung **********
*********************************************
*/

*{
        margin: 0px;
        padding: 0px;
}


html, body{
        background: #333;
}


/*
**********           Typo          **********
*********************************************
*/

body{
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #555;
}

p{
        margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
}

ul {
        list-style-type:none;
}

h1{
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 36px;
        margin-top: 10px;
        font-weight: 700;
        color: #FF8C1A;
        text-shadow: 4px 4px 4px #FF6600;
}

h2{
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 18px;
        margin-top: 5px;
        font-weight: 700;
        color: #FF8C1A;
        text-shadow: 4px 4px 4px #FF6600;
}

h3{
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 18px;
        margin-top: 15px;
        text-align: center;
        font-weight: 700;
        color: #ffffff;
        text-shadow: 1px 1px 0px #000000;
}

#breadcrumb a{
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 10px;
        font-weight: 400;
        float: right;
        color: #FF8C1A;
		text-decoration: none;
        margin-right: 5px;
}

#breadcrumb a:hover{
        text-decoration: underline;
}

footer a{
		text-align: center;
        line-height: 25px;
        font-size: 10px;
        color: #FF8C1A;
        text-decoration: none;
}
	
footer a:hover{
        text-decoration: underline;
}


/*
**********          Layout         **********
*********************************************
*/

#wrapper{
        width: 1010px;
        margin: 5px auto;
}

#breadcrumb{
        width: 1010px;
        height: 20px;
}

#main-header{
        width: 1010px;
        height: 160px;
}

#haederpic{
		width: 1010px;
        height: 130px;
		background: url(../images/carbon2.png);
        background-repeat: repeat;
		border-radius: 14px;
}

#haederback{
		background: rgb(149,149,149); /* Old browsers */

		/* IE9 SVG, needs conditional override of 'filter' to 'none' */

		background: url(data:image/svg+xml;						base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOTU5NTk1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjMGQwZDBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDEwMTAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjMGEwYTBhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjNGU0ZTRlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODclIiBzdG9wLWNvbG9yPSIjMzgzODM4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiMWIxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

		background: -moz-linear-gradient(-45deg,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */

		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(149,149,149,1)), color-stop(46%,rgba(13,13,13,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(53%,rgba(10,10,10,1)), color-stop(76%,rgba(78,78,78,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */

		background: -webkit-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */

		background: -o-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */

		background: -ms-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */

		background: linear-gradient(135deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

		width: 992px;
		min-height: 112px;
		float: left;
		margin-top: 8px;
		margin-left: 8px;
		border: 1px solid #555;
		border-radius: 5px;
		text-align: center;
}

#main-menu{
        width: 1010px;
		margin-top: 5px;
}

#content{
        background: url(../images/carbon2.png);
        background-repeat: repeat;
		margin-top: 5px;
		width: 1010px;
		min-height: 1000px;
		max-height: 1000px;
		border-radius: 14px;
}

#sidebar{
		background-color: #CCC;
		width: 158px;
		min-height: 982px;
		max-height: 982px;
		float: left;
		margin-top: 8px;
		margin-left: 8px;
		border-top: 1px solid #555;
		border-bottom: 1px solid #555;
		border-left: 1px solid #555;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
}

#main-text{
		background-color: #CCC;
		width: 834px;
		min-height: 982px;
		max-height: 982px;
		float: left;
		margin-top: 8px;
		margin-left: 0px;
		border-bottom: 1px solid #555;
		border-top: 1px solid #555;
		border-right: 1px solid #555;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
}

footer{
        width: 1010px;
        height: 25px;
        color: #CCC;
        font-size: 10px;
        text-align: center;
		float: left;
}


/*
**********       Navigation        **********
*********************************************
*/

#main-menu{
        height: 25px;
        float: right;
        background: #111; /* Old browsers */
        background: -moz-linear-gradient(top, #ccc 0%, #111 55%, #ccc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ccc), color-stop(55%,#111), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ccc 0%,#111 55%,#ccc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ccc 0%,#111 55%,#ccc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ccc 0%,#111 55%,#ccc 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ccc 0%,#111 55%,#ccc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#111',GradientType=1 ); /* IE6-9 */
		border-radius: 10px;
}

#main-menu ul li{
        float: left;
}

#main-menu ul li a{
        width: 167px;
        display: block;
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        color: #FF8C1A;
        text-decoration: none;
        text-shadow: 3px 3px 3px #FF6600;
        border-right: 1px solid #555;
		border-left: 1px solid #ccc;

        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
    	-ms-transition: all 200ms ease-in;
    	-o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
}

#main-menu ul li a:hover{
        background: #FF8C1A; /* Old browsers */
		background: -moz-linear-gradient(top, #f60 0%, #ff8c1a 55%, #f60 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f60), color-stop(55%,#ff8c1a), color-stop(100%,#f60)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f60 0%,#ff8c1a 55%,#f60 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f60 0%,#ff8c1a 55%,#f60 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f60 0%,#ff8c1a 55%,#f60 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f60 0%,#ff8c1a 55%,#f60 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60', endColorstr='#ff8c1a',GradientType=1 ); /* IE6-9 */
		color: #111;
		text-shadow: 3px 3px 3px #555;
		
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
	    -ms-transition: all 200ms ease-in;
	    -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
}

#main-menu ul li:first-child a{
        width: 166px;
		border-left: none;
		border-bottom-left-radius: 14px;
		border-top-left-radius: 14px;
}

#main-menu ul li:last-child a{
		width: 166px;
        border-right: none;
		border-bottom-right-radius: 14px;
		border-top-right-radius: 14px;
}

#main-menu ul li:first-child a:hover{
        width: 166px;
		border-bottom-left-radius: 14px;
		border-top-left-radius: 14px;
}

#main-menu ul li:last-child a:hover{
		width: 166px;
		border-bottom-right-radius: 14px;
		border-top-right-radius: 14px;
}

/*
**********     Sub-Navigation      **********
*********************************************
*/

#main-menu ul ul{
        position: absolute;
        left: -99999px;
}

#main-menu ul li:hover ul{
        left: auto;
        border: 2px solid #FF8C1A;
        width: 165px;
		margin-top: 1px;
}

#main-menu ul li li{
        float: none;
}

#main-menu ul li li a{
        color: #FF8C1A;
        background: #111; /* Old browsers */
        background: -moz-linear-gradient(top, #ccc 0%, #111 55%, #ccc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ccc), color-stop(55%,#111), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ccc 0%,#111 55%,#ccc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ccc 0%,#111 55%,#ccc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ccc 0%,#111 55%,#ccc 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ccc 0%,#111 55%,#ccc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#111',GradientType=1 ); /* IE6-9 */
		display: block;
        width: 165px;
        height: 25px;
        line-height: 25px;
        text-align: left;
        border: none;
		border-bottom: 1px solid #555;
		border-top: 1px solid #ccc;
        text-indent: 10px;
		text-decoration: none;
        text-shadow: 3px 3px 3px #FF6600;
}

#main-menu ul li li:first-child a{
		width: 165px;
		border: none;
		border-bottom: 1px solid #555;
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
}

#main-menu ul li li:last-child a{
		width: 165px;
		border: none;
		border-top: 1px solid #ccc;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
}

#main-menu ul li li a:hover{
        background: #FF8C1A; /* Old browsers */
		background: -moz-linear-gradient(top, #f60 0%, #ff8c1a 55%, #f60 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f60), color-stop(55%,#ff8c1a), color-stop(100%,#f60)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f60 0%,#ff8c1a 55%,#f60 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f60 0%,#ff8c1a 55%,#f60 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f60 0%,#ff8c1a 55%,#f60 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f60 0%,#ff8c1a 55%,#f60 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60', endColorstr='#ff8c1a',GradientType=1 ); /* IE6-9 */
		color: #111;
		text-shadow: 3px 3px 3px #555;
		
		border: none;
		border-top: 1px solid #F60;
		border-bottom: 1px solid #555;
		
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
	    -ms-transition: all 200ms ease-in;
	    -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
}

#main-menu ul li li:first-child a:hover{
		width: 165px;
		border: none;
		border-bottom: 1px solid #555;
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
}

#main-menu ul li li:last-child a:hover{
		width: 165px;
		border: none;
		border-top: 1px solid #F60;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
}


/*
**********  Sidebar-Navigation     **********
*********************************************
*/

#sidebar-menu{
        list-style-type: none;
        width: 157px;
        margin-top: 1px;
		float: right;
}

#sidebar-menu li a{
        width: 157px;
        height: 40px;
        displey: block;
        float: right;

        background: #cccccc; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left, #ccc 0%, #111 55%, #ccc 99%, #111 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ccc), color-stop (55%,#111), color-stop(99%,#ccc), color-stop(100%,#111)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, #ccc 0%, #111 55%, #ccc 99%, #111 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, #ccc 0%, #111 55%, #ccc 99%, #111 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #ccc 0%, #111 55%, #ccc 99%, #111 100%); /* IE10+ */
		background: linear-gradient(to right,  #ccc 0%, #111 55%, #ccc 99%, #111 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 ); /* IE6-8 */

        font-family: 'Oswald', Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        color: #FF8C1A;
        text-decoration: none;
        text-shadow: 3px 3px 3px #FF6600;
        
        border-bottom: 1px solid #555;
        border-top: 1px solid #ccc;
        
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
    	-ms-transition: all 200ms ease-in;
    	-o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
}

#sidebar-menu li:first-child a{
        width: 157px;
		float: right;
		border-top: none;
		border-top-left-radius: 5px;
}

#sidebar-menu li:last-child a{
        width: 157px;
		float: right;
		border-bottom-right-radius: 5px;
}

#sidebar-menu li a:hover{
		width:157px;
		float: right;
		/*border-right: 1px solid #555;*/

        background: #FF8C1A; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmOGMxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  #ff6600 0%, #ff8c1a 55%, #ff6600 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff6600), color-stop(55%,#ff8c1a), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #ff6600 0%,#ff8c1a 55%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #ff6600 0%,#ff8c1a 55%,#ff6600 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #ff6600 0%,#ff8c1a 55%,#ff6600 100%); /* IE10+ */
		background: linear-gradient(to right,  #ff6600 0%,#ff8c1a 55%,#ff6600 100%); /* W3C */	
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff6600',GradientType=1 ); /* IE6-8 */
				
		color: #111;
		text-shadow: 3px 3px 3px #555;
		
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
	    -ms-transition: all 200ms ease-in;
	    -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
}

/*
**********       Sub-Sidebar       **********
*********************************************
*/

#sidebar-menu ul ul{
        position: absolute;
        left: -99999px;
}

#sidebar-menu ul li:hover ul{
		left: auto;
        border: 1px solid #FF8C1A;
        width: 205px;
}

#sidebar-menu ul li li{
        float: none;
}

#sidebar-menu ul li li a{
        color: #FF8C1A;
        background: #333;
        display: block;
        width: 205px;
        height: 25px;
        line-height: 25px;
        text-align: left;
        border: none;
		border-bottom: 1px solid #000;
        text-indent: 10px;
}

#sidebar-menu ul li li:first-child a{
        width: 205px;
		border-top: none;
		border-top-left-radius: 0px;
}

#sidebar-menu ul li li:last-child a{
        width: 205px;
		border-bottom: none;
}

#sidebar-menu ul li li a:hover{
        background:#555;
        color: #fff;
}
