/*~ standard.css
.---------------------------------------------------------------------------.
|  Software: Newsletter Engine - Microsite "my newsletter"        			|
|    Author: Daniel Lorbach                                                 |
|   Contact: daniel.lorbach@now-interactive.com                             |
|      Info: http://www.now-interactive.com                                 |
'---------------------------------------------------------------------------'
*/

/*
/////////////////////////////////////////////////
// CONFIGURATION
/////////////////////////////////////////////////
*/					

html, body { 
    margin:0; 
    padding:0; 
} 

body {
    background: #E3E3E3;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
}

h1, h2, h3, p, div, span, a, form, label, input, select, textarea, ul, ol, li {
    margin:0; 
    padding:0; 
    font-family: Arial, Verdana, sans-serif;
}

.clear { clear: both; }

/*
/////////////////////////////////////////////////
// FRAMESET
/////////////////////////////////////////////////
*/					

/*
/////////////////////////////////////////////////
// LEFT COLUMN, MENUE
/////////////////////////////////////////////////
*/					

body.frame_menue {
    color: #FFFFFF;
    background: #5F5F5F;
}

h3 {
	font-size: 14px;
	margin: 10px;
	border-bottom: 1px solid #979797;
}

ul.main_menue {
}

ul.main_menue li {
	display: block;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
	border-bottom: 1px solid #FFFFFF;
}

ul.main_menue li.last {
	border-bottom: none;
}

ul.main_menue li a {
	color: #FFFFFF;
	text-decoration: none;
}

ul.main_menue li a.back {
	padding-left: 20px;
	background-image: url("../styles/icons/back.gif");
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

ul.articles {
}

ul.articles li {
	display: block;
	padding: 0 10px 10px 10px;
	font-size: 12px;
	list-style-type: none;
}

ul.articles li.last {
	border-bottom: none;
}

ul.articles li a {
	color: #FFFFFF;
	text-decoration: none;
}


/*
/////////////////////////////////////////////////
// PROFILE, MAIN CONTENT
/////////////////////////////////////////////////
*/					

/**
* 
* PROFILE ELEMENTS
* 
*/

body.my_profile {
    color: #000000;
    background: #E3E3E3;
}

div.newsletter {
    margin: 38px auto;
	width: 698px;
	background: #FFFFFF;
	border: 1px solid #A0A0A0;
}

div.newsletter h2 {
	color: #D3083D;
	font-size: 16px;
}

/**
* 
* PROFILE FORM
* 
*/

div.newsletter form fieldset {
        margin: 0 0 20px 0;
        padding: 10px;
        border: 1px solid #CCCCCC;
}

div.newsletter form legend {
        font-size: 14px;
        color: #777777;
}

input,textarea,select {
		background-color: #F0F0EE;
		border: 1px solid #CCCCCC;
		}

input:active,textarea:active,select:active,
input:hover,textarea:hover,select:hover {
		background-color: #FFFFFF;
		border: 1px solid #777777;
		}		


div.newsletter form input.text,
div.newsletter form input.password,
div.newsletter form input.file,
div.newsletter form textarea,
div.newsletter form select {
        font-size: 14px;
        padding: 5px;
        width: 280px;
        color: #707173;
        margin-bottom: 5px;
}

div.newsletter form label {
        float: left;
        margin: 8px 0 15px 0;       
        width: 80px;
        font-size: 14px;
        color: #707173;
}

/**
* 
* PROFILE CLASSES
* 
*/

a.submit {
	font-size: 12px;
	color: #D3083D;
	padding-right: 20px;
	background-image: url("../styles/icons/arrow_red.gif");
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.categories {
	padding: 12px;
	font-size: 14px;
	background: #DADADC;
}

.categories div {
	margin-bottom: 2px;
}

div.categories div input.checkbox {
	clear: both;
	margin: 0px;
	padding: 0px;
}

div.categories div.check {
	float: left;
	width: 20px;
	/* border: 1px solid green; */
}


div.categories div.list {
	margin-left: 5px;
	width: 160px;
	float: left;
	/* border: 1px solid red; */
}
.headline { 
	font-size: 32px; 
}

a.btn-action {
        display: block;
        margin: 0 10px 24px 0;
        padding: 0px 10px 0px 35px;
        width: 80px;
        height: 25px;
        text-align: left;
        font-size: 12px;
        line-height: 25px;
        text-decoration: none;
        text-transform: uppercase;
        border: 1px solid #ccc;
        font-weight: bold;
        color: #777;
        cursor: pointer;
}

a.float-right {
		margin-right: 0px;	
		margin-left: 10px;
}

a.float-left.no-margin {	    
		margin: 2px 0px;
}

/* alphabetical order */
a.btn-action.ok                 { 
    background: #eceded url(../styles/icons/icon_ok.gif) 	no-repeat; 
}

a.btn-action:hover {
        background-color: #fff;
        border: 1px solid #777;
}

.message {
    margin: 10px auto;
	width: 698px;
}

.message div {
	margin: 10px;
	padding: 5px;
	border: 2px solid #00AA00;
	color: #000000;
	background: #CCFFCC;
}
