/*
 * CSS
 * 
 * @version 1.0
 * @author Vaska 
 * @author Gregory Cadar
 */
 
* { margin:0; padding:0;} /* für bessere kompatibilität mit thickbox*/

body {
	font-size: 9pt;
	font-family: DroidSansMono, monospace;
	background: ##FFFFFF;
	background-repeat:no-repeat;
	color: #000000;
	line-height: 130%;
	letter-spacing: 0,5px; 
	word-spacing: -2px;
}



body.section-1 { }
body.section-2 { }
body.section-3 { }

/*
 * SCHRIFT EINBETTEN font-weight: 500;
 */

@font-face { font-family: Share-Regular;
 src: url('../../extend/Share-Regular.otf');}
 
@font-face { font-family: Immono;
 src: url('../../extend/lmmono10-regular.otf');}

@font-face { font-family: Immonolight;
 src: url('../../extend/lmmonolt10-regular.otf');}
  
    @font-face { font-family: Share-techMono;
 src: url('../../extend/Share-TechMono.otf');} 
 
    @font-face { font-family: DroidSansMono;
 src: url('../../extend/DroidSansMono.ttf');} 


/*
 * LINKS IM TEXT
 */
 
a:link 		{ text-decoration: none; color: #FF6699;}
a:active 	{ text-decoration: none; color: #FF6699;}
a:visited 	{ text-decoration: none; color: #FF6699;}
a:hover 		{ text-decoration:line-through; color:black}

/*
 * MENU
 */
 
#menu {
	width: 250px;
	overflow: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9); 
	margin-top: 20px;
	margin-left: 40px;
	padding: 0;
}

#menu a:link 		{ text-decoration: none; color: black;}
#menu a:active 	{ text-decoration: overline; color: #FF6699;}
#menu a:visited 	{ text-decoration: none ; color: #999999; }
#menu a:hover 	{ text-decoration: line-through; color: black;}

/* links in H1 sollen genauso so aussehen wie normale überschrift */
h1 a, h1 a:visited, h1 a:hover, h1 a:active {
text-decoration: none  !important;
color: black !important;
}

#menu ul { 
	padding: 0;
	list-style-type: none;
	margin: 0 0 12px 0;
}

/*  MENUTITEL, mit H2 abgleichen */
#menu ul li.section-title { 
	margin-top: 10px;
	font-size: 120%; 
	color: black; 
	font-family: Share-techMono, monospace; 
	text-transform:uppercase; 
	letter-spacing: 2px; 
	font-weight: 500;
	word-spacing: -3px;
}

#menu li {
display: block;
}


/* 
 *LINIEN
 */

.divider {
	margin: 5px 0 8px; /* TOP horizontal BOTTOM */
	border-top: 6px solid black;
	color: black;
	width: 100%;
}

.divider2 {
	margin: 5px 0 8px; /* TOP horizontal BOTTOM */
	border-top: 2px dotted; 
	color: black;;
	width: 100%;
}

.divider3 {
	margin: 5px 0 8px; /* TOP horizontal BOTTOM */
	border-top: 6px solid black;
	color: black;
	width: 350px;
	position:absolute;
	left:300px;
	top:716px;
}

/*
 * 
 */
 
#content {
    height: 100%;
    margin: 20px 0 0 230px;
    top: 0;
	padding-left: 50px;
}

.container {
    padding: 5px 20px 20px 20px;
}

#content .container {
  	width: 650px;
}

#content p { 
	width: 400px; 
	margin-left: 5px;
	line-height: 110%;
	font-size: 10pt;
	font-family:Immonolight;
	font-weight: 200;
	word-spacing: -5px;
}

p {
    margin: 0 0 9px 0; 
	color: black;
}

/* ABSTAND ZW. BILDERN VERTIKAL */

.picture_holder {
	margin-right: -30px;
}


/* TEXTSPALTEN */

.content_text {
	float: left;
	width: 420px;
}

.content_info {
	float: left;
	width: 200px;
	margin-left: 20px;
}

/* 
 * ÜBERSCHRIFTEN
 */

h1 { 
	font-size: 170%; 
	color: black; 
	font-family: Share-techMono, monospace; 
	text-transform:uppercase; 
	letter-spacing: 0.25px; 
	border-top: 4px solid black;
	border-bottom: 2px dotted black;
	padding-top: 12px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-weight: 500;
	letter-spacing: 0.25 px; 
	word-spacing: -5px;
}

h2 { 
	font-size: 120%; 
	color: black; 
	font-family: Share-techMono,monospace; 
	text-transform:uppercase; 
	letter-spacing: 2px; 
	font-weight: 500;
	word-spacing: -5px;
}

h3 { font-size: 90%;
	color:#FF3399;
	font-family: DroidSansMono, monospace;
	line-height: 140%;
	letter-spacing: 1px; 
	word-spacing: -3px;
}

h4 { 
	font-size: 230%; 
	color: #000000; 
	font-family: Share-techMono, monospace; 
	line-height: 115%; 
	text-transform:uppercase;
	letter-spacing: 2px; 
	word-spacing: -5px;
	font-weight: 100;
}

/*
 * der #img-container, allgemein...
 */
 
#img-container #text {
width:350px !important;
}

#img-container	{ 
	margin: 0; 
	padding: 0; 
	width: 1000px;
	max-height: 700 px;
}

#img-container p	{ 
	width: 18421px;
	margin: 0; 
	padding: 0 0 14px 0;
}

/*
 * der #img-container bei allein querscroll (markert)
 */
 
#img-container #text	{ 
	margin-right: 20px; 
}

#once { clear: left; }



/*
 * verlinkte bilder...
 */
 
a img { 
	border: none; 
}

.picture img[width='1'] {
border: 0;
}


/*
 * bilder in thickbox abstand oben, rechts, unten, links...
 */
a.thickbox img { 
	margin:0 0 25px 10px !important; 
	border: 1px solid #CCCCCC!important; 
}

.picture img, .plakate img { 
	border: 1px solid #CCCCCC;
}

/* 
 * quer-scrollbar aber thickbox und noch große bilder vor den kleinen der thickbox
 */
 
.einbau, .einbautext {
	float:left;
}

.einbautext {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 350px;
}

.einbautext ~ .einbautext {
margin-left: 20px;
}

/* rand für element nach dem .einbautext */
.einbautext ~ .plakate, .einbautext ~ #img-container  {
	margin-left: 380px;
}

/* abstand für plakate */
.plakate img + img {
	margin-left: 20px;
}

/*
 *
 * projekt-spezifische formatierung des img-containers
 *
 */
 
#TCBoyle ~ #img-container { /* 1 bild, 525x700 */
	margin-left: 920px;
	width: 500px;
}


#identity ~ #img-container { /* 2 bilder 495x700 */
	margin-left: 1250px;
	width: 1200px;
}

#travel ~ #img-container { /* 1 bild quer 933x700 */
	margin-left: 1250px;
	width: 1700px;
}

#restricted ~ #img-container { /* 1 bild, 525x700 */
	margin-left: 920px;
	width: 1600px;
}

#wir ~ #img-container { /*  */
	margin-left: 9680px;
	width: 440px;
	}
	
	
#boxing ~ #img-container { /*  */
	margin-left: 400px;
	width: 700px;
	}
	
#me-germany ~ #img-container { /*  */
	margin-left: 2270px;
	width: 1000px;
	}

#pro ~ #img-container { /*  */
	margin-left: 6100px;
	width: 700px;
	}
	
#mark ~ #img-container { /*  */
	margin-left: 4020px;
	width: 1000px;
	}
	
#perndl ~ #img-container { /*  */
	margin-left: 4600px;
	width: 500px;
	}
	
#bauer ~ #img-container { /* 1 bild, 495x700 */
	margin-left: 900px;
	width: 700;
}
#bauer .plakate {
	width: 515px !important;
}

body.section-4 #img-container {
	width: 1325px;
}

/*
ul.einbau.quer2 ~ #img-container, .einbau-und-plakate.quer2 ~ #img-container {
/* hier dann die breite festlegen für sammlung 4x4 bildern *
width: 400px !important;
}
	
ul.einbau.quer4 ~ #img-container, .einbau-und-plakate.quer4 ~ #img-container {
/* hier dann die breite festlegen für sammlung 4x4 bildern *
width: 900px !important;
}

ul.einbau.quer6 ~ #img-container, .einbau-und-plakate.quer6 ~ #img-container {
/* hier dann die breite festlegen für sammlung 6x4 bildern *
width: 1600px !important;
}

ul.einbau.quer10 ~ #img-container, .einbau-und-plakate.quer10 ~ #img-container {
/* hier dann die breite festlegen für sammlung 4x4 bildern *
width: 3000px !important;
}
*/
