@charset "UTF-8";

/* 
    Authors:    K.Deuning, M.Siersema
    Project:    Taekwondo Tiger
*/

/* --------  Reset HTML -------- */


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

html {
    height: 100%;
    min-height: 100%;
    width:100%;
    }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: none;
    text-decoration: none;
}
    
/* layout */    
    
#siteWrapper {
    background-color: #999999;
    position: absolute;
    left: 50%;
    margin-top: 0;
    width: 1025px;
    height: 768px;
    margin-left: -512px;
    /*overflow: hidden;*/
}
    
    #siteContent {
        position: absolute; 
        top: 175px; 
        left: 355px; 
        width: 640px;
    }
    
/* CSS Document */

a:link, a:visited {
    text-decoration: none;
    outline: none;
    /*color: #FFCC33;*/
    color: #fff;
}

a:hover, a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

/* -------- Basic Style -------- */

hr {

    border: 1px solid grey;
}

p {
    /*margin: 5px;
    line-height: 1.5em;*/
    line-height: 1.2em;
    padding: 5px 0 10px 0;
}                                                           

h1 {
    font-size: 1.5em;
    margin: 5px 0;
}

h2 {
    font-size: 1.4em;
    padding: 5px 0;
}

h3 {
    font-size: 1.3em;
    padding: 5px 0 10px 0;
    color: #FFCC33;
}

h4 {
    font-size: 1.2em;
    padding: 5px 0 10px 0;
}

h5 {  
    color: #FFCC33;
    font-size: 1.2em;
    padding: 0 0 0 0;
}

h6 {
    font-size: 0.9em;
    padding: 5px 0 10px 0;
    font-weight: normal;
}

blockquote {
    padding: 5px 15px 10px 15px;   
    line-height: 1.2em;
    border: 1px #808080 solid;
    margin: 10px 0;
}

pre {
    padding: 5px 15px 10px 15px;   
    line-height: 1.2em;
    border: 1px #808080 solid;
    margin: 10px 0;
}

/* -------- Helper Style -------- */

.hide {
    display: none;
}

.left {
    float: left;
    display: inline; /*ie6 fix*/
}

.right {
    float: right;
    display: inline; /*ie6 fix*/
}

.center {
    text-align: center;
}

.margin {
    margin: 5px;
}

.minHeight {
    float:right;
    width: 1px;
    height: 130px;
}

.minHeight2 {
    float:right;
    width: 1px;
    height: 150px;
}

.minHeightClear {
    clear: both;
    height:1px;
    overflow:hidden;
}

.clear {
    clear: both;
}

.noDisplay {
    display: none;
}

.inline {
    display: inline;
}

.bold {
    font-weight: bold;
}

.break {
    height: 10px;
}   

/* CSS Document */

.innerbox {
    margin: 25px;
}

div.header {
	width:965px;
	height:150px;
	position:absolute;
	margin-left:30px;
	margin-top:0px;
	background-color:#999999;
	background-image:url(/afb/TT_header.jpg);
}

div.schaduwl {
	width:30px;
	height:768px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	background-image:url(/afb/TT_schaduwl.jpg);
}


div.schaduwr {
	width:30px;
	height:768px;
	position:absolute;
	margin-left:995px;
	margin-top:0px;
	background-image:url(/afb/TT_schaduwr.jpg);
}

div.balk {
	width:940px;
	height:20px;
	position:absolute;
	padding-right:25px;
	padding-top:5px;
	margin-left:30px;
	margin-top:150px;
	background-color:#000000;
	background-image:url(/afb/TT_bg3.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFCC33;
	text-align:right;
}

div.menu {
	width:325px;
	height:275px;
	position:absolute;
	margin-left:30px;
	margin-top:175px;
	background-color:#999999;
	
}

div.agenda {
	width:325px;
	height:194px;
	position:absolute;
	margin-left:30px;
	margin-top:450px;
	background-color:#666666;
	background-image:url(/afb/TT_bg4.jpg);
	background-repeat:repeat;
}

div.logo {
	width:325px;
	height:124px;
	position:absolute;
	margin-left:30px;
	margin-top:644px;
	background-color:#999999;
}