<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container-fluid">
<div class="row">
<div class="col-md-4" >
<ul class="list-group nav" role="tablist">
<li class="list-group-item">
<a href="#seite1" data-toggle="tab" aria-controls="seite1" role="tab" >
Link1
</a>
</li>
<li class="list-group-item">
<a href="#seite2" data-toggle="tab" aria-controls="seite2" role="tab" >
Link1
</a>
</li>
</ul>
</div>
<div class="col-md-8 tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="seite1">
<article class="panel panel-default">
<header class="panel-heading">
<h1 class="text-muted text-center"><span class="glyphicon glyphicon-pencil"></span> Headline no.1</h1>
</header>
<div class="panel-body">
<figure class="pull-left "><img class="img-responsive img-rounded" alt="image" src="http://www.placehold.it/200.png/ddd"/>
<figcaption class="text-center"><strong>One fine caption</strong></figcaption>
</figure>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<hr/>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software.</p>
</div>
<footer class="panel-footer clearfix "><address class="pull-right">Written by me at <time>10:00 am</time></address></footer>