body {
	background-color: #CCCCCC;
	background-image: url(../images/background.gif);
}
     /*FEFEFD fbdfdf fce7e7*/
     
div.forum_container {
	background-color: #FEFEFD;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	border-right: 1px solid;
	height: 100%;
}

div.top {
	background-image: url(../images/top_background.gif);
	height: 111px;
}

div.nav {
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #f4c01a;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.nav_left {
    vertical-align: middle;
    float: left;
}

p.inloggad {
    color: #000000;
    margin: 0px;
    margin-top: 2px;
    margin-left: 10px; 
}

div.nav_right {
    text-align: right;
}

div.content {
    width: 740px;
    margin: 25px 10px 10px 10px;
}

div.nav a {
	margin-right: 10px;
	margin-left: 15px;
}

p {
}

img.logo {
    position: relative;
    top: 4px;
    left: 4px;
}


/* NY TRD */

div.newthread_form_container {
    width: 600px;
    }

input.newthread_text {
    border: 1px solid #700101;
    width: 600px;
    margin-bottom: 8px;
}

textarea.newthread_textarea {
    width: 600px;
    height: 200px;
    border: 1px solid #700101;
    margin-bottom: 16px;
}

input.skicka_newthread {
}

div.newthread_submit_right_align {
    text-align: right;
    width: 100%;
}

/* LOGIN */

div.login_container {
    }


table.login_form {
    margin-top: 10px;
}

form.login {
}

td.form_label {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p.rodtext {
    color: #700101;
    }

/* PROFIL */

table.profile {
}

td.profile_cell {
    vertical-align: top;
    font-size: 14px;
}

.redigeralink_i_h1 {
    font-size: 12px;
}

p.profile_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

img.profile_bild {
    max-width: 300px;
	width:expression(document.body.clientWidth >300? "300px": "auto" );
    padding: 1px;
    border: 1px solid #700101;
    margin-top: 8px;
}

/* MEDLEMMAR */

a.no_underline {
    text-decoration: none;
}

a.no_underline:hover {
    text-decoration: underline;
}

h2.medlemstyp {
    font-weight: normal;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-top: 0px;
}

p.medlemspost {
    margin-left: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
}


/* EDIT PROFILE */

div.editprofile_left {
    float: left;
}

div.editprofile_right {
    margin-left: 10px;
    float: left;
    width: 400px;
}

div.editprofile_info {
    padding: 2px;
    width: 600px;
    border: 1px solid #700101;
    margin-bottom: 10px;
}

div.editprofile_password {
    padding: 2px;
    width: 300px;
    border: 1px solid #700101;
}

div.editprofile_bild {
    padding: 2px;
    border: 1px solid #700101;
    vertical-align: top;
}

h2.editprofile_h2 {
    font-size: 12px;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 2px;
}

img.bild_profil {
    margin-left: 24px;
    margin-top: 10px;
    margin-bottom: 8px;
    max-width: 340px;
	width:expression(document.body.clientWidth > 340? "340px": "auto" );
}

input.textmeck_leftmargin {
    margin-left: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 340px;
    border: 1px solid #700101;
}

input.submit_bild {
    margin-left: 24px;
}

form.edit_profile_form {
    margin: 0px;
}

.red_border {
    border: 1px solid #700101;
}

a.confirm_user:hover {
    color: #007000;
}

a.deny_user:hover {
    color: #700101;
}


/* Hemsidan */




p.orkestern {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 1px;
	color:#CC0000
}

p.info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
}

p.redtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
	color:#CC0000
}





