﻿/*
###################################
	Scrollproperties, HTML
###################################
*/
html
	{
		overflow: -moz-scrollbars-vertical;
		overflow-x: hidden;
		overflow-y: scroll;
	}

/*
###################################
	Body
###################################
*/
body 
{
	padding: 0px;
	margin: 0px;
    background-color:#111111;
}
/*
###################################
	Clear
###################################
*/   
.Clear
	{
		clear:both;
	}
    
.ClearLeft
    { 
        clear:left;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }
.ClearRight
    { 
        clear:right;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }
.ClearBoth
    { 
        clear:both;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }
/*
###################################
    Containers
###################################
*/  
#Wrapper
{
    width: 1200px;
    margin: 0px;
    background-image:url('../Images/TopRedLight.jpg');
    background-repeat: no-repeat;
    padding-top: 38px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
#Holder
{
    width: 900px;
    margin: 0px auto;
}
#Header
{
    height: 124px;
}
#Logo
{
    height: 90px;
    width: 900px;
    background-image:url('../Images/Logo.jpg');
    background-repeat:no-repeat;
}
#Menu
{
    background-image:url('../Images/MenuSpan.gif');
    background-repeat:repeat-x;
    width: 900px;
    height: 34px;
}
#Footer
{
    background-image:url('../Images/Footer.jpg');
    background-repeat:no-repeat;
    width: 900px;
    height: 105px;
}
#Content
{
    width: 900px;
    position:relative;
    background-image: url('../Images/SubPageBGSpan.gif');
    background-repeat:repeat-y;
}
#InnerContent
{
    float:left;
    position:relative;
    min-height: 484px;
    height: auto !important;
    height: 484px;
    width: 671px;
    /*margin-bottom: 20px;*/
}
/*
###################################
    Menu
###################################
*/
.MenuItem
{
    padding-top: 1px;
    float:left;
}
.MenuItemFirst
{
    padding-left: 0px;
    padding-top: 1px;
    float:left;
}
.MenuItemFirstSelected
{
    padding-left: 1px;
    padding-top: 1px;
    float:left;
}
.MenuItemLast
{
    float:left;
}
.MenuSeperator
{
    padding-top: 1px;
    float: left;
}
/*
###################################
    SideBar
###################################
*/
.SideBarTop
{
    background-image:url('../Images/SideBar/Top.gif');
    background-repeat:no-repeat;
    top:0px;
    right:0px;
    width:229px;
    height:12px;
    font-size: 0px;
    position: absolute;
}
#SideBar
{
    width: 229px;
    float: left;
}
.SideBarMiddleFirst
{
    margin-top:12px;
    /*margin-bottom:27px;*/
}
.SideBarItemSubject
{
    padding-bottom: 7px;
}
.SideBarItem
{
    margin-left:19px;
    padding-top:6px;
    /*height:37px;*/
    min-height:37px;
    height:auto !important;
    height:37px;
    width:190px;
    border-bottom: dashed 1px #454545;
}
.SideBarItemMoreLink
{
    margin-left:16px;
    height:27px;
    width:190px;
}
.SideBarItemMoreLinkInside
{
    float:right; 
    margin-top: 9px;   
}
.SideBarBottom
{
    background-image:url('../Images/SideBar/Bottom.gif');
    background-repeat:no-repeat;
    position:absolute;
    bottom:0px;
    right:0px;
    width:229px;
    height:9px;
    font-size: 0px;
}
/*
###################################
    Page
###################################
*/
.PageLeft{padding-top:35px; padding-left:34px; padding-bottom: 30px;}
.PageLeftColumn
{
    width: 550px;
    padding-top: 35px;
    padding-bottom: 30px;
    float:left;
}
.PageLeftColumnInside
{
    margin-left: 34px;
}
.PageRightColumn
{
    width: 271px;
    margin-top: 35px;
    float:left;
}
.PageRightColumnInside
{
    margin-left: 28px;
    margin-right: 30px;
}
.PageRightColumnInsideImagePlate
{
    padding-top: 5px;
    padding-bottom: 11px;
}
.PageRightColumnInsideImagePlateText
{
    font-size: 12px;
    font-style: italic;
    padding-top: 2px;
    padding-left: 1px;
}
.PageForm
{
    width: 400px;
    float:left;
}
.PageMarginButtom
{
    /*min-height: 20px;
    height: auto !important;*/
    height: 20px;
    width:671px;
}
.PageFormInner
{
    margin-left: 34px;
}
.PageSubject
{
    margin-bottom: 13px;
}
.PageSubjectImg
{
    margin-bottom: 12px;
}
.PageIngress
{
    line-height: 18px;
    padding-bottom: 15px;
}
.PageText
{
    line-height: 18px;
}
.PageText p
	{
		padding: 0px;
		margin: 0px;
		padding-bottom: 16px;
	}
.PageLink
{
}
.PageLink a
{
    float:left;
}
.PageLinkArrow
{
    background-image:url('../Images/LinkArrow.gif');
    background-repeat:no-repeat;
    width:9px;
    height:11px;
    float:left;
    margin-left:5px;
    margin-top:4px;
}
/*
###################################
    Home
###################################
*/
#HomeLeftBox
{
    position:absolute;
    z-index:2000;
    left:20px;
    top:235px;
    width:201px;
    height:249px;
}
#HomeLeftBoxInner
{
    width:201px;
    height:249px; 
    position:relative;
}
#HomeMiddleBox
{    
    position:absolute;
    z-index:2000;
    left:235px;
    top:235px;
    width:201px;
    height:249px;
}
#HomeMiddleBoxInner
{
    width:201px;
    height:249px; 
    position:relative;
}
#HomeRightBox
{    
    position:absolute;
    z-index:2000;
    left:450px;
    top:235px;
    width:201px;
    height:249px;
}
#HomeRightBoxInner
{
    width:201px;
    height:189px; 
    position:relative;
    padding-top: 60px;
}

.HomeBoxImg
{
    position:absolute;
    left:13px;
    top:58px;
}
.HomeBoxTxt
{
    position:absolute;
    left:14px;
    top:156px;
    line-height: 16px;
}
.HomeBoxButton
{
    position:absolute;
    cursor:pointer;
    left:15px;
    top:213px;
    width:92px;
}
#HomeTipFriend
{
    margin-left: 14px;
}
.HomeTextBoxHeader
{
    line-height: 18px;
}
/*
###################################
	Contact me
###################################
*/
.ContactMeInputHeader
{
    font-weight:bold;
    padding-bottom:1px;
    padding-top:11px;
}
/*
###################################
    Archive
###################################
*/
.ArchiveHolder
{
    padding-left: 34px;
    padding-top: 39px;
}
.ArchiveButtomSeperator
{
    width: 604px;
    height: 3px;
    background-color:#fff;
}
.ArchiveItem
{
    width:490px;
    padding-bottom: 12px;
}
.ArchiveItemSeperator
{
    height:1px;
    width:490px;
    background-image:url('../Images/Archive/Seperator.gif');
    background-repeat:no-repeat;
    font-size: 0px;
}
.ArchiveLeftColumn
{
    width: 376px;
    float:left;
}
.ArchiveRightColumn
{
    width: 114px;
    float:left;
}
.ArchiveRightColumnInside
{
    margin-top: 16px;
    margin-left: 12px;
}
.ArchiveSubject
{
    margin-top: 14px;
    line-height:18px;
}
.ArchiveTxt
{
    margin-top: 2px;
    line-height: 18px;
}
/*
###################################
    Article
###################################
*/
.ArticleHolder
{
    padding-left: 34px;
    padding-top: 39px;
}
.ArticleHeader
{
    width: 490px;
    border-bottom:solid 3px white;
    padding-bottom: 5px;
}
.ArticleDate
{
    float:left;
}
.ArticleLinks
{
    float:right;
    margin-right: 1px;
}
.ArticleLinks a
{
    margin-left: 16px;
}
.ArticleContentHolder
{
    width: 490px;
    position:relative;
}
.ArticleSubject
{
    margin-top: 16px;
}
.ArticleIntro
{
    /*margin-top: 6px;*/
}
.ArticleTxt
{
    margin-top: 18px;
}
/*
###################################
	Paging
###################################
*/  
.PagingHeader
    {
        height:35px; 
        width:490px;
        clear:both;
        position:relative;
        font-size:10px;
        color:#FFFFFF;
        line-height:18px;
        background-repeat:repeat-x;
        border-top: 2px solid white;
        text-align:center;
    }
.PagingHeaderRight
    {
        position:absolute; right:2px; top:9px; width:80px;
         height:15px;
    }
    
.PagingHeaderLeft
    {
        position:absolute; left:0px; top:9px; width:80px;
        height:15px;
    }   

.PagingArrowDoubleBack
    {
        float:left;
        margin-left:0px;
    }
    
.PagingArrowBack
    {
        float:left;
        margin-left:6px;
    }
    
.PagingArrowDoubleNext
    {
        float:right;
        margin-right:0px;
    }
    
.PagingArrowNext
    {
        float:right;
        margin-right:0px;
    }
.ButtonRow
	{
		margin-top:10px;
	}
	
/*
###################################
	PartnerBox
###################################
*/  
.PartnerBox
	{
		float: left;
		padding-left: 438px;
		padding-top: 14px;
	}
	
.PartnerBoxSubject
	{
		float: left;
		padding-top: 8px;
		padding-right: 11px;
	}
	
.PartnerBoxItem
	{
		float: left;
		padding-left: 8px;
		padding-right: 8px;
	}
	
.PartnerBoxWordClass
	{
		padding-top: 1px;
	}
.PartnerBoxDelta
	{
		padding-left: 9px;
		padding-top: 2px;
	}
.PartnerBoxAmv
	{
	}
.PartnerBoxTraningsprofilen
	{
		padding-top: 2px;
	}
.PartnerBoxItemImage
	{
		cursor: pointer;
	}
