/* CSS Document */

/* POSITIONIERUNG */
body(
	margin:0px;padding:0px;
)
.s100{
	height:100%;
}
.background{
	position:absolute;
	top:0px;left:0px;
	width:300px;height:668px;
}
/* alle browser */
.transparenz{
	position:absolute;
	top:0px;left:100px;
	width:200px;height:668px;
	overflow:hidden;
	background:url(../img/transparenz.png) repeat-x;
}
/* ie */
* html .transparenz{
	background:expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.inngauliga.de/fileadmin/template/img/transparenz.png');
}

/* andere browser */
html > .transparenz{
	background:url(../img/transparenz.png) repeat-x;
}
.logo{
	position:absolute;
	top:10px;left:100px;
	width:200px;height:100px;
}
.navigation{
	position:absolute;
	top:110px;left:100px;
	width:200px;height:568px;
}
.content{
	position:absolute;
	top:110px;left:300px;
	max-width:700px;
}
.title{
	position:absolute;
	top:0px;left:20px;
	width:600;height:25px;
}
.left{
	display:none;
}
.middle{
	position:relative;
	top:30px;left:20px;
}
.right{
	display:none;
}
.date{
	position:absolute;
	top:673px;left:100px;
	width:200px;height:20px;
}

/* FARBE */
body{
	background-color:#ffffff;

}

/* SCHRIFT */
body, td, th, div, span, p{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h1, h2, h3, h4, h5{
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color:  #990000;
	line-height:25px;
}
.small{
	font-size:10px;
}

/* NAVIGATION */
ul.menu{
	margin:0px;
	padding:0px;
}
ul.sub{
	margin:0px;
	padding:0px;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
}
li.menuitem{
	display:block;
	line-height:25px;
	width:200px;
	margin:1px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	border:0px;
}
li.default{
	display:block;
	line-height:25px;
	width:200px;
	margin:1px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	background:url(../img/menu-default.png) repeat-y;
}
/* ie */
* html li.default{
	background:expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.inngauliga.de/fileadmin/template/img/menu-default.png');
}

/* andere browser */
html > li.default{
	background:url(../img/menu-default.png) repeat-y;
}
li.active{
	display:block;

	line-height:25px;
	width:200px;
	margin:1px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	background:url(../img/menu-active.png) repeat-y;
}
/* ie */

* html li.active{
	background:expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.inngauliga.de/fileadmin/template/img/menu-active.png');
}

/* andere browser */
html > li.active{
	background:url(../img/menu-active.png) repeat-y;
}
.default a{
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}
.active a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.default a:hover{
	color:#333333;
}
a.level1{
	display:block;
	margin-left:5px;
}
a.level2{
	display:block;
	margin-left:15px;
}
a.level3{
	display:block;
	margin-left:25px;
}
a.level4{
	display:block;
	margin-left:35px;
}

/* NEWS */
.news-list-item{
	position:relative;
	width:100%;height:150px;
	float:left;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
	margin-bottom:10px;
}
.news-list-gotoarchive{
	clear:both;
}
.news-latest-item{
	position:relative;
	width:215px;height:150px;
	float:left;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
	margin-right:10px;
	margin-bottom:10px;
}
.news-latest-gotoarchive{
	clear:both;
}
.clearer{
	display:none;
}
.news-single-backlink{
	padding-top:5px;
	margin-top:10px;
	border-top:1px solid #990000;
}

/* ligamanager */
.tx-ligamanager-pi1{}
.tx-ligamanager-pi1-listrow{

	border-bottom:1px solid #990000;
}
.tx-ligamanager-pi1-listrow-header{
	border-bottom:1px solid #990000;
}
.tx-ligamanager-pi1-listrow-header td{
	background-color:#990000;
	color:#ffffff;
}
.tx-ligamanager-pi1-listrow-header a{
	color:#ffffff;
}
.tx-ligamanager-pi1-listrow-odd td{
	background-color:#E8D8D8;
}
.tx-ligamanager-pi1-searchbox{}
.tx-ligamanager-pi1-searchbox-button{}
.sword{
	color:#990000;
}
textarea{
	width:400px;height:200px;
}
