/* Avira GmbH - free-av.de - CSS Code
  ################################### */

/* #### Global default settings ##### */
body {
	background-color: #FCF8F0;
	font-family: Verdana, Arial, Helevtica;
	font-weight: normal;
	font-size: 13px;
	margin-top: 20px;
	padding: 0px;
	margin: 2px;
}
table {
	padding: 0px;
	margin: 0px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #6B6B6B;
}
a:active, a:hover {
	color: #DE0007;
	font-weight:bold;
}
div.box_center {
	text-align: center;
}
img {
	border: 0px;
}
/* #### Avira Logo / Header ######### */
table.header {
	border: 0px;
	padding: 0px;
	border-spacing: 0;
	width: 100%;
}
table.header td.logo {
	vertical-align: middle;
	width: 150px;
	padding-left: 3px;
}
table.header td.text {
	vertical-align: middle;
	text-align: center;
}
table.header td.claim {
	vertical-align: top;
	text-align: right;
	padding-left: 10px;
}
table.header td.banner {
	height: 22px;
	border-spacing: 4px;
	padding-left: 15px;
	background-color: #f6e8cb;
	vertical-align: baseline;
	width: 100%;
}

/* #### main table section ########### */
table.main {
	border: 0px;
	height: 88%;
	width: 100%;
    margin-top: -3px;
	padding: 0px;
}

/* #### left table section ########### */
table.main td.left {
	background-color: #f9f2e2;
	width: 16%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
div.language {
	vertical-align: middle;
	text-align: center;
	margin: 11px;
}
div.userinput {
	margin-left: 10px;
	margin-top: 10px;
}

/* #### center menu ################# */
td.menu {
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
table.menu {
	font-size : 12px;
	font-family : Verdana,Helvetica;
	font-weight: bold;
	text-align: center;
	background : #F6E8CB;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}
table.menu a {
	color : #6B6B6B;
	background : #F6E8CB;
	text-decoration: none;
	display : block;
	white-space: nowrap;
	padding-bottom : 3px;
	padding-top : 3px;
	border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
table.menu a:hover {
	color: #FFFFFF;
	background-color: #DE0007;
	text-decoration: none;
}
table.menu a.selected {
	background-color: rgb(222, 0, 7);
	color: rgb(255, 255, 255);
}
/* #### rigth table section ########### */
table.main td.right {
	background-color: #f9f2e2;
	vertical-align: top;
	width: 20%;
	margin: 0px;
	padding: 0px;
}
table.right {
	border: 0;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

/* #### content section ############# */
table.content
{
	background-color: #FFFFFF;
	color:#000;
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal;
	font-size : 13px;
	width: 100%;
	height: 100%;
}
div.box {
	padding: 10px;
	text-align: left;
	height: 100%;
}
div.red_box {
	border: 1px  solid #DE0007;
	padding: 5px;
}
div.right_box {
	padding-left: 10px;
	padding-right: 13px;
}
table.award_box {
	text-align: center;
	margin: 5px;
	padding: 5px;
}
table.download {
	width: 100%;
	border: 1px solid #C3C3C3;
	font-size: 12px;
}
table.download th {
	text-align: left;
	background-color:#F9F2E2;
	height:18px;
	font-size:12px;
	font-weight:bold;

}
table.download td {
	background-color:#FCF8F0;
	padding-left:3px;
}
/* link selected */
.selected {
	border-left: 1px solid #FFFFFF;
	background-color: #ff0007;
	color: #FFFFFF;
}


/* #### Global ###################### */
.normal {
	color:#000;
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal;
	font-size : 13px;
	margin: 0px;
	padding: 0px;
}
p.sand_headline {
	background-color : #F6E8CB;
	color:#DE0007;
	font-size: 12px;
	font-family:  Verdana,Arial,Helvetica;
	font-weight: bold;
	text-align: center;
	width: 16px;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

p.headline_small {
	color:#DE0007;
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	font-size : 14px;
	margin: 0px;
	padding: 0px;
}

p.headline {
	color:#DE0007;
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	font-size : 18px;
	margin: 0px;
	padding: 0px;
}
td.red_headline {
	border: 0;
	color:#ffffff;
	font-size : 12px;
	font-family :  Verdana,Arial,Helvetica;
	font-weight: bold;
	text-align: left;
	background : #DE0007;
	padding-left: 15px;
}
.red_headline a {
	color : #fff;
	background : #DE0007;
	text-decoration: none;
	display : block;
	padding-bottom : 3px;
	padding-top : 3px;
	border-top: 3px solid #fff;
	text-decoration: none;
	border: 0;
}
.red_headline a:hover {
	color: #FFFFFF;
	background-color: #DE0007;
	text-decoration: none;
}
.red_headline a:visited {
	color:#ffffff;
	border: 0;
}
.small_footer {
	font-size : xx-small;
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px #C5C5C5 solid;
	color: black;
	font-family:  Verdana,Arial,Helvetica;
	font-size : smaller;
}

.btn {
	background-color:#F4F4F4;
	font-size: 11px;
	font-weight:bold;
	color: #6B6B6B;
	border: 1px solid #6B6B6B;

}

/* Avira Arrow List */
ul.arrow {
	margin: 0px;
	padding-left: 18px;
	font-size: 13px;
	font-family: Verdana,Arial,Helvetica;
	font-weight: normal;
	margin: 5px;
}
ul.arrow li{
	text-indent: 0px;
	margin: 2px;
	margin-bottom: 5px;
	padding: 0px;
	list-style-image: url('img/arrow_list.gif');
	list-style-position: outside;
}

/*#### Dyn. stuff ###################*/
div.mobile_button {
	text-align: right;
	float: right;
}
div.left_img {
	text-align: left;

}



