/* DDoS-Guard Homepage - main stylesheet used in all the content pages */

/* Formats the main body of our page */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #6B8A83;
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin: 0px;
}

/* Fix for IE, to avoid the <br> after a form tag */
form {
	margin:0px;
}

/* This ID holds the whole layout  -> we need it because of all the centered div's */
#wrapper {
	width: 801px;
	padding: 19px 24px 10px 24px;
}

/* This ID holds the main content column */
#content {
	/* No definitions for now */
}

/* Format the overall linkstyle in the content column */
#content a:link, #content a:active, #content a:visited {
	color:#006B53;
	text-decoration:underline;
}

/* Formats the green boxed page title cell */
#content .head {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#006147;
	padding: 5px 13px 5px 13px;
}

/* Formats the cell which holds all the content stuff */
#content .main {
	border-left: 1px solid #EAECEB;
	border-bottom: 1px solid #EAECEB;
	border-right: 1px solid #EAECEB;
	padding: 7px 13px 13px 13px;
	font-size: 11px;
}

/* Formats the <h1> tag used in the content column */
#content h1 {
	font-size: 11px;
	font-weight: bold;
	color: #006147;
}

/* Formats the <h2> tag used in the content column */
#content h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: -10px;
}

/* Formats the <p> tag used in the content column */
#content p, ul, li {
	color: #666666;
	line-height: 13px;
}

/* Formats the the table body */
#content .table {
	border: 1px solid #006147;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Formats the the header of a table */
#content .header {
	background-color: #A7BAB6;
	padding: 6px 10px 6px 10px;
	}

/* Formats a standard cell of a table */
#content .cell {
	border-left: 1px solid #006147;
	padding: 2px 10px 2px 10px;
	}

/* Formats the the cells in the first column of a table to avoid a double border */
#content .cell-nobroder {
	padding: 2px 10px 2px 10px;
	}

/* Formats the odd rows of a tabel */
#content .odd {
	background-color: #D4DCD8;
}

/* Formats the even rows of a tabel */
#content .even {
	background-color:#FFFFFF;
}

/* Formats a teaserbox in the content */
#content .teaser {
	background-color: #EAECEB;
	border: 1px solid #6B8A83;
	font-size:11px;
	padding: 8px;
}

/* Formats text to red */
#content .redfont {
        color: #920F0C;
}


/* This ID holds alle the boxes of the right side */
#boxes {
	/* No definitions for now */
}

/* Format the overall linkstyle used in the box column */
#boxes a:link, #boxes a:active, #boxes a:visited {
	color:#006B53;
	text-decoration:underline;
}

/* Formats the teaser box */
#boxes .teaser {
	background-color: #EAECEB;
	border: 1px solid #6B8A83;
	font-size:11px;
	margin-bottom: 12px;
}

/* Formats the links box */
#boxes .links {
	background-color: #FFFFFF;
	border: 1px solid #6B8A83;
	font-size:11px;
	margin-bottom: 12px;
}

/* Formats the login box */
#boxes .login {
	background-color: #EAECEB;
	border: 1px solid #6B8A83;
	font-size:11px;
	margin-bottom: 12px;
}

/* Formats the body of a list in the box column */
#boxes ul {
	margin:0px;
	padding: 0px;
	list-style-type:none;
}

/* Formats a listelement in the box column */
#boxes li {
	padding: 5px 5px 5px 18px;
	background-image:url(../img/bullet01.gif);
	background-repeat:no-repeat;
	background-position: 0 .5em;
}

/* Formats the textfields of the login box */
#boxes .textbox {
	font-size: 11px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	padding: 2px;
	width:90px;
}

/* acronyms */
#content  acronym A {
    color : inherit;
    text-decoration : none;
    cursor : help;
  }
#content  acronym {
    color : inherit;
    text-decoration : none;
    border-style : dashed;
    border-color : #cd0000;
    border-bottom-width : 1px;
    border-left-width : 0;
    border-top-width : 0;
    border-right-width : 0;
    cursor : help;
  }
