/* 
==========================================
Skin styles für leuchtturmsammlung.de
erstellt von IT-Dienstleistungen QUEISSER
April 2015
==========================================
*/

@import url('menu.css');

BODY
{
	text-align:center;
	font-family:Arial,Verdana;
	height:100%;
}

#Body
{       
	background-color: #FFF;
}

.pagemaster
{
	position: relative;
    margin: 0px auto;
	width:999px;
	height: 100%;
	text-align:left;
	background-color:#FFF;
	border-color:#DFDFDF;
	border-width:1px;
	border-style:solid;
}

.skinmaster 
{
}

.ControlPanel {
	width: 100%;
	BACKGROUND-COLOR: #FAFAFA;
	color:Black;
}

.LTShead {
	height: 105px;
	width: 999px;
	background-image: url(images/bg_head.jpg);
	background-repeat: no-repeat;
}

.LTSnav
{
	height: 33px;
	width: 999px;
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
}

.head-menue
{
    position: relative;
    width: 650px;
    background-color: Transparent;
	left: 300px;
    padding-top: 3px;
}
.head-menue .SkinObject, 
.head-menue a
{	
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-size:0.9em;
	font-weight:400;
}

.head-menue ul
{
	list-style-type:none;
	margin: 1px 0px 2px 0px;
	padding:0px;
}

.head-menue li
{
	list-style-type:none;
	float:left;
	border-left: 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	font-size:0.9em;
	font-weight:400;
}

.head-menue .first
{
	border-left: 0px;
}

.LTSsubnav
{
	height: 35px;
	width: 999px;
	background-image: url(images/bg_subnav.jpg);
	background-repeat: no-repeat;
}
.Webcontent
{
	position:relative;
	width:999px;
}

.LTSleft
{
	height: 410px;
	width: 321px;
	background-image: url(images/bg_left.jpg);
	background-repeat: no-repeat;
	float: left;
}

.LTScontent
{
	height: 410px;
	width: 542px; 
	background-color: #FFF;
	float: left;
	overflow:auto;
}

.LTSright
{
	height: 410px;
	width: 136px;
	background-image: url(images/bg_right.jpg);
	background-repeat: no-repeat;
	float:left;
}

.ContentPane
{
	width: 515px;
    padding: 0px 5px 0px 5px;
}

.LTSfoot
{
    position: relative;
	clear: both;
	width:999px;
	HEIGHT: 119px;
    background-image: url(images/bg_foot.jpg);
    background-repeat: no-repeat;
}

.footer-menue
{
    position: relative;
    width: 500px;
    background-color: Transparent;
	left: 330px;
    padding-top: 16px;
}

.footer-copyright
{
    width: 280px;
    background-color: Transparent;
	padding-left: 500px;
    padding-top: 80px;
}

.footer-menue .SkinObject, 
.footer-menue a,
.footer-copyright a
{	
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-size:0.9em;
	font-weight:400;
}

.footer-menue ul,
.footer-copyright ul
{
	list-style-type:none;
	margin: 1px 0px 2px 0px;
	padding:0px;
}

.footer-menue li,
.footer-copyright li
{
	list-style-type:none;
	float:left;
	border-left: 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	font-size:0.9em;
	font-weight:400;
}

.footer-menue .first,
.footer-copyright .first
{
	border-left: 0px;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="sms"]:link,
a[href^="sms"]:visited,
a[href^="tel"]:hover,
a[href^="sms"]:hover
{
    text-decoration: none;
    cursor: default;
    color: #333;
}
.divSMS 
{
    width: 0px;
    height: 0px;
    visibility: hidden;
}

@media only screen and (max-device-width: 960px)
{
    a[href^="tel"]:link,
    a[href^="tel"]:visited,
    a[href^="sms"]:link,
    a[href^="sms"]:visited,
    a[href^="tel"]:hover,
    a[href^="sms"]:hover
    {
        text-decoration: underline;
        color: blue;
    }
    .divSMS 
    {
        width: 160px;
        height: 16px;
        visibility: visible;
        padding-top: 2px;
    }
}
