/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#basic-modal-content {display:none;overflow-x:hidden;  overflow-y: auto; width:auto; height:auto; max-height:530px;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:540px; width:590px; color:#bbb; background-color:black; border:1px solid #444; padding:12px;z-index:100; }
#simplemodal-container .simplemodal-data {padding:0px;}
#simplemodal-container code {background:#141414; border-left:1px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:2px 2px 2px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(http://www.bequiet.com/data/media/_shared/b/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

#pic-modal-content {display:none;overflow-x:hidden;  overflow-y: auto; width:auto; height:auto; max-height:530px;}
#popup-modal-content {display:none;overflow-x:hidden;  overflow-y: auto; width:auto; height:auto; max-height:530px;}


/*Positionierung Bilddatei*/
#ee
{
	position: absolute;
	margin-left: 670px;
	margin-top: 13px;
	z-index:10;
	cursor:pointer;
}
#buttom_ei
{
	position:absolute;
	overflow:hidden;
	margin-left:470px;
	margin-top:-100px;
}